@charset "utf-8";
/* CSS Document */

.topo {
	background-color: #333;
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.TopoLeft {
	float: left;
	height: 100px;
	width: 400px;
}
.TopoRight {
	float: right;
	height: 100px;
	width: 400px;
	padding-top: 5px;
}
.CxMenu {
	height: 22px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}


.corpo {
	height: 360px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
.aviso {
	height: 35px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}

.rodape {
	height: 40px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(../img/rodape.jpg);
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#ItemMenu {
	display: inline;
}
#ItemMenu UL {

}
#ItemMenu LI {
	list-style-type: none;
	float: left;
}
#ItemMenu A {
	display: block;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	width: 100px;
	padding-top: 2px;
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#ItemSMenu {
	display: inline;
}
#ItemSMenu UL {

}
#ItemSMenu LI {
	list-style-type: none;
	float: left;
}
#ItemSMenu A {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color:#930;
	width: 120px;
	padding-top: 2px;
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 2px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.madebybyte74 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
.corpoLista {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: none;
	overflow: auto;
}
