﻿body {
	font-family: Verdana, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
table {
	font-size: x-small;
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #ffFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a.1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;

	text-decoration: none;
	color: #0000ff;
}
a.1:hover {
	text-decoration: underline;
	color: #000000;
}


a.linkGv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;

	text-decoration: none;
	color: #FF0000;
}
a.linkGv:hover {
	text-decoration: underline;
	color: #FF0000;
}


a.gv {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.gv:hover {
	text-decoration: underline;
	color: #0000ff;
	font-weight: normal;
}

input {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	border: thin outset;
	background-color: #F8F8FF;
}

input.money {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	border: thin outset;
	background-color: #F8F8FF;
	direction: rtl;
}

input.not {
	font-size: x-small;
	border: none;
	background-color: #F8F8FF;
}

span.titulo {
	font-size: 16px;
	color: #8B0000;
	font-weight: bold;
}

span.subtitulo {
	font-size: 12px;
	color: #8B0000;
	font-weight: bold;

}

span.descricao {
	font-size: 9;
	color: #1C1C1C;
	font-weight: normal;
	font-style: italic;
}

span.erro {
	font-size: 10px;
	color: #ff0000;
	font-style: italic;
}

span.informacao {
	font-size: 11px;
	color: #000000;
	font-style: italic;
}

	div.informativa {
		background-color: #ffffcc;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		border: 1 solid Black;
	}

table.informativo	{
	border: 0px;
	background-color: #fe9900;
	width: 460;
}

