.texto_geral
{
	font-size: 11px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.link_geral
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
}
.link_geral:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff8000;
	text-decoration: underline;
}
.link_branco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.link_branco:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
.botao
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	border-left: black 1px solid;
	cursor: hand;
	color: #ffffff;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: forestgreen;
	text-align: center;
}

.botao_adm
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	border-left: black 1px solid;
	cursor: hand;
	color: #ffffff;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: DimGray;
	text-align: center;
}

.textbox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 12px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	background-color: whitesmoke;
}

.Title
{
	color: #FFFDF4;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
	text-transform: uppercase;
}

.HeadSeparator
{
	background-color: #9D0000;
}

.menuitem
{
	width:150px;
	color:Black;
	font-family:verdana;
	font-size:10pt;
	padding:2px;
	padding-left:5px;
	padding-right:15px;
	cursor:hand;
}

.menumouseover
{
	width:150px;
	color:white;
	background-color:#660000;	
	font-family:verdana;
	font-size:10pt;
	padding:2px;
	padding-left:5px;
	padding-right:15px;
	cursor:hand;
}

.submenuitem
{
	width:150px;
	color:black;
	background-color:#DADAC8;
	font-family:verdana;
	font-size:10pt;
	padding:2px;
	padding-left:5px;
	padding-right:15px;
	border:1px;
	border-color:black;
	border-left-color:black;
	border-top-color:black;
	border-right-color:black;
	border-bottom-color:black;
	border-style:ridge;
	cursor:hand;
}

.submenumouseover
{
	width:150px;
	background-color:#660000;
	color:white;
	font-family:verdana;
	font-size:10pt;
	padding:2px;
	padding-left:5px;
	padding-right:15px;
	border:1px;
	border-color:black;
	border-left-color:black;
	border-top-color:black;
	border-right-color:black;
	border-bottom-color:black;
	border-style:ridge;
	cursor:hand;
}

.grid_header
{
	font-weight: bold;
	font-size: 8pt;	
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gray;
	text-align: center;
}

.grid_pager
{
	font-weight: bold;
	font-size: 10pt;	
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: gray;
	text-align: center;
}

.grid_pager A:link
{
	font-weight: normal;
	color: #ffffff;
}

.grid_pager A:visited
{
	font-weight: normal;
	color: #ffffff;
}

.grid_pager A:hover
{
	font-weight: bold;
	color: #000000;
	background-color: silver;
}

.grid_item
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dedede;
	text-align: left;	
}

.grid_alternate_item
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
	text-align: left;
}
