<!--

.textreg {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#333333 }
.textlg {  font-family:"Verdana", sans-serif; font-size:15px; font-style:normal; font-weight:normal; color:#333333 }
.text_quote_md {  font-family:"Verdana", sans-serif; font-size:11px; line-height:13px; font-style:normal; font-weight:normal; color:#333333 }
.textmd {  font-family:"Verdana", sans-serif; font-size:12px; line-height:18px; font-style:normal; font-weight:normal; color:#333333 }
.textbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#333333 }
.whtextreg {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#ffffff }
.whtextbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#ffffff }
.bltextreg {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#336699 }
.bltextbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#336699 }
.bltextlg {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#336699 }
.bltextlg2 {  font-family:"Arial", sans-serif; font-size:13px; font-style:normal; font-weight:normal; color:#336699 }
.bltextsm {  font-family:"Verdana", sans-serif; font-size:9px; font-style:normal; font-weight:normal; color:#336699 }
.bltextlgbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#336699 }
.grtextlgbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#999999 }
.grtextsm{  font-family:"Verdana", sans-serif; font-size:9px; font-style:normal; font-weight:normal; color:#666666 }
.formStyle { font-family:"Verdana", Helvetica, Arial, sans-Serif;font-size:11px; }
.redbold {  font-family:"Verdana", sans-serif; font-size:11px; font-style:normal; font-weight:bold; color:#cc0000 }
.grtextmd {font-family:"Arial", sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#666666 }
.gntextlg {  font-family:"Arial", sans-serif; font-size:16px; line-height:21px; font-style:normal; font-weight:normal; color:#669933 }

A:link { color: #336699 }
A:visited { color: #336699 }
A:active { color: #333333 }
A:hover { color: #333333 }
A.nav:link { color: #ffffff; text-decoration:none; }
A.nav:visited { color: #ffffff; text-decoration:none; }
A.nav:active { color: #cccccc; text-decoration:none; }
A.nav:hover { color: #cccccc; text-decoration:none; }
A.nonun:link { color: #333333; text-decoration:none; }
A.nonun:visited { color: #333333; text-decoration:none; }
A.nonun:active { color: #336699; text-decoration:none; }
A.nonun:hover { color: #336699; text-decoration:none; }
A.blnonun:link { color: #336699; text-decoration:none; }
A.blnonun:visited { color: #336699; text-decoration:none; }
A.blnonun:active { color: #333333; text-decoration:none; }
A.blnonun:hover { color: #333333; text-decoration:none; }
A.grnonun:link { color: #666666; text-decoration:none; }
A.grnonun:visited { color: #666666; text-decoration:none; }
A.grnonun:active { color: #333333; text-decoration:none; }
A.grnonun:hover { color: #333333; text-decoration:none; }

.pic { padding:0px; margin: 0 0 11px 0;}
.rpic { padding:0px; margin: 0 0 11px 20px; display:inline; float:right}
.lpic { padding:0px; margin: 0 20px 11px 0; display:inline; float:left}

#countryList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:165px;
	padding:0px;
	margin:0px
}

/* force scrollbar on so no page jump */
:root{overflow-y:scroll;}

/* all menu styles below this line */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	color:#555555;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	color:#555555;
	font-size:11px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	border-top: none;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	color:#555555;
	position:relative;
	/*left:3px; */
	top:0px;
	/*border:1px solid #cfd2d5;*/
	border:none;
	z-index:2;
	}
	
/*.DropdownMenu .items td{
	border-bottom: 1px solid white;
}*/

.DropdownMenu.top .items {
	/*width:200px;
	border:solid 1px #993333;*/
	border:none;
	color:#555555;
	padding:0px 0px 0px 0px;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#555555;
	cursor:pointer;
	text-align: left;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 
gif inside this DIV is replaced by */
.DropdownMenu .background {
	color:#555555;
	position:absolute;
	left:0px; 
	top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=0);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 
script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px;
	background: url(/images/spacer.gif) no-repeat bottom;
	height: 100%;
	vertical-align: bottom;
	-moz-opacity:.2;
	opacity: .2;
	filter:alpha(opacity=20);/**/
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px;
	background: url(/images/spacer.gif) repeat-x;
	-moz-opacity:.2;
	opacity: .2;
	filter:alpha(opacity=20);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {

	font-size:11px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	color:#336699;
	/*white-space:nowrap;*/
	}
	

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
margin-left:0px;
	}
	.DropdownMenu .nuttin{}

-->
