body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#body{
	/*width:800px;
	margin:0 auto;
	padding:2% 0px 0px 12%;*/
}
#body a{
	text-decoration : none;
	color : #000000;
}
#body a:hover{
	text-decoration : none;
	color : #FF0000;
}
#body img{
	border : none;
}
#body ul{
	list-style-type: circ;
	list-style-image: outside;
}
.titulo{
	font-size: 23px;
}
.titulo2{
	font-size: 18px;
}
.titulo3{
	font-size: 12px;
}
.pequeno{
	font-size: 9px;
}
#body input {
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #333333;
}
.inputButton {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #05A8E7;
	height: 18px;
}

#tracejado {
	border-style: dashed;
	border-color: #000000;
}