body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
}
a {
	text-decoration: underline; 
	color: #CC0000;
}
/*a.link{font: 2pt Arial; text-decoration: underline; color: #CC0000;}*/
a:hover {
	color: #CC0000; 
	text-decoration: none;
}

.content strong {
	color: #CC0000;
	font-weight: normal;
	font-size: 12px;
}
.buttons {
  font-style: normal;
  font-variant: normal;
  font-weight: 200;
  font-size: 9pt;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif
} 

td.menuButton {
	border-bottom: 1px solid white;
}
td.menuButton a {
	color:#000000;
	text-decoration:none;
}
td.menuButton a:hover {	
}
.leftSide a{
	margin:15px;
	background-color: #E9E8E9;
	color: #0A113D;
}
#aboutLeft {
float:left;
}
#aboutRight {
	text-align:right;
	float:right;
	padding-left:15px;
}

#nav { margin:0; padding:0; list-style:none; }
#nav li { margin:0; padding:0; float:left; position:relative; list-style:none; }
#nav li img { display:block; }
#nav li:hover ul { display:block; }

#nav ul { display:none; margin:0; padding:0; position:absolute; width:175px; background:#0a113d; font-size:12px; }
#nav li li { float:none; width:100%; }
#nav li li a { color:#f4f4f4; text-decoration:none; display:block; padding:3px 10px; border:1px solid; border-color:#18225f #01020d #01020d #18225f; }
#nav li li a:hover { background:#384076; }


