/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}	

body{
	margin:5px;
}

p{
	font-size:12px;
	margin:5px;
}

h1{
	font-size:16px;
	color:#333333;
	font-weight:bolder;
	margin:5px;
	margin-bottom:10px;
}

h2{
	font-size:12px;
	margin:5px;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:none;
color:#333333;
}

#cabecalho{
margin:0px;
padding:0px;
}

.titulo{
color:#000000;
background-color:#999999;
font-weight:bold;
text-align:center;
padding:3px;
}

.lista{
color:#333333;
text-align:left;
border-bottom:1x dashed #666666;
}

.mens{
color:#006699;
text-align:left;
}
