BODY
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

UL { list-style-type: square; }
LI { margin-bottom: 1px; margin-top: 1px;}
H1 
{
	font-size: 14px;
	font-weight: bold;
}
H2
{
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}
H3
{
	font-size: 11px;
	font-weight: bold;
}

A { color: #003399; }
A:hover { color: #0066CC; }

TABLE
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	display: inline;
}

.TEXTBOX { font-size: 11px; }
.BUTTOM  { font-size: 11px; }

.LINK_MENU
{
	color: #DDDDDD;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.LINK_MENU:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.MENU
{
	color: White;
	font-weight: bold;
	text-align: center;
}

.RODAPE
{
	color: White;
	font-weight: bold;
	text-align: center;
}

.TITULO_COLUNA_DIR
{
	background-image: url(../Images/bg_titulo_coluna_direita.gif);
	font-weight: bold;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
}

.NOME_PROPRIEDADE_CADASTRO
{
	background-color: #cc0000;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
}

.DROPDOWNLIST
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

.GRID_HEADER
{
	font-weight: bold;
	color: white;
	background-color: #333399;
}

.SOURCE
{
	border-bottom: SOLID 2PX BLACK;
	border-top: SOLID 2PX BLACK;
	border-left: SOLID 2PX BLACK;
	border-right: SOLID 2PX BLACK;
	font-family: Courier, Courier New;
	font-size: 10px;
}
.SOURCE_COMMENT
{
	color: Green;
}