/* CSS Document */

body{
	background-color: #000000;
}
.base{
	border-style:solid;
	border-color:#666666;
	border-width: 2px;
}
.conteudo{
	background-color:#00527B;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width: 2px;
}
.topo{
	background-color:#00527B;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width: 2px;
}
.texto, texto_grande, .titulo, .titulo2, .texto_saudacao, .texto_grande, .texto_obs, .texto_menor {
	font-family: "century Gothic";
	color:#FFFFFF;
	text-align: justify;
	padding-right: 10px;
	line-height: 15px;
}
.texto_obs{
	text-align:center;
	color: #FFFFFF;
	font-size: 9px;
}
.texto {
	font-size: 14px;
	text-align: justify;
}
.texto_menor {
	font-size: 12px;
	text-align: justify;
}
.texto_grande {
	font-size: 14px;
	font-weight:bold;
}
.titulo {
	font-size: 26px;
}
.titulo2 {
	font-size: 16px;
}
.saudacao {
	background-image: url(img/barra.jpg);
	background-repeat: repeat-x;
	height: 20px;
	vertical-align: top;
}
.texto_saudacao {
	font-size: 10px;
	text-align: center;
	vertical-align:top;
	padding: 0px;
	line-height: 0px;
}
.col_1 {
	background-image: url(img/bkg_col1.jpg);
	background-repeat:repeat-y;
}
.col_rod_1 {
	background-image: url(img/bkg_col1.jpg);
	background-repeat:repeat-y;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width: 2px;
}
.cont_rod {
	background-color: #00527B;
	background-repeat:repeat-y;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	border-bottom-width: 2px;
}
.botoes, .caixas  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #00527B;
	border-style:solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.botoes {
	font-size: 12px;
	font-weight: bold;
}
.caixas {
	font-size: 10px;
	width: 300px;
}
a:link {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
	font-weight:bold;
}
a:active {
	color: #0099CC;
}