tr,tt,blockquote,button,dd,dt,li,ol,ul,table,tbody,td,
input,textarea,select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: 353030;
	
}

ul
{
list-style-type: square
}

h1 
{
color: #095D95;
text-align: left;
font-size: 14px;
font-weight: bold;
}

h2 
{
color: #cc0000;
text-align: left;
font-size: 12px;
font-weight: bold;
}

.boldtext ,
td.boldtext ,
tr.boldtext ,
tr.boldtext td {
	font-weight: bold;
}
.redtext ,
td.redtext ,
tr.redtext ,
tr.redtext td {
	color: #E30004;
	font-weight: bold;
}

.bluetext ,
td.bluetext ,
tr.bluetext ,
tr.bluetext td {
	color: #0C3BA5;
	font-weight: bold;
}

.whitetext ,
td.whitetext ,
tr.whitetext ,
tr.whitetext td {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.smalltext ,
td.smalltext ,
tr.smalltext ,
tr.smalltext td
{
	font-size: 10px;
	font-weight: bold;
}

.smalltext2 ,
td.smalltext2 ,
tr.smalltext2 ,
tr.smalltext2 td
{
	color: #CCCCCC;
	font-size: 9px;
	font-weight: bold;
}

.smallredtext ,
td.smallredtext ,
tr.smallredtext ,
tr.smallredtext td
{
	color: #cc0000;
	font-size: 10px;
	font-weight: bold;
}

.tableevenrow,
td.tableevenrow,
tr.tableevenrow,
tr.tableevenrow td
{
	background-color: #FFFFFF;
	color: #353030;
}

.tableoddrow,
td.tableoddrow,
tr.tableoddrow,
tr.tableoddrow td
{
	background-color: #D9D7D7;
	color: #353030;
}


form {
	padding: 0;
	margin: 0;
}


.shadedbox {
	margin:5px;
	padding: 5px;
	width: 0;
	white-space: nowrap;
	border: 1 solid #949393;
	background-color:#E3E0E0;
}

hr {width: 100%; height: 1px; border:0; color: #AEABAB; 
background-color: #6F9DBB;}

.spacer {clear: both;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4D4C4C;
}

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

A {
text-decoration: none;
color: #095D95;
}

A:Hover {
	color: #E30004;
	text-decoration: underline;
}

.links {
COLOR: #FFFFFF; TEXT-DECORATION: none}
}
A.links:hover {
COLOR: FFCC33; TEXT-DECORATION:  overline underline}


