*{
	margin: 0px;
}
body{
	background-color: #F2F2F2;	
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
h1 {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

/* classes */

.img {
	border: 1px solid #000000;	
	margin-left:8px;
	
}

/* div's */

#wrapper {
	margin: 0px auto;
	width: 995px;
}
#esquerda {
	width: 270px;
	background: url(img/fundo_menu.jpg) repeat-y;
	margin-right: 5px;
	float: left;
}
#direita {
	width: 720px;
	float: left;
}
#menu {
	width: 720px;
	height: 64px;
}
#conteudo {
	width: 714px;
	min-height: 296px;
	height: auto !important;
	height: 296px;
	background: url(img/fundo_conteudo.jpg) repeat-x;
	background-color: #E2E2E2;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	margin-left: 1px;
	margin-right: 3px;
}
#con_internas {
	width: 674px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#riscos {
	width: 716px;
	height: 2px;
	background: url(img/fundo_riscos.jpg) no-repeat;
	margin-left: 1px;
	margin-right: 3px;
	overflow: hidden;
}
#icones {
	width: 700px;
	height: 72px;
	line-height: 72px;
	padding-left: 14px;
	background-color: #E2E2E2;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-left: 1px;
	margin-right: 3px;
}
#envolve_rodape {
	width: 995px;
	height: 40px;
	clear: both;
}
#rodape {
	width: 880px;
	height: 80px;
	border-bottom: 1px solid #D5D5D5;
	padding-left: 20px;
	margin-left: 10px;
	line-height: 39px;
	float: left;
}
#creditos {
	width: 75px;
	height: 40px;
	float: right;
	padding-top:40px;
}
#pontilhado {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C8C8C8;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}

#msgErr, #msgCer{
	width:100%;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
}

#msgErr {
	border-color:#990000;
	background-color:#FFD5D6;
	color:#990000;
}

#msgCer {
	border-color:#003300;
	background-color:#CCFFDD;
	color:#003300;
}