﻿html, body {height:100%;}
#menuprincipal 
{
	position: absolute;
	top:13px;
	z-index:1;

}
body {
	background-color: #C7E4E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #3D3C3C;
}
a:visited {
	text-decoration: none;
	color: #3D3C3C;
}
a:hover {
	text-decoration: none;
	color: #009133;
}
a:active {
	text-decoration: none;
	color: #009133;
}
.conteudo_central {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:20px;
}
.conteudo_base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 955px;
	margin-left:60px;
	vertical-align:top;
	
	
}
.menu_lateral_bg {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3C3C;
	line-height:38px;
	background-image:url(../../img/bg_menu_lateral.jpg);
	background-repeat: no-repeat;

}
.menu_lateral {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3C3C;
	line-height:38px;
	background-image:url(../../img/bg_menu_lateral_linha.jpg);
	background-repeat:repeat-x;

}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009133;
	line-height: 15px;
}
