BODY		{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
TABLE		{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
TD			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
TR			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
P			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
LI			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
UL			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
DIV			{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }
SPAN		{ font-family:Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular; }

TR.bghead			{ background-color: #ffffcc; }
TR.trcol1 			{ background-color: #ffffcc;}
TD.tdcol1 			{ background-color: #000000;}

a.link				{ color:#000000; }
a:hover				{ color:#ffffff; background-color:#000000; }

a.header:link 		{ color: #000000; text-decoration: none; font-size : 10px; font-weight : bold; }
a.header:visited 	{ color: #000000; text-decoration: none; font-size : 10px; font-weight : bold; }
a.header:active 	{ color: #000000; text-decoration: none; font-size : 10px; font-weight : bold; }
a.header:hover 		{ color: red; text-decoration: none; font-size : 10px; font-weight : bold; background: white; }

.navbar2			{ font-weight:bold; font-size:10px; color:#000000 }

.headline			{ background: #ffffcc; color: #000000; }
.footline			{ background: #ffffcc; color: #000000; }
.aposervice 		{ background: #ffffee; }
.headcol			{ background-color: #006666; }

.menus  			{ color: black; font-weight: bold; font-size: 11px; line-height: 14px; }
.Address 			{ font-size: 10px; font-weight : bold; }
.body 				{ color: black; font-size: 11px; line-height: 12px; }
.head2 				{ color: black; font-weight: bold; font-size: 14px; line-height: 18px; }

.mn5				{ font-size:10px; }

.ipt 				{ border-color:#000000; font-family: Verdana, Arial, helvetica, sans-serif;}
.ipt2 				{ border-color:#000000; font-family: Verdana, Arial, helvetica, sans-serif;}
.button01			{ border-color:#000000; font-family: Verdana, Arial, helvetica, sans-serif;}
.titlebar			{ background-color: #ffffcc; }
.ordtxtb			{ font-weight: normal; font-size: 8pt; }
.orddescript		{ font-weight: normal; font-size: 8pt; }
.white				{ color: white; }

/* menu */
.chromestyle
{
	font-weight: bold;
	padding: 0px;
}

.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	width: 100%;
	padding: 0px 0px;
	margin: 0px;
	padding-top: 7px;
	text-align: left;
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 7px 3px;
	text-decoration: none;
	margin: 0px 0px 0px -3px;
	border-right: 1px solid #ff9900; border-left: 1px solid #ffffff;
	height:29px;
	background-color: transparent;
}

.chromestyle ul li a:hover{
color: #ff9900;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding: 5px;
border: 1px solid #ff9900; /*THEME CHANGE HERE*/
font-weight: bold;
font-size: 11px;
z-index:100;
background-color:#ffffcc;
width: 190px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #000000;
}
