body{
	margin: 0;
	padding: 0;
    color: #555555;
    font-size: 10px;
	font-family: Verdana,Arial,sans-serif;
}

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

a:HOVER {
	color: #ED3237;	
}

body .corpo{
    margin: 0 auto;
	margin-top:1px;
    min-height: 400px;
    text-align: left;
    width: 1024px;
	border: 0px groove #666;
	z-index: -1000;
}

.rodape {
	height:40px;
	bottom: 0;
    width: 100%;
    border-top: 1px solid #EAEAEA;

}

.header {
	height:40px;
	position: absolute;
	top: 0;
	border: 0px groove #666;
	width: 100%;
	padding: 0;
	background-color: #eaeaea;
}

.main {
    background: url("/images/container.png") repeat-y scroll -979px 0 transparent;
}

.menu{
	height:30px;
	width: 100%;
	margin: 0px auto;
	margin-top:0px;
	background: url("/images/center_tile.gif");
	border-top: 2px #EAEAEA double;
}

.userlog{
	bottom: 0;
	border:0px solid black;
	float: right;
	padding-right: 15px;
}

th {
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 5px;
	text-align: left;
	padding-left: 5px;
	border-radius:5px;
	color:#fff;
	font-size:11px;
	background: url("/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC
}

td 
{
	padding-bottom: 5px;
}