body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 1px;
	background-color:#DDD;
	color: #DDD;
}

img{
	border: 0;
}

a {
	text-decoration: none;
	color: #DDD;
}

a:hover {
	color: #08733b;
}

.mainDiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 430px;
	margin: -215px 0 0 -390px;
	background-image:url(imagens/bg.jpg);
	border: 1px solid #0c2708;
}

.menu {
	margin: 0 17px 0 4px;
	font-weight: bold;
	line-height: 23px;
	font-size: 11px;
}

#conteudo {
	margin: 20px 22px 20px 20px;
	padding-right: 10px;
	height: 217px;
	overflow: auto;
	font-size: 12px;
}

td {
	font-size: 12px;
}

label {
	vertical-align:top;
}

.formField {
	height: 20px;
	font-family:arial;
	font-size: 12px;
}
