a:active {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F30;
	font-weight: bold;
	text-decoration: underline;
}


.linhas {
	background-image: url(../imagens/frame.png);
	background-repeat: repeat-x;
	border: 1px solid #0057AE;
	background-color: #EDF3FA;
	color: #005080;
	font-size: 11px;
}

.linhas2 {
	background-repeat: repeat-x;
	border: 1px solid #0057AE;
	background-color: #EDF3FA;
}

.texto {
	background-image: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005080;
	line-height: 18px;
}
.subtitulo {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #C1E0FF;
	height: 25px;
}
.subtitulo2 {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #0057AE;
	height: 25px;
}
.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.caixa_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330407;
	background-image: none;
	background-color: #F3F8FC;
	border: 1px dotted #005080;
}

.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;
}
.titulo {
	font-family: sans-serif, Verdana, Geneva;
	font-size: 18px;
	font-variant: normal;
	text-transform: uppercase;
	color: #F00;
	font-weight: bolder;
}

