﻿
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

.header {
	font-weight:bold;
	font-size:11pt;
	color:#ffffff;
	padding:5px 0px 4px 10px;
}

.theader {
	font-weight:bold;
	font-size:12pt;
	color:#000000;
	
}


a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#be0303;
}

a.email:link, a.email:visited, a.email:active {
	text-decoration:underline;
	color:#ffffff;
}

a.email:hover {
	text-decoration:underline;
	color:#000;
}


a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#be0303;
	border-bottom:1px #ffffff solid;
	padding:5px 0px 4px 10px;
	display:block;
	width: auto;
}

a.nav:hover {
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
	border-bottom:1px #ffffff solid;
	padding:5px 0px 4px 10px;
	display:block;
	width: auto;
}

* html .nav a {
	width:223px;
}