body {
	background:#000000;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:200%
	color: #333333;
}
a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#003366;
}
a:active {
	text-decoration: none;
}

.bordadireita {
border-right:1px dashed #666666;
padding-right:10px;
}

.bordaesquerda {
border-left:1px dashed #666666;
}

.titulonegrito {
	font-size: 17px;
	font-weight: bold;
}
.subtitulo {
	font-size: 15px;
	font-weight: bold;
}
