P  {}

H1  {
	font-family : sans-serif;
	color : Teal;
}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
}

.menubg  {
	background-color : skyblue;
	padding : 1;
	border-width : medium;
	border-color : royalblue;
	border-style : outset;
	font-family : Arial,sans-serif;
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	color : darkred;
	text-decoration : underline;
}

.menu  {
	font-family : Arial,sans-serif;
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	color : blue;
	text-decoration : none;
	text-align : center;
}

a.menu:hover  {
	color : navy;
	text-decoration : underline;
}

.destaque  {
	font-family : Arial,sans-serif;
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
	color : white;
}

.destaque1  {
	font-family : Arial,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	color : white;
}

.corpo1  {
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	color : White;
}

.corpo2  {
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : normal;
	font-style : normal;
	color : White;
}

.contato  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : italic;
	color : White;
	text-decoration : none;
}

a.contato:hover  {
	text-decoration : underline;
}


