body
{
  font : 13px Arial;
  color: black;
  background-color: #01EAFF;
}


a /* Link - when mouse not over  */
{
  color: #FF0000;
  text-decoration: none;
}

/* Link - when mouse over  */
a:hover
{
  color: #FF0000;
  text-decoration: underline;
}

/* Paragraph	*/
p
{
  font : 13px Arial;
  color: black;
  text-decoration: none;
}


/* 
	Blue on blue
	written by Glenn Slaven http://slaven.net.au
*/
table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;

}
table {
	border: none;
	font-family: Arial;
}

table caption {
	background-color: transparent;
	background-image: url(cap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align:left;
	font-size:150%;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

td, th{	
	vertical-align:top;
	font-weight:normal;	
}

thead th {
	background: #2293FF;
	color: #FFFFFF;
	font-size: 115%;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	padding: 4px 0.4em 4px 0.4em;	
}

tfoot td, tfoot th {
	border-top:1px solid #000000;
	border-right: none;
	font-weight: bolder;
	font-size: 100%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody td.clear, tbody th.clear {
	background-color: #FFFFFF;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}


tbody td, tbody th {
	background-color: #D9ECFF;
	border-right:1px solid #000000;
	font-size: 100%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody tr.odd th, tbody tr.odd td{
	background-color: #BDDFFF;
}

tbody th{	
	font-weight: bold;	
	border-left:1px solid #2293FF
}

table a:link, table a:visited, table a:active {	
	color:#444F66;
	background-color: transparent;
	text-decoration: underline;
}

table a:hover {
	text-decoration:none;
	background-color: #1E90FF;
	color: #FFFFFF;
}