body { margin: 0; background: #fff; }
body { font-family: Arial, sans-serif, Verdana; font-size: 80%; color: #000066; }

a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
h1, h2, h3, h4, h5 { font-family: Verdana; }
h1  {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-indent: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
h2 { 
margin: 0.5em;
padding: 0.3em 0; 
color: #669ace; 
border-bottom: solid 1px #669ace; 
font-size: 14px; 
}
h3   { 
font-size: 12px;
margin: 0 0 0.3em 0.5em; 
padding: 0.1em 0.3em;
color: rgb(49,73,98); 
background: rgb(238,240,241);
}
h4  { }
h5 { 
font-size: 12px;
margin: 0 0 0.3em 0; 
padding: 0.1em 0.3em;
color: rgb(49,73,98); 
background: rgb(238,240,241);
}
h6 {
font-size: 12px;
margin: 0;
padding: 0.3em 0.5em;
background: url(/images/bkrd-line-bl.gif) repeat;
color: #fff;
border-bottom: solid 1px #fff;
}

th { background: #669ace; padding: 0.3em }
th {
	font-family: Verdana;
	font-weight: normal;
	color: #fff;
	font-size: 100%;
}
th a:link { text-decoration: none; font-weight: bold; color: #fff }
th a:visited { text-decoration: none; font-weight: bold; color: #fff }
th a:hover { background: none; font-weight: bold; text-decoration: underline; color: #ffff00; }

tr {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
tr a:link { text-decoration: none; color: #006699; }
tr a:visited { text-decoration: none; color: #006699; }
tr a:hover { background: none; text-decoration: underline; color: #003366; }
