
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #333333;
	background-image: url('../Images/bg_grama.jpg');
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	background-attachment: scroll;
}


#main {
width: 986px;
margin:0 auto;			
padding: 0px;
text-align:left;
}

#conteudo {
padding-top:7px;
padding-bottom:3px;
}

#pad5 {
padding-bottom:5px;
}

#pad2botton {
padding-bottom:2px;
}

#noticias 
{
padding-top:5px;
padding-bottom:2px;
}


.TextBoxPadrao
{
	font-size:11px;
	border-left: #777777 1px solid;
	border-right: #777777 1px solid;
	border-top: #777777 1px solid;
	border-bottom: #777777 1px solid;
	color: #000000;
	background-color: #ececec;
	font-family: Arial;
	height: 15px;
}
.DropDownPadrao
{
	font-size:11px;
	border-left: #777777 1px solid;
	border-right: #777777 1px solid;
	border-top: #777777 1px solid;
	border-bottom: #777777 1px solid;
	color: #000000;
	background-color: #ececec;
	font-family: Arial;
}

.TextBoxForm
{
	font-size:11px;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #000000;
	background-color: #333333;
	font-family: Arial;
	height: 15px;
}