a:active {
font-family: Verdana, arial, Times, serif;
color: #000;
font-weight: bold;
text-decoration: none;
}
a:link {
font-family: Verdana, arial, Times, serif;
color: #000;
font-weight: bold; 
text-decoration: none;
}
a:visited {
font-family: Verdana, arial, Times, serif;
color: #000;
font-weight: bold;
text-decoration: none;
}
a:hover {
	font-family: Verdana, arial, Times, serif;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}





.texto {
	font-family: Verdana, arial, Times, serif;
	font-size: 11px;
	line-height: 16px;
}

.texto2 {
	font-family: Verdana, arial, Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	font-variant: small-caps;	
}

.titulo {
	font-family: Verdana, arial, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	border: 1px solid #FC0;
	background-color: #003;
}








.linha {
	background-color: #FC0;
	border: 2px solid #003;
	text-align: right;
	font-weight: bold;
}
.linha2 {
	background-color: #FFF999;
	border: 1px solid #003;
	text-align: right;
}
.linha3 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	background-color: #F30;
	border: 1px solid #003;
	text-align: center;
}



.linha_vertical {
	border-left-width: 1 px;
	border-left-style: solid;
	border-left-color: #000;
}

.caixa_texto{
	font-family: Verdana, arial, Times, serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #FF9;
	border: 1px solid #003;
}


.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.rodape {
	font-family: Verdana, arial, Times, serif;
	font-size: 9px;
	color: #FFF;
}
.scroll {
scrollbar-face-color: #ff9;
scrollbar-shadow-color: #300;
scrollbar-highlight-color: #300;
scrollbar-3dlight-color: #Ffc;
scrollbar-darkshadow-color: #ffc;
scrollbar-track-color: #ffc;
scrollbar-arrow-color: #f90;
}
