/* CSS Document */
body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;						

	background-color:#232D2F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFF00;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-size: 11;
	font-weight: bold;
}
.style3 {
	font-size: 13;
	font-weight: bold;
	color:333333;
}
.destaque{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight: bold;
}
.texto_br{
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #B76D00;
}
a:active {
	text-decoration: none;
	color: #333333;
}
html {
	    scrollbar-Face-color: #232D2F;
		scrollbar-highlight-color: #000000;
		scrollbar-shadow-color: #000000;
		scrollbar-3dlight-color: #333333;
		scrollbar-arrow-color: #FF9900;
		scrollbar-track-color: #232D2F;
		scrollbar-darkshadow-color: #000000;
}
input,textarea {
			@if (is.ie) {
				background-color:#efefef;
				border: 1px solid #cccccc ;
}
