 
.OrangeScrolls {
	scrollbar-base-color: #666666;
	scrollbar-face-color: #FFCC00;
	scrolbar-shadow-color: #000000;
	scrolbar-highlight-color: #FF9900;
	scrolbar-3dlight-color:#000000;
	scrolbar-dark-shadow-color:#666666;
	scrollbar-track-color:#666666;
	scrolbar-arrow-color:#FF0000;
	color: #FFFFFF;
	background-color: #333333;
}
.decor {text-decoration: none; font-family: arial, "times new roman", sans-serif; color: #FFCC00} 
.menu {font-size: 9pt; color:#FFFFFF; text-decoration: none; font-family: verdana, arial, "times new roman", sans-serif;}
.RED {color:"#FF0000";}
A:link {text-decoration: none; color: #FFFFFF;font-size: 9px;}
A:visited {text-decoration: none; color: #FFFFFF;font-size: 9px;}
A:active {text-decoration: none; color: #FFCC00;font-size: 9px;}
A:hover {
	text-decoration: none;
	color: #FFCC00;
	font-size: 9px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #333333;
}
.decorSmall { text-decoration: none; font-family: arial, "times new roman", sans-serif; color: #FFCC00 ; font-size: 8pt}
.decorBig { text-decoration: none; font-family: arial, "times new roman", sans-serif; color: #FFCC00 ; font-size: 14pt}
.decorSmallBold { text-decoration: none; font-family: arial, "times new roman", sans-serif; color: #FFCC00 ; font-size: 8pt ; font-weight: bold}
.decorSmallW { text-decoration: none; font-family: arial, "times new roman", sans-serif; color: #FFFFFF; font-size: 8pt }
.decorW {
	text-decoration: none;
	font-family: arial, "times new roman", sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
}
.bgLightGrey {  background-color: #999999}
.bgVeryLightGrey { background-color: #EBEBEB}
.bgGrey { background-color: #666666}
.orangeBG {  background-color: #FFCC00}
a.white:link { text-decoration: none; color: #FFFFFF}
a.white:visited { text-decoration: none; color: #FFFFFF}
a.white:active { text-decoration: none; color: #FFFFFF}
a.white:hover { text-decoration: none; color: #FFCC00}

a.orange:link { text-decoration: none; color: #FFCC00}
a.orange:visited { text-decoration: none; color: #FFFFFF}
a.orange:active { text-decoration: none; color: #FFCC00}
a.orange:hover { text-decoration: none; color: #FFCC00}

.TextGreyLight8pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
}
.TextWhiteLight8pt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.dottedLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
.dottedLineLeft {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFCC00;
}
.dottedLineRight {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFCC00;
}


.TextGreyDark8pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
