BODY
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

.titulo
{
	font-size: 20px;
	font-weight: bold;
}

.subtitulo
{
	font-size: 15px;
	font-weight: bold;
}

.subsubtitulo
{
	font-size: 12px;
	font-weight: bold;
}

.nome
{
	font-style:italic;
	font-size: 12px;
	font-weight: normal;
}

.importante
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
}

.titulomaior
{
	border: solid 2px gray;
	background-color: whitesmoke;
	padding: 2px 4px 2px 4px;
	font-size: 16px;
	font-weight: bold;	
}

HR
{
	width: 100%;
	color: Black;	
	border-bottom: solid 1px black;
	border-top: none 0px white;
	border-left: none 0px white;
	border-right: none 0px white;	
}

A
{
	color: Gray;
	text-decoration: none;
}

A:hover
{
	color: Gray;
	text-decoration: underline;
}

A:visited
{	
}