body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#003366;
}

.sidebar {
	background-color:#002143
}

a {
	font-family: "Lucida Grande";
	font-size: 11px;
	color:#CC0000;
	text-decoration: underline;
}

a:visited {
	font-family: "Lucida Grande";
	font-size: 11px;
	color:#CC0000;
	text-decoration: underline;
}



#footer_text a {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
}

#footer_text {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}

#conteudo_text {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;

}
.titulo {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.titulored {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#CC0000;
}



.subtitulo {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.textonormal {
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.breadcrum {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #666666;
}

.breadcrum a {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.breadcrum a:visited {
	font-family: "Lucida Grande";
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

/* CSS do Formulário */ 
fieldset
{
border: #CC0000 solid 2px;
width: 95%;
}

legend
{
background: #CC0000;
color:#FFFFFF;
font-weight:bold;
border: #CC0000 solid 1px;
padding: 1px 10px;
}

.formtext { 
	margin-left:1em;
	color:#000000; 
	background:#f8f3f6; 
	border:1px #5b053f solid; 
	font: 1em arial,helvetica,sans-serif; 
}

.formtext2 { 
	margin-left:0em;
	color:#000000; 
	background:#f8f3f6; 
	border:1px #5b053f solid; 
	font: 1em arial,helvetica,sans-serif; 
}

.formtext:focus { 
	background:#FFFFFF;
	}

form em span { width:150px; }
form em { 
	padding-left:1em;
	display:block; 
	font-style:normal; 
	margin-top:0.5em;
	}
	
.button { 
	padding-left:1em;
	color:#FFFFFF; 
	background:#CC0000; 
	font-size:0.9em; 
	border:2px solid; 
	border-color:#d5b7ca #5b053f #5b053f #d5b7ca; 
	font-weight:bold;
	}
