body, td	{font-family: Arial, Helvetica, sans-serif; font-size: 13; color:#000000}
th		{font-family: Arial, Helvetica, sans-serif;font-size: 13;color: #FFFFFF;}
h1		{color: #FF0000; text-align: center; font-family: Arial, Helvetica, sans-serif}
h2		{color: #CC0000; text-align: center; font-family: Arial, Helvetica, sans-serif}
hr		{color: #000066;align: center;font-size: 13;width: 100%;}
p		{color: #000000; font-weight: normal; font-family: Arial, Helvetica, sans-serif; font-size: 13}
address	{font-style: italic; font-family: Arial, Helvetica, sans-serif}
.nav		{color: #FFFFFF ; font-weight: bold}
.footer	{font-size:11px}
.left		{text-align: left}
.center	{text-align: center}
.right	{text-align: right}
.red		{color: #FF0000}
.white	{color: #FFFFFF}
.blue		{color: #333399}
/* --- new menu --- */
.freeze	{position: absolute;top: auto;left: auto;right: auto;}
td>.freeze	{position: fixed}
.mainDiv	{width:150px;}
.topItem
{
	width:150px;
	height:14px;
	cursor:pointer;
	background: #000066;
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #000066;
  border-left:1px solid #000066;
  border-right:1px solid #000066;
  border-bottom:1px solid #000066;
}
.subMenu	{display:none;}
.subItem
{
	padding-left:3px;
	cursor:pointer;
	font-weight:400;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}
.subItemOver
{
	cursor:pointer;
	color:#000000;
	font-weight:400;
	padding-left:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.topLine		{font-size: 14px;color: #FFFFFF;}
.disclaimer		{font-size: 10px;color: #333333;}
.faqQuestion	{color: #000080;font-weight: bold;}

/* --- old static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing; style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FF0000;
}
/* all levels outer */
.moout {
	text-decoration: none;
	border: 1px solid #041C43;
	background: #CCCCCC;
}
.moover {
	text-decoration: none;
	border: 1px solid #041C43;
	background: #FFFFFF;
	color: #FF0000;
}.links {
	color: #FF0000;
}
