/* TAGS */
body {
	background-color: #000000;
}

/* OUTRAS CLASSES */
.imgborda
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	margin: 8px;
	float: left;
}
.rodape {
	color: #F5F5F5;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	text-align: center;
}
.meio {
	padding: 15px;
	background-color: #FFFFFF;
	height: 350px;
}
.titulo {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
.label
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: verdana,helvetica,arial;
	text-align: right;
}
.texto {
	color: #000000;
	font-family: verdana,helvetica,arial;
	font-size: 11px;
	text-align: left;	
}
a:link, a:visited, a:hover, a:active
{
	text-decoration : none;
	color: black;
	font-size: 11px;
}
a:hover 
{
	text-decoration: underline;
}
a.btLogon
{
	font-family: Arial Black;
	font-size: 9pt;
}
a:link.btLogon
{ 
	color: #AEAEAE;
}
a:hover.btLogon
{ 
	color: #AEAEAE;
}
a:visited.btLogon
{ 
	color: #AEAEAE;
}
a:active.btLogon
{ 
	color: #AEAEAE;
}
.paginacao 
{
	background-color: #F5F5F5;
	font-size: 9px;
	font-weight: bold;
}