.ab10pt {
	font-size : 10pt;	
	font-weight : bold;
	font-style : normal;
	color : Black;
	font-family : Arial,Helvetica, Trebuchet MS, sans-serif;
}
.ab9pt {
	font-size : 9pt;	
	font-weight : bold;
	font-style : normal;
	color : Black;
	font-family : Arial,Helvetica, Trebuchet MS, sans-serif;
	text-align : Left;
}
.an10ptwht {
	font-size : 10pt;	
	font-weight : normal;
	font-style : normal;
	color : White;
	font-family : Arial, Helvetica, Trebuchet MS, sans-serif;
	text-align : center;
}
.an10pt {
	font-size : 10pt;	
	font-weight : small;
	font-style : normal;
	color : Black;
	font-family : Arial,Helvetica,Trebuchet MS, sans-serif;
}

.an9pt {
	font-size : 9pt;	
	font-weight : small;
	font-style : normal;
	color : Black;
	font-family : Arial,Verdana,Helvetica, Trebuchet MS, sans-serif;
}

.vn8ptred {
	font-size : 8pt;
	font-weight :normal;
	font-style : normal;
	color :Red;
	font-family : Verdana,Arial, Verdana, Helvetica,  sans-serif;
}
.vn8pt{
	font-size : 8pt;
	font-weight :normal;
	font-style : normal;
	color :Black;
	font-family : Verdana,Arial, Verdana, Helvetica,  sans-serif;
}
.ab12ptred {
	font-size : 12pt;	
	font-weight : Bold;
	font-style : Bold;
	color : #C40000;
	font-family : Arial,Trebuchet MS,Helvetica,sans-serif;
}
.ab12pt {
	font-size : 12pt;	
	font-weight : Bold;
	font-style : Bold;
	color : Black;
	font-family : Arial,Trebuchet MS,Helvetica,sans-serif;
}
.ab10ptred {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : #C40000;
	font-family : Arial,Helvetica,Trebuchet MS, sans-serif;
}
.ab8ptred {
	font-size : 8pt;	
	font-weight : Bold;
	font-style : normal;
	color : #C40000;
	font-family : Arial,Trebuchet MS,Helvetica,sans-serif;
}

.ab9ptred {
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	color : #C40000;
	font-family : Arial,Verdana,Helvetica,Trebuchet MS, sans-serif;
}

.vb16ptred {
	font-size : 12pt;	
	font-weight : bold;
	font-style : bold;
	color : #C40000;
	font-family : Trebuchet MS,Arial,Helvetica, Trebuchet MS, sans-serif;
}

.vb16pt {
	font-size : 16pt;
	font-weight :bold;
	font-style : bold;
	color : Black;
	font-family : Trebuchet MS,Helvetica,Helvetica,  sans-serif;
}
.italics {
	font-size : 8pt;	
	font-weight : small;
	font-style : italic;
	color : Black;
	font-family : Helvetica,Trebuchet MS,Arial, sans-serif;
}
.companyname {
	font-size : 16pt;	
	font-weight : normal;
	font-style : normal;
	color : Black;
	font-family : Helvetica,Trebuchet MS,Arial, sans-serif;
}
.ab10ptwht {
	font-size : 10pt;
	font-weight :bold;
	font-style : normal;
	color :white;
	font-family : Arial,Verdana, sans-serif;
}
.ab8ptwht {
	font-size : 8pt;
	font-weight :Bold;
	font-style : normal;
	color :White;
	font-family : Arial, Verdana, Helvetica,  sans-serif;
}

/* common styling */
.menu {font-family: arial, sans-serif;position:relative; font-size:11px; z-index:100;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;text-align:center; color:#fff; background:#C40000; line-height:21px;_height:21px;-line-height:15px; font-size:11px;font-weight:bold; text-align:left;padding-left:5px;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;width:180px;}
.menu ul li ul {display: none;width:180px;z-index:110;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000;font-size:12px;font-weight:bold;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;font-size:12px;font-weight:bold;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#C40000; color:#fff;}
.menu ul li:hover ul li a:hover {background:#000;font-weight:bold; color:#fff;font-size:12px;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:200px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
/*
/*----------------------------------------- */
* html .menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
* html .menu ul li a:hover ul li a.hide {display:none;}

* html .menu ul li a:hover {color:#fff; background:#000;}
* html .menu ul li a:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
* html .menu ul li a:hover ul li a.sub {background:#000; color:#fff;}
* html .menu ul li a:hover ul li a {display:block; background:#C40000; color:#fff;}
* html .menu ul li a:hover ul li a ul {visibility:hidden;}
* html .menu ul li a:hover ul li a:hover {background:#000;font-weight:bold; color:#fff;font-size:12px;}
* html .menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#000;}
* html .menu ul li a:hover ul li a:hover ul.left {left:-105px;}