@charset "ISO-8859-1";
/* CSS Document */

* {
		margin:0;
		font:11px Arial, Helvetica, sans-serif; color:#202129;
	}
		
body{
	background:#f9f5e2 url(imgs/bg_areia.jpg) top no-repeat;
	}
	
a{
	text-decoration:none;
	color:#202129
	}
a:hover{
	text-decoration:underline;
	}

.abaConteudo{background-image:url(../imgs/aba_conteudo.gif); background-position:top; background-repeat:no-repeat}

.subtitulo{font-size:14px; font-weight:bold}

.justificado{text-align:justify}

.negrito{font-weight:bold}

img{border: 0px}

.form {border: 1px solid #CCC; font-family:Arial, Helvetica, sans-serif; font-size:11px}

.input {font-family:Tahoma;	font-size:11px;	color:333333; height:17px;	text-decoration: none; background-color:#f9f9f9;	border: 1px solid #CCC;}
