BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}

TABLE {
	border: 0;
}

A {
	text-decoration: underline;
}

A:Hover, A:visited {
	color: #2a88b1;
}

th { 
	text-align: left;
}
h1, h2, h3, h4, h5, h6, div#pagetitle {
	color: #004990;
	margin: 0;
	padding: 0;
}

h1, h3, h5, td#menu_top, div#pagetitle, div#footer, span#date {
	font-weight: bold;	
}

h1, h2, div#pagetitle{
	font-size: medium;
}

h3, h4 {
	font-size: small;
}

h5, h6, td#menu_top, div#breadcrumb, div#footer, span#date {
	font-size: x-small;
}

td#menu_top {
	background-color: #004990;
	border-top: 2px #004990 solid;
	border-bottom: 2px #004990 solid;
	color: #FFF;
	text-transform: uppercase;
}
td#menu_top a {
	padding-right: 75px;
	color: #FFF;
	text-decoration: none;
}

a, td#menu_top a:hover{
	color: #30457b;
}

div#footer {
	text-transform: uppercase;
}

td#menu_left { 
	padding: 10px 20px 0 0;
	width: 160px;
}

td#menu_left img { 
	border: 0;
	padding: 0;
	margin: 0;
}

div#main_content { 
	padding: 10px 0;
}

div#pagetitle { 
	text-transform: uppercase;
	padding-bottom: 10px;
}

td#menu_top { 
	padding-left: 180px;
}

div#breadcrumb { 
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
div#breadcrumb, div#breadcrumb a{ 
	color: #002e65;
}
div#breadcrumb a:hover {
	text-decoration: none;
}

div#footer { 
	text-align: center;
	padding: 20px;
}

span#date { 
	color: #555;
}

tr#highlighted { 
	background-color: #EEEEEE;
}

span#search_title { 
	text-transform: uppercase;
}

td#highlighted, th#highlighted {
	background-color: #430000;
}

.indent {
	padding-left: 20px;
}