* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #E5DDCB url(bbg.png) repeat-x;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}

a, a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #FF0000;
}

#container {
  background: #FFF url(cbg.png) repeat-y;
  margin: 0px auto;
  padding: 0px auto;
  width: 998px;
}

#header {
  display: block;
  background: transparent url(hbg.png) no-repeat center;
  width: 998px;
  height: 220px;
}

#footer {
  display: block;
  background: transparent url(fbg.png) no-repeat bottom;
  width: 998px;
}

#col_left {
  float: left;
  display: inline;
  width: 238px;
  margin-left: 24px;
  margin-top: 24px;
}

#col_left td {
  text-align: right;
}

#col_right {
  float: right;
  display: inline;
  width: 702px;
  margin-right: 24px;
  margin-top: 24px;
  border-left: thin dotted #0C0;
}

#content{
  margin: 15px;
  text-align: left;
}

#content p{
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content h1 {
	margin-top: 15px;
	margin-bottom: 15px;
    color: #F00;
    font-size: 18px;
}


#legal {
  color: #0069AA;
  text-align: left;
  padding-bottom: 75px;
  margin-left: 24px;
  margin-top: 30px;
  clear: both;
}

td {
 	font-family : Verdana, Arial, Helvetica, sans-serif;
 	font-size : 9pt;
 	line-height : 18px;
 }
 
th {background-color : #888888; font-size:14px; font-weight: bold;	text_align: center; background-color:#008B0C	}
tr.odd {background-color : #E6E6E6;}
tr.even {background-color: #C0C0C0;}
ceb.odd {background-color:#B9D5FD;}
ceb.even {background-color:#98C0FC;}

