html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
  margin: 0;
  padding: 0;
}

body {
  background: #293336 url(img/bkg.gif) repeat-x;
  overflow: auto;
}

body, td, th, a {
  color:#9a9a9a;
  font-family:Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
  font-size:11px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.6em;
  text-align: justify;
}

td {
  vertical-align: top;
}

a {
  color: #ffae00; 
  font-size: 11px; 
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #ff0000; 
  text-decoration: underline;
}

.arrow {
  background: url(img/arrow.gif) no-repeat;
  padding-left: 8px;
}

li {
  list-style-type: circle;
  padding-bottom: 1px;
  text-align: justify;
}

.bolognaBkg {
  background: url(img/bologna.jpg) repeat-x;
}

.headerTitle {
  font-size: 15px; 
  color: #555555;
  font-weight: bold;
}

.subtitle {
  color: #00b4db;
  font-weight: bold;
}

.sideTable {
  width: 244px;
}

.mainTable {
  width: 522px;
}

.mainTableTop {
  background: url(img/main_top.png) no-repeat;
  height: 43px;
}

.mainTableBanner {
  height: 40px; 
  background-color: white;
}

.mainTableContent {
  background-color: white; 
  padding-top: 15px; 
  padding-left: 30px; 
  padding-right: 30px;
}

.mainTableBottom {
  background: url(img/main_bottom.png) no-repeat; 
  height: 16px;
}

.separator_vertical {
  background: url(img/separator_vertical.jpg) repeat-x;
  height: 16px;
}

.separator_horizontal {
  background: url(img/separator_horizontal.jpg) repeat-y center;
}

