/* CSS Document */
body { 
	background-color: white; 
	background-color: #E0E0E0;
	margin: 0px 0px 5px 0px;
	text-align: center; 
}

p { 
	margin: 0px; 
}

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
}

#bcklogo {
	margin: 0px;
	background-color: white;
}

#logo {	
	padding: 0px 10px 0px 10px;
	text-align: left;
	width: 790px;
	margin: auto;
}

#logo img {
	padding: 0px;
	margin: 0px;
}

#menu {	
	text-align: left;  
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
	line-height: 22px;
	height: 24px;
	width: 790px;
	margin: auto;
}

#bckmenu { 
	background-color: #365A7E; 
	margin: 0px;	
	height: 25px;
	border-bottom: 2px solid #909090;
}

#menu a { 
	padding: 0px 10px 0px 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;	
}

#rodape {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	background-color: #F5F5F5;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 8px 0px 8px 0px;
	/*width: 300px;*/
	margin: 0px auto 0px auto;	
}

#rodape a { color: #333333; }

#main {
	background-color: #E0E0E0;
	height: 100%;
}

#page {		
	background: #FFFFFF; 	
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	width: 790px;	
	margin: auto;
	height: 100%;
}



#conteudo {
	padding: 10px 10px 10px 20px;
	text-align: left;
	clear: none;
}

.texto {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
	padding: 0px 10px 5px 10px;
	vertical-align: top;
	margin: 0px;
}

.titulo1 { 
	line-height: 20px;
	font-size: 13px;
	text-indent: 0px;
	border-bottom: 1px solid #AAAAAA;	
	border-left: 1px solid #AAAAAA;
	padding: 1px 0px 0px 7px;
	margin-top: 5px;
	font-weight: bold;
	color: #000000;
	background: url(imagens/bck.jpg) repeat-y bottom left;
}

.normal { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 5%;
	padding-left: 10px;
	padding-right: 2px;
	font-weight: normal;
}

.comentario { 
	padding-left: 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}

#novidades { float: right; }
.novitopo {	width: 240px; height: 10px; margin: 5px 0px 0px 10px; background: url(imagens/bordatopo.jpg) bottom left no-repeat; }
.novibase {	width: 240px; height: 21px;	margin: 0px 0px 0px 10px; background: url(imagens/bordabase.jpg) top left no-repeat; }
.novicontent {
	width: 209px; background: url(imagens/bordadir.jpg) right repeat-y #365A7E;	margin: 0px 14px 0px 10px;		
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;	text-align: left;
	line-height: 22px; padding: 0px 10px 0px 5px; border-left: 1px solid #AAAAAA;
}
.novicontent a { color: #FFFFFF; }
.novicontent img { padding: 0px; margin: 0px 7px 2px 0px; float:left; }
.novicontent h1 { line-height: 20px; font-size: 13px; text-indent: 0px;	border-bottom: 1px solid #CCCCCC;	
	padding: 0px 0px 0px 2px; font-weight: bold; color: #FFFFFF; margin: 0px;
}
.novicontent h2 { border-bottom: 1px solid #CCCCCC;	padding: 0px 0px 0px 2px; margin: 7px 0px 5px 4px;
	font-size: 11px; line-height:13px; }
.novicontent h3 { text-align: left;	font-size: 11px; line-height: 12px;	padding: 0px 0px 0px 2px;
	margin: 5px 0px 0px 8px; }
.novicontent div { font-size: 11px; line-height: 14px; padding: 10px 2px 10px 2px; clear:both; vertical-align: middle; }
.novicontent h4 { clear:both; border-bottom: 1px solid #CCCCCC; line-height: 5px; padding: 0px; margin: 0px; }

