body {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #014061;
	background-image: url(../../img/design/bg.png);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
form {
	margin: 0px;
}

input {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #014061;
	border: 1px solid #068CC5;
	font-weight: bold;
	width: 100%;
}
textarea {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #014061;
	border: 1px solid #068CC5;
	font-weight: bold;
	width: 100%;
}


a:link {
	color: #40C7FF;
	text-decoration: none;
}
a:visited {
	color: #40C7FF;
	text-decoration: none;
}
a:hover {
	color: #40C7FF;
	text-decoration: underline;
}
a:active {
	color: #40C7FF;
	text-decoration: none;
}

#container {
	width: 755px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#lateral {
	width: 202px;
	float: left;
}
#topo {
	width: 553px;
	float: right;
}
#conteudo {
	float: right;
	width: 513px;
	padding: 20px;
	clear: right;
}
#rodape {
	width: 755px;
	color: #0EA4E4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
.box {
	background-color: #034B6F;
	padding: 10px;
	margin-top: 1px;
}
.titulos {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #99CC00;
}
