@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial;
	font-size: 12px;
}
#principal {
	height: auto;
	width: 100%;
}
#paginas {
	background-color: #FFFFFF;
	height: auto;
	width: 724px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#rodape {
	text-align: center;
	color: #666666;
	margin-bottom: 0px;
}
#conteudo {
	height: auto;
	width: 704px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	width: 721px;
	margin-top: 10px;
	text-align: left;
	list-style-type: upper-alpha;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	font-size: 14px;
}
.header {
	padding-top: 15px;
}



a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
label {
	vertical-align: middle;
}

