body {
	background-image: url(imgs/main-bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body,td,th {
	font-size: 11px;
	color: #666666;
	font-family: Trebuchet MS, Verdana;
}

.conteudo {
    margin-left: 8px;
	margin-top: 4px;
	padding: 2px;
	align: left;
}

.frm {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #CCC;
	margin: 3px;
	padding: 2px;
}

.botao {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 2px;
	background-color: #999;
	border: 1px solid #666;
}
a:link {
	font-family: Trebuchet MS, Tahoma, Verdana;
	color: #3075a8;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, Tahoma, Verdana;
	color: #3075a8;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Tahoma, Verdana;
	color: #666666;
	text-decoration: none;
}