* {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	/* color: #161DB1; */
}

a {
	text-decoration: none;
	font-weight: none;
	color: #161DB1;
}

table, tr, td {
	color: #161DB1;
}

a:hover {
	text-decoration: underline;
}

.destaque {
	/* color: #ffffff;	*/
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #3e73de;
}

.menu {
	background: url('imagens/fundo_menu.gif');
}

.menu_caption {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}


.menu_over {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background-color: #8d6c01;
	font-size: 12px;
}

#rodape * {
	color: #ffffff;
	font-weight: bold;
	padding-top:5px;
}

.submenu {
	color: #000000;
	background-color: #8d6c01;
	font-size: 12px;
	font-weight: bold;
}

.submenu_over {
	color: #ffffff;
	background-color: #8d6c01;
	font-size: 12px;
	font-weight: bold;
}

.parceiros {
	color: #4a41c0;
	font-size: 10px;
}

.conteudo {
	background: url('imagens/marca_dagua.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#scroll_container {
	position: relative;
	top: 0px;
	left: 0px;
}

#scroll_title {
	position: absolute;
	top: 9px;
	left: 10px;
	vertical-align: middle;
	width: 540px;
	height: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold

}

#scroll {
	position: absolute;
	top: 50px;
	left: 5px;
	height: 130px;
	width: 540px;
	overflow: auto;
	color: #161DB1;
	scrollbar-face-color: #D0DDF5;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #D0DDF5;
	scrollbar-shadow-color: #D0DDF5;
	scrollbar-highlight-color: #D0DDF5;
	scrollbar-3dlight-color: #D0DDF5;
	scrollbar-darkshadow-Color: #D0DDF5;
}

#scroll * {
	color: #161DB1;

}

.titulo {
	color: #f2c30d;
	font-weight: bold;
	font-size: 12px;
}

.titulo_sbox {
	font-size: 12px;
	font-weight: bold;
}

.botao {
	color: #ffffff;
	font-size: 10px;
	font-weight: none;
}

input {
	width: 100%;
	border: 1px solid #006699;
}

textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #006699;
}