

DIV#netscapefix1 {}
DIV#netscapefix2 {}

BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.largebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.boldbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.pagetitle
{
	font: 22pt 'Times New Roman';
	color: #333399;
	text-decoration: none;
}

.largepagetitle
{
	font: 28pt 'Times New Roman';
	color: #333399;
	text-decoration: none;
}

.pagedescription
{
	font: 16pt 'Times New Roman';
	color: #333399;
	text-decoration: none;
}

.toptitle
{
	font: 10pt 'Times New Roman';
	color: #333399;
	text-decoration: none;
}

.smallbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.whitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a
{
	font-weight: bold;
}

a.menu000033
{
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
a.menu000033:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}

a.menuffffff 
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.menuffffff:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.menu000000 
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.menu000000:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.trnormal
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	text-decoration: none;
}

.trheader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	text-align: center;
	text-decoration: none;
}

h1 
{
	padding-top: 0; 
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0;
}

h2 
{
	padding-top: 0; 
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0;
}

h3 
{
	padding-top: 0; 
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0;
}

h4 
{
	padding-top: 0; 
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0;
}








#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1;
	font-size: 8pt;
	background: #003366;
	font-weight: bold;


}

#nav a {
	display: block;
	width: 14.1em;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 0.45em;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	width: 14.1em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #333399;
	width: 14.1em;
	left: -999em;
	height: auto; 
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.65em 0 0 14.1em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#nav li:hover, #nav li.sfhover {
	background: #333399;
}
#nav a:hover {
	
	color: orange;

}