a, a:active, a:visited {
	text-decoration : none;
	color:#33537f;
	font-weight: bold;
	font-size: 10pt;
	font-variant: normal;
}

a:hover {
	color:#ffffff;
	font-weight: normal;
	font-size: 10pt;
	font-variant: normal;
	font-weight: bold;
	background-color: #33537f; 
	
}

a.orange, a:active.orange, a:visited.orange {
	color : #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	}
a:hover.orange {
	color : #33537fl;
	font-weight: bold;
	
	font-size: 12pt;
}
	
	

textarea {
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;


}

body {
	font-family: trebuchet MS, Arial, sans-serif;
	font-size: 11pt; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	color: #FFFFFF;
	background-attachment : fixed;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color: #ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	background-color:#201E1E;
}

.TH,TD,P,TABLE {
	font-size:11pt;
	font-weight:normal;
}



