p, td, legend 		{font-family: verdana; font-size: 12px;}
.pm, .tdm	{font-family: verdana; font-size: 10px;}
A.AC, A.AC:visited, A.AC:hover {font-family: verdana; font-size: 12px; color: #000000; text-decoration: underline;}
A.AC:hover	{text-decoration: none; color: #000000;}
A.ACm, A.ACm:visited, A.ACm:hover {font-family: verdana; font-size: 10px; color: #000000; text-decoration: underline;}
A.ACm:hover	{text-decoration: none; color: #000000;}
.borda	 	{border-style: solid; border-color: #000033; border-width: 1px; background-color: #DCEBF9; font-family: verdana; font-size: 12px;}
.botao	 	{border-style: solid; background: #000033; font-family: verdana; font-size: 12px; color: #FFFFFF; cursor: hand; font-weight: bold;}
.titulo		{font-family: verdana; font-size: 13px; font-weight: bold; color: #CC9933;}
/* tableless */

body {
	background-color: #FFFFFF;
	overflow: auto;
	scrollbar-face-color: #000033;
	scrollbar-highlight-color: #B8CADB;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #000033;
	scrollbar-3dlight-color: #000033;
	scrollbar-track-color: #B8CADB;
	scrollbar-darkshadow-color: #000033
	}
.cabecalho {
	z-index: 1;
	position: absolute;
	top: 1px;
	left: 1px;
	}
.menu {
	z-index: 1;
	position: absolute;
	top: 139px;
	left: 1px;
	}
.left {
	z-index: 1;
	position: absolute;
	top: 162px;
	left: 1px;
	}
.right {
	z-index: 1;
	position: absolute;
	top: 162px;
	left: 646px;
	}
.menu_lista {
	z-index: 2;
	position: absolute;
	top: 143px;
	left: 1px;
	width: 770px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	color: #FFCC66;
	}
.menu_lista a {
	font-weight:bold;
	text-decoration : none;
	color: #FFFFFF;
	}
.menu_lista a:hover {
	color: #FFCC66;
	}
.conteudo {
	z-index: 2;
	position: absolute;
	top: 180px;
	left: 140px;
	width: 610px;
	}
@media print {
	.menu {display:none;}
	.menu_lista {display:none;}
	.left {display:none;}
	.right {display:none;}
	.conteudo {top:150px; left:20px; width:620px;}
	}

