/* Parte 1 dos estilos */
a:link
{
	color: #0000FF;
	font-weight: normal;
	text-decoration: none
}

a:visited
{
	color: #0000FF;
	font-weight: normal;
	text-decoration: none
}

a:active
{
	color: #0000FF;
	font-weight: normal;
	text-decoration: none
}

a:hover
{
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline
}

body
{
background-color: #FFFFFF;
}

td
{  
color: #000000;
font-family: Verdana, Arial, Geneva,Times;
font-size: 12px;
}

td.Fonte000000
{  
color: #000000;
font-family: Verdana, Arial, Geneva,Times;
font-size: 12px;
}

.VermAgua
{
	color: Black;
	background-color: #FF6666;
	font-size: 12px;
	vertical-align: middle;
}

/* Parte 2 dos estilos */

.Verdana_8pt
{
	font-family: Verdana, Arial, Geneva,Times;
	font-size: 8 pt; /*size 1 = 8 pt, size 2 = 10 pt, size 3 = 12 pt, etc...*/
	font-weight: normal;
	color: #000000;
}

.Verdana_8ptBold
{
	font-family: Verdana, Arial, Geneva,Times;
	font-size: 8 pt; /*size 1 = 8 pt, size 2 = 10 pt, size 3 = 12 pt, etc...*/
	font-weight: bold;
	color: #000000;
}

.Verdana_8ptRed
{
	font-family: Verdana, Arial, Geneva,Times;
	font-size: 8 pt; /*size 1 = 8 pt, size 2 = 10 pt, size 3 = 12 pt, etc...*/
	font-weight: normal;
	color: #FF0000;
}

.Verdana_10pt
{
	font-family: Verdana, Arial, Geneva,Times;
	font-size: 10 pt; /*size 1 = 8 pt, size 2 = 10 pt, size 3 = 12 pt, etc...*/
	font-weight: normal;
	color: #000000;
}

.Verdana_10ptBold
{

	font-family: Verdana, Arial, Geneva,Times;
	font-size: 10 pt; /*size 1 = 8 pt, size 2 = 10 pt, size 3 = 12 pt, etc...*/
	font-weight: bold;
	color: #000000;
}

a.link01:link
{
	color: #0000FF;
	text-decoration: none;
}

a.link01:visited
{
	color: #0000FF;
	text-decoration: none;
}

a.link01:active
{
	color: #0000FF;
	text-decoration: none;
}

a.link01:hover
{
	color: #FF9900;
	text-decoration: underline;
}

a.link02:link
{
	color: #000000;
	text-decoration: none;
}

a.link02:visited
{
	color: #000000;
	text-decoration: none;
}

a.link02:active
{
	color: #000000;
	text-decoration: none;
}

a.link02:hover
{
	color: #550000;
	text-decoration: underline;
}