/*-- body properties --*/
body {
		background: url(../imagens/bg.gif) #F1FFE1;
		background-repeat:repeat;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}

body,td,th {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		color: #333333;
		}
		
/*-- div properties --*/
#apDiv1 {
	position:absolute;
	left:30%;
	top:291px;
	width:300px;
	height:300px;
	z-index:1;
}

/*-- font properties --*/
.fontetitulo 	{
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		color: #0099CC;
		}
		
.fontetitulo3 	{
		font-size: 22px;
		line-height: 24px;
		font-weight: bold;
		color: #0099CC;
		}

.fontetitulo2 	{
		font-size: 12px;
		font-weight: bold;
		color: #0099CC;
		}
		
.fonterecado 	{
		font-size: 13px;
		color: #187B83;
		}
		
.fonterecado2 	{
		font-size: 13px;
		color: #003300;
		}

.fonteinterativo 	{
		font-size: 14px;
		color: #76c23e;
		}

.fonterodape 	{
		font-size: 11px;
		line-height: 12px;
		}

/*-- link properties --*/
.LINK_RODAPE:link {		
		font-size: 11px;
		line-height: 12px;
		color: #0099CC;
		text-decoration: underline;
		}

.LINK_RODAPE:visited {
		font-size: 11px;
		line-height: 12px;
		color: #0099CC;
		text-decoration: underline;
		}

.LINK_RODAPE:hover {
		font-size: 11px;
		line-height: 12px;
		color: #0099CC;
		text-decoration: underline;
		}

.LINK_GERAL:link {		
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		color: #333333;
		text-decoration:NONE;
		}

.LINK_GERAL:visited {
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		color: #333333;
		text-decoration: NONE;
		}

.LINK_GERAL:hover {
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		color: #333333;
		text-decoration: underline;
		}

/*-- form properties --*/
.FORM 		{
		font-size: 11px;
		width: 350px;
		height: 18px;		
		border: 1px solid #006080;
		color: #000000;
		}
		
.FORM4 		{
		font-size: 11px;
		width: 30px;
		height: 18px;		
		border: 1px solid #006080;
		color: #000000;
		}
		
.FORM2 		{
		font-size: 11px;
		width: 200px;
		height: 18px;
		border: 1px solid #006080;
		color: #000000;
		}

.FORM3 		{
		font-size: 11px;
		width: 350px;
		height: 150px;
		border: 1px solid #006080;
		color: #000000;
		}

.BOTAO	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 80px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		border: 1px solid #006080;
		font-weight:bold;
		color: #ffffff;
		background-color: #0099CC;
		}
		
.BOTAO2	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 140px;
		height: 22px;
		font-size: 12px;
		line-height: 22px;
		border: 1px solid #006080;
		font-weight:bold;
		color: #ffffff;
		background-color: #0099CC;
		}
		
.imagem {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 15px 0 15px 15px;}
	
.imagem2 {
	padding: 5px;
	background: #FFFFFF;
}


#pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	left: 50%;
	position: relative;
	float: left;
	width:auto;
}
#pages ul {
	padding: 0;
	width: auto;
	margin: 0;
	list-style-type: none;
	left: -50%;
	position: relative;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}


#pages li a {
	color: #0066CC;
	padding: 5px 8px;
	border: 1px solid #CCC;
	text-decoration: none;
	float: left;
}

#pages li a:hover {
	color: #0066CC;
	background: #F1F1F1;
	border: 1px solid #CCCCCC;
}
#pages li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 6px;
}
#pages li.current {
	color: #000;
	border: 1px solid #FFFFFF;
	padding: 5px 8px;
	background: #CCCCCC;
}