/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image: url(Imagens/background.gif);
	background-repeat: repeat-y;
	background-color: white;
}

A:link
{
	COLOR: #a62128;
	TEXT-DECORATION: underline
}

A:hover
{
	COLOR: #a62128;
	TEXT-DECORATION: none
}

A:visited
{
	COLOR: #a62128;
	TEXT-DECORATION: underline
}

A:hover
{
	COLOR: #a62128;
	TEXT-DECORATION: none
}

.form-dio
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #23135a;
	background-color: #F0F0F0;
	border: 1px solid;
	border-color: #a62128 #993333 #993333
}

.text_tabela
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #330066;
	font-weight: bold
}

.text_tabelaCopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #8f2822;
	font-weight: bold
}

.text_comum
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
	text-decoration: none;
}
.text_normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #a62128;
	text-decoration: none;
}
.cols
{
	text-justify: newspaper;
	font-size: 9pt;
	font-family: Verdana;
	text-align: justify;
}

.alert
{
	border-right: #a62128 2px solid;
	padding-right: 5px;
	border-top: #a62128 2px solid;
	padding-left: 5px;
	font-size: xx-small;
	margin: 2px;
	border-left: #a62128 2px solid;
	color: #a62128;
	border-bottom: #a62128 2px solid;
	font-family: Verdana;
	text-align: justify;
}