/* CSS Document */

body {
	background-color: #8EA2C3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #0B4489;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.link_menu {
	color:#0B4489; 
	text-decoration:none;
}
a.link_menu:actived {
	color:#0B4489; 
	text-decoration:none;
}
a.link_menu:hover {
	color:#0B4489; 
	text-decoration:none; 
	font-weight: bold;
}

.font{
	font-family: Arial;
	font-size: 12px;
	color: #0B4489;
}

.font_noticias{
	font-family: arial;
	font-size: 11px;
	color: #0B4489;	
}

.font_titulo{
	font-family: arial;
	font-size: 14px;
	color: #CC0000;
}

.rodape{
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
		
}
.form {  
	height: 16px;
	width: 200px;
	font-family: Verdana;
	font-size: 9px; 
	color: #000000;
	background-color: #FFFFFF; 
	font-style: normal; 
	background-position: center center; 
	position: static; 
	border-color: #E2E2E2 #E2E2E2 #908f8f #E2E2E2; 
	letter-spacing: 1px; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;

}
.campo {  
	height: 150px;
	width: 480px;
	font-family: Tahoma;
	font-size: 11px; 
	color: #000000;
	background-color: #FFFFFF; 
	font-style: normal; 
	background-position: center center; 
	position: static; 
	border-right: #908F8F 1px solid;
	border-top: #E2E2E2 1px solid;
	border-left: #E2E2E2 1px solid;
	border-bottom: #908f8f 1px solid;
	letter-spacing: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; z
	border-bottom-width: 1px; 
	border-left-width: 1px;

}
.botao {
	color: #000000;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	font-size: 11px;
	border-left: #0286D1 1px solid;
	border-bottom: #0286D1 1px solid;
	font-family: Tahoma;
	background-color: #8EA2C3
}