@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
} 
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #000000;
	margin: 0;
	text-align:center;
}
#caixa{
	width:900px;
	position:relative;
	background-image: url(../imagens/paginaprincipal_03.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
* html #caixa {height: 100%;}
#conteudo {
	padding-bottom:30px;
}
#topo{
	width:900px;
	height:293px;
	text-align:left;
}
#menu{
	width:900px;
	height:77px;
	background-image: url(../imagens/paginaprincipal_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}
#principal{
	width:620px;
	padding-left:20px;
	margin-right:40px;
	float:left;
	padding-top:50px;
	text-align:left;
}
#auxiliar {
	width:200px;
	float:right;
	padding-top:50px;
	padding-right:20px;
	}
#base{
	width:900px;
	height:618px;
	text-align:left;
	float:left;
}
#rodape {
	width:900px;
	height:30px;
	position: absolute;
	bottom: 0;
	text-align:center;
	background-color: #000000;
	}
#rodape p {
	color:#FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
.clear {
	clear:both;
}
/*links*/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
/*formulários*/
.form01{
	border:thin #CC0000 solid;
}
.form02{
	background-color:#CC0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
.form03{
	background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	cursor:pointer;
}
/*alinhamento*/
.align01{
	text-align:right;
}
.align02{
	text-align:center;
}
/*imagens*/
.img01 {
	float:left;
	padding-right:25px;
	padding-bottom:5px;
}
.img02 {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}
/*estilos*/
.estilo01{
	background-color:#CC0000;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
}
.estilo02{
	font-weight:bold;
	font-size:14px;
}
.estilo03{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:#CC0000;
}
.estilo04{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	color:#CC0000;
	text-align:center;
}
.estilo05{
	font-weight:bold;
}
.estilo06{
	font-weight:bold;
	font-size:16px;
}
.estilo07{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	color:#CC0000;
	text-transform:uppercase;
}
.estilo08{
	font-size:11px;
}
.estilo09{
	font-size: 16px;
	color:#333;
	text-indent:30px;
}
.estilo10{
	margin-left:30px;
	color:#999;
}
.hr01 {
	width:100%;
	color: #000000;
	height:2px;
}
.hr02 {
	width:100%;
	color:#CCCCCC;
	height:1px;
}
.estiloespecial01 {
	font-size: 16px;
	background-color: #CCC;
	padding: 10px;
	border: 1px dotted #333;
	font-family: "Courier New", Courier, monospace;
	color: #333;
}

