


body {
  background-color: #FFFFFF;
  font-family: Tahoma, verdana, arial, helvetica, sans-serif;
}


A:link {
	COLOR: #000000; TEXT-DECORATION: bold;
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline;
}
A:active {
	COLOR: #000000; TEXT-DECORATION: underline;
}


h1 
{ 
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
//	text-transform:uppercase;
	font-weight:normal;
	font-size:200%;
	padding:10px 0;
	color:#036;
}

h2 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

h3 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  color: #00000;
  text-align: center;
}

h4 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  font-weight: normal;
  text-align: center;
}

p {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;	
}



#headertitle
{
   background: #FFFFFF;
   text-align: center;
}

#headernav 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	COLOR: #FFFFFF; 
        background: #000000;
	margin: 1px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;

}

#headernav {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-WEIGHT: bold; MIN-HEIGHT: 15px; PADDING-BOTTOM: 6px; COLOR: #FFFFFF; PADDING-TOP: 6px; 
	TEXT-ALIGN: center;
}
#headernav A:link {
	COLOR: #fff; TEXT-DECORATION: none;
}
#headernav A:visited {
	COLOR: #fff; TEXT-DECORATION: none;
}
#headernav A:hover {
	COLOR: #fff; TEXT-DECORATION: underline;
}
#headernav A:active {
	COLOR: #fff; TEXT-DECORATION: underline;
}



fieldset 
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
}






table.trans {
	border: none;
	margin-left:auto;
	margin-right:auto;
	width:75%;
	float:none;
	background-color: #FFFFFF;
	text-align:left;
	padding: 5px;
}

td, tr .trans {
	border:none;
	background-color: #FFFFFF;
}





table.block{
	border: none;
	margin-left:auto;
	margin-right:auto;
//	width:35%;
	float:none;
	background-color: #FFFFFF;
	text-align:left;
	padding: 5px;
}

td.block{
	border: none;
	padding:5px 10px;
	background-color: #FFFFFF;
	font-family:Tahoma;
	text-align:left;
	font-size:130%;
	color:#036;

}


/* below is new */



table,th,td{
	border:1px solid #666;
	border-collapse:collapse;
}

table{
	border:none;
	border-top:1px solid #000;
	margin-left: 15px;
        margin-bottom: 15px;
        float: left;
}
thead th{
	background:url(/images/greychrome.gif) top left repeat-x #fff;
	padding:5px 10px;
	font-size:90%;
	color:#000;
}
tbody td,tbody th{
	font-size:85%;
	padding:5px 10px;
	background:#eee;
}
tbody th{
	background:url(/images/bluechrome.gif) top left repeat-x #fff;
	color:#333;
}
tbody tr.odd td{
	background:#ddd;
}
tbody tr.odd th{
	background:url(/images/greenchrome.gif) top left repeat-x #fff;
	color:#333;
}
tfoot td,tfoot th{
	border:none;
	padding-top:10px;
}
caption{
	font-family:Tahoma;
	text-align:left;
//	text-transform:uppercase;
	font-size:130%;
	padding:10px 0;
	color:#036;
}
table a:link{
	color:#369;
	text-decoration: none;
}
table a:visited{
	color:#369;
	text-decoration: none;
}
table a:hover{
	color:#369;
	text-decoration:underline;
}
table a:active{
	color:#000;
}