body {
background-color: #FFFFFF;
font-size: 11px;
font-family: Tahoma;
color : #01254F; 

}

.header:link, .header:visited {
color : #0054B5; 
text-decoration : none; 
font-weight: bold;
}

.header:hover, .header:active {
color : #03428A; 
text-decoration : underline; 
} 

a.inner_link {
  color: 666666;
  text-decoration: underline;
}

a.home_small {
  color: 000000;
  text-decoration: none;
}
a:hover.home_small {
  color: 000000;
  text-decoration: underline;
}

div.border {
	margin-top: 0px;
	border: 1px solid #D4DBDF;
	padding: 2px;
	float: left;
}


table.moduletable th {
	background: url(images/subhead_bg.html) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


h1 {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
}

td {
	font-size: 11px;
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

ul li a
{

	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul li a { width: auto; }

	ul li a:hover
{
	color: #ff6600;
	background: #ffcc00;
}


#left_outline {
	margin-top: 2px;
	border: 1px solid #cccccc;
	padding: 2px;
	float: left;
	width: 159px !important;
	width: 165px;
}

