@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana,sans-serif;
	margin:0;
	padding:0;
}
.main{
	width:990px;
	margin:auto;
}
.banner{
	width:990px;
	height:162px;
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
}
.conteudo{
	width:990px;
	min-height:460px;
	position:absolute;
	background-color:#FFF;
	margin-top:30px;
    line-height:17px;
}
.area_menu{
	width:193px;
	float:left;
	font-size:11px;
}
.descricao{
	width:777px;
	float:right;
	font-size:10px;
    padding: 0 10px;
}
.titulo{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.titulo2{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 30px;
}
.subtitulo{
    font-weight: bold;
    font-size: 13px;
}
a .links {
	color:#ed1c24;
}