body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	
	/*seta*/
	scrollbar-arrow-color:#006699;
	
	/*sombra esquerda*/
	scrollbar-3dlight-color:#CCCCCC;
	
	/*borda esquerda*/
	scrollbar-highlight-color:#006699;
	
	
	
	scrollbar-face-color:#E6E6E6;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

input, select, inputselectd {
	font-size : 12px;
	border-top : 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-right: 1px solid #EAEBEB;
	border-bottom: 1px solid #EAEBEB;
	background-color : #ffffff;
	color:#333333;
}

textarea {
	font-size : 12px;
	border-top : 1px solid #BABABA;
	border-left: 1px solid #BABABA;
	border-right: 1px solid #EAEBEB;
	border-bottom: 1px solid #EAEBEB;
	background-color : #ffffff;
	color:#333333;
}

img {
	border: 0px solid;
}

td, b, p, div {
	font-size: 12px;
	color: #666666;
}

a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration:underline;
}

.titulo {
	font-size: 20px;
	color: #666666;
}

.link {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}

.link:hover {
	color: #666666;
	font-weight:normal;
	text-decoration:underline;
}

.link_azul {
	color: #006699;
	font-weight:normal;
	text-decoration:none;
	font-size: 13px;
}

.link_azul:hover {
	color: #006699;
	font-weight:normal;
	text-decoration:underline;
	font-size: 13px;
}

.texto_24_azul {
	font-size: 14px;
	color: #006699;
	line-height: 19px;
	font-weight:bold;
}

.arial_11_azul {
	font-size: 11px;
	color: #04689A;
}

.seta {
	font-size: 10px;
	color: #999999;
}

.texto_14_cinza {
	font-family: Trebuchet MS;
	font-size: 14px;
	color:#666666;
	line-height: 19px;
}

.texto_24_vermelho {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #C90000;
	line-height: 19px;
}

.texto_10_cinza {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #000000;
}

.texto_11_vermelho {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #C90000;
}

a.link_vermelho {
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration:none;
	color: #AB0000;
}

a.link_vermelho:hover {
	font-family: Trebuchet MS;
	font-size: 13px;
	text-decoration:underline;
	color: #AB0000;
}

a.link_cinza {
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration:none;
	color:#666666;
}

a.link_cinza:hover {
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration:underline;
	color:#666666;
}

.texto_cinzaclaro_9 {
	font-size: 9px;
	color: #aaaaaa;
}

.texto_cinzaclaro_10 {
	font-size: 10px;
	color: #aaaaaa;
}