/* ############################
######## CSS DOCUMENT #########
##### POR ORDEM ALFABETICA ####
############################ */ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0076B9;
	background-image:url(../imagens/fundo.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#666666;
	}

form {
	margin:0px;
}	
	
a {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}	

/* ########################
######### CLASSES #########
######################## */

.input_text {
 	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#006699;
	border:solid 1px #CCCCCC;
	padding:3px;
}

.input_textarea {
 	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#006699;
	border:solid 1px #CCCCCC;
	padding:3px;	
}

.noticias_link {
	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

.noticias_link:hover {
	text-decoration:underline;
}

.noticias_data {
 	font-family:Tahoma, MS Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#999999;
}


/* ########################
######### DIV TAGS ########
######################## */ 


#bounds {
	position:absolute;
	left:50%;
	width:770px;
	margin-left:-385px;
	border:solid 0px #FF0000;
	background-image:url(../imagens/fundo2.jpg);
	background-repeat:repeat-y;
	}

#top {
	padding:0px;
	margin:0px;
	border:solid 0px #FF0000;
	text-align:center;
	}
	
#contents {
	padding:0px;
	margin:0px;
	width:770px;
	display:table-cell;
	border:solid 0px #FF0000;
	}
	
#left {
	float:left;
	padding:0px;
	width:230px;
	border:solid 0px #FF0000;
	}
	
#right {
	float:right;
	padding:0px;
	width:500px;
	border:solid 0px #FF0000;
	}

#full {
	float:right;
	padding:10px;
	width:750px;
	border:solid 0px #FF0000;
	}	
	
#foot {
	padding:0px;
	margin:0px;
	border:solid 0px #FF0000;
	}