body 
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:11px;
	text-align:justify;
	background-image: url(../imagens/bg.png);
}

body table 
{
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:justify
}

a
{
	font-weight:bold;
}

a:link  
{
	color:#3c3c3c;
	text-decoration:none;
}

a:visited
{
	color:#3c3c3c;
	text-decoration:none;
}

a:hover  
{
	color:#3c3c3c;
	text-decoration:none;
}
a:active 
{
	color:#FFF;
	text-decoration:none;
}
.rodape
{
	text-align:center;
	color:#3c3c3c;
	font-weight:bold;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	border-top: 1px solid #333333;
}
#main
{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #ffffff;
	padding: 5 15 15 15;
}
#menu
{
	border-left: 1px solid #333333;
	background-color:#e6e6e6;
}
.style_menuA
{
	border-right: 7px solid #ff6600;
}
.style_menuI
{
	border-right: 0px solid #333333;
}
.menuselecionado
{
	background-color: #6699cc;
}
h1
{
	font-weight:bold;
	color:#6699cc;
}
.titulo
{
	font-size:12px;
	font-weight:bold;
	color:#6699cc;
}
.tabela_box_trans_TL { background-image: url('../imagens/table-azul-top-left.png');  	background-repeat: no-repeat; background-position: 0 0; width: 6px; height: 6px;}
.tabela_box_trans_TR { background-image: url('../imagens/table-azul-top-right.png'); 	background-repeat: no-repeat; background-position: top right; width: 6px; height: 6px;}
.tabela_box_trans_BR { background-image: url('../imagens/table-azul-bottom-right.png');	background-repeat: no-repeat; background-position: bottom right; width: 6px; height: 6px;}
.tabela_box_trans_BL { background-image: url('../imagens/table-azul-bottom-left.png');  background-repeat: no-repeat; background-position: bottom left; width: 6px; height: 6px;}
.redlink {	font-style: normal;
	color: #FF0000;
}
.blacklink {
	font-style: normal;
	color: #000000;
}
.azullink {
	font-style: normal;
	color: #0000FF;
}	
.whitelink {
	font-style: normal;
	color: #FFFFFF;
}	
.error_msg {
	font-size: 14px;
	font-weight: bolder;
	color: #F00;
}

.monospace {
	font-family:'Courier New', Courier, monospace;
}