*{
    margin: 0px;
    padding: 0px;
    border: none;
}

BODY { 
    font: 11px Arial; 
    margin: 10 10 10 10px; 
    text-align: left; 
    background-color: #ffffff;
	color:#333333;
} 


#corpo{
	width: 100%;
	height:auto !important;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	}
	
#top {
	width:600px;
	padding:10px;
	background:#333333;
	margin-bottom:10px;
	}

#base {
	width:600px;
	padding:10px;
	min-height:100px;
	height:auto !important;
	text-align:left;
	background:#f1f2f2;
	margin-bottom:10px;
	border:1px solid #cccccc;
	}

#base2 {
	width:600px;
	padding:10px;
	min-height:100px;
	height:auto !important;
	text-align:left;
	background:#ffffff;
	margin-bottom:10px;
	}

#bottom {
	width:580px;
	padding:10px;
	height:30px;
	margin-bottom:10px;
	border-top:1px solid #333333;
	color:#666666;
	text-align:center;
	}


#conteudo{ 
    width: 580px;
    margin-left: auto;
    margin-right: auto;
	padding:10px;
}

#menu {
	width:600px;
	padding:10px;
	background:#999999;
	margin-bottom:10px;
	}

#principal {
	width:600px;
	height:auto;
	float:left;
	color:#333333;
	padding-top:1px;
	}


.titulos {
	width:auto;
	height:20px;
	background-color:#333333;
	border-bottom:1px solid #666666;
	padding:5px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	padding-top:10px;
	color:#CCCCCC;
	}

a:link {
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
a:visited {
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:active {
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	}

.caixas {
	background-color:#f1f2f2;
	border:1px solid #cccccc;
	color:#333333;
	font: 11px Arial; 
	padding: 3px;
	}

.botao {
	padding:3px;
	font: 12px Arial;
	font-weight:bold;
	background-color:#000000;
	border:1px solid #999999;
	color:#F1f2f2;
	}

.outros_textos {
	color:#333333;
	font-weight:bold;
	text-align:center;
	}
