/* 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 */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* 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 */
.transMenu .content {
	position:absolute;
	}
	
/* this table comprises all menu items. each TR is one item. */
.transMenu .items { position:relative; left:0px; top:0px; z-index:2; border:none; }
.transMenu.top .items { border:none; }

/* each TR.item is one menu item */
.transMenu .item {
    color:#FFFFFF;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* 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 */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}

/* 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 */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:1px;
	}

/* 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 */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:5px;
	border-bottom: 1px solid #25A8C4;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#534219;
	color:#FFFFFF;
	}

/* 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 */
.transMenu .item img {
	margin-left:10px;
	}





BODY	
 { 
scrollbar-face-color: #1F4A70; scrollbar-shadow-color: #1F4A70;    
scrollbar-highlight-color: white; scrollbar-3dlight-color: #2088AF;    
scrollbar-darkshadow-color: #2088AF; scrollbar-track-color: #2088AF;   
scrollbar-arrow-color: #ffffff;
border: 0px solid #FFFFFF;
}   


.v07 {  font-family: verdana; font-size: 7pt}
.v08 {  font-family: verdana; font-size: 8pt}
.v08_bodytxt {
	font-family: verdana;
	font-size: 8pt;
	line-height: 20px;
	text-align: justify;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;

}
.v08_bodytxt01 {
	font-family: verdana;
	font-size: 8pt;
	line-height: 15px;
	text-align: justify;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;

}

.v08_main {
	font-family: verdana;
	font-size: 8pt;
	line-height: 16px;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
}

.v12black_main {
	font-family: arial black;
	font-size: 12pt;
	line-height: 16px;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
}

.v10_main {
	font-family: verdana;
	font-size: 10pt;
	line-height: 16px;
	color: #000000;
	letter-spacing: normal;
	word-spacing: normal;
}



a:hover {  color: #0000FF; text-decoration: underline}


	A			{ color:#5775A7; text-decoration:none; font-family: verdana; font-size: 8pt;}	
	A:visited			{ color:#5775A7; }
	A:hover			{ color:#52B3C7; text-decoration:none } 
	A.nav			{ color:#5775A7; text-decoration:none }

	A.linkred			{ color:#E5E5E5; text-decoration:underline; font-family: verdana; font-size: 8pt;}	
	A:visited.linkred		{ color:#E5E5E5; }
	A:hover.linkred		{ color:#E79F87	; text-decoration:none} 
	A.nav.linkred		{ color:#E5E5E5; text-decoration:none }
	
	A.linkover			{ color:blue; text-decoration:none;  font-family: verdana; font-size: 8pt;}	
	A:visited.linkover		{ color:blue; }
	A:hover.linkover		{ color:blue; text-decoration:underline} 
	A.nav.linkover		{ color:blue; text-decoration:none }

	A.linkgreen		{ color:#C47B25; text-decoration:none; font-family: verdana; font-size: 8pt;}	
	A:visited.linkgreen		{ color:#0D819A; }
	A:hover.linkgreen		{ color:#C59B2B; text-decoration:none} 
	A.nav.linkgreen		{ color:#0D819A; text-decoration:none }

	A.link			{ color:#E5E5E5; text-decoration:underline; font-family: verdana; font-size: 8pt;}	
	A:visited.link		{ color:#E5E5E5; }
	A:hover.link		{ color:#7CCFF3	; text-decoration:none} 
	A.nav.link		{ color:#E5E5E5; text-decoration:none }
	
	A.linkA			{ color:#C4A525; text-decoration:none; font-family: verdana; font-size: 8pt;}	
	A:visited.linkA		{ color:#C4A525; }
	A:hover.linkA		{ color:#766316	; text-decoration:none} 
	A.nav.linkA		{ color:#C4A525; text-decoration:none }
	
	A.linkform			{ color:#990066; text-decoration:underline; font-family: verdana; font-size: 9pt;}	
	A:visited.linkform		{ color:#990066; }
	A:hover.linkform		{ color:#990066	; text-decoration:none} 
	A.nav.linkform		{ color:#990066; text-decoration:underline }

	A.bottom			{ color:#275D8C; text-decoration:underline; font-family: verdana; font-size: 8pt;}	
	A:visited.bottom		{ color:#275D8C; }
	A:hover.bottom		{ color:#52B3C7; text-decoration:none } 
	A.nav.bottom		{ color:#275D8C; text-decoration:none }
.a {
	word-spacing: normal;
	letter-spacing: -2em;
}

