@import url("reset.css");
body {
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	background-color: #ebebeb;
	background-image: url(../images/moimentadabeira/fundo_db.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}
.Links a{
	text-decoration: underline;
	color: #959595;
}
.Links a:link{
	color: #959595;
	text-decoration: underline;
}
.Links a:hover{
	color: #959595;
	text-decoration: none;
}
a[disabled]
{
	display:none;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.vAlignTop {
	vertical-align: top;
}
.vAlignBottom {
	vertical-align: bottom;
}
.vAlignMiddle {
	vertical-align: middle;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/*\\\CLEAR///*/
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;	
}
.overflowAuto {
	overflow:auto;
}
#siteContainer {
	text-align: left;
	margin: 0 auto;
	width: 600px;
}
.htopmenuContainer{
	height: 40px;
	text-align: center;
}
.bannerContainer{
	height: 181px;
}
.hmenuContainer{
	height: 34px;
	background-color: #33859c;
}
.contentContainer{
	padding: 6px 4px 6px 4px;
}
.contentAreaPadding{
	width: 20px;
}
.vmenuArea{
	width: 163px;
	background-color: aqua;
}
.contentArea{
	width: 600px;
	background-color: fuchsia;
}
.featureArea{
	width: 189px;
	background-color: olive;
}