/* PRINCIPAL */
#container {
	position:absolute;
	left:50%;
	width:770px;
	margin-left:-385px;
}
/* INDEX */
#1, #2 {
	position:relative;
	width:770px;
}
/* TOPO */
#topo{
	position:relative;
	left:0px;
	top:0px;
	width:770px;
	height:50px;
}
#logo_web{
	position:absolute;
	left:10px;
	top:10px;
}
/* DIV CONTEUDO */
#conteudo{
	position:relative;
	width:768px;
	background-color:#FFFFFF;
	border: 1px solid #999999;


}
/* ELEMENTOS HTML */
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#DFDFDF;
}
img {
	border:0px;
}
p {
	font-size: 11px;
	color: #666666;
	margin:0px;
}
small {
	font-size: 10px;
	color: #CCCCCC;
	margin:0px;
}
table{
	border:0px;
}
form {
	margin:0px;
}
a{
	color:#666666;
	text-decoration:underline;
	font-size:11px;
}
a:hover{
	color:#333333;
	text-decoration:underline;
	font-size:11px;
}
/* CLASSES */
.status {
	color: #000000;
}
.status a{
	text-decoration: underline;	
	color: #000000;
}
.status a:hover{
	text-decoration: underline;	
	color: #000000;
}
.campo {
	font-size: 11px;
	color: #333333;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.tabela_status{
	background-color:#F0DF0F;
	border: 1px solid #000000;
}
.tabela_conteudo{
	background-color:#FFFFFF;
	border: 1px solid #999999;
}
.atencao{
	background-color:#006699;
}
.menu{
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;	
}
.menu_texto{
	font-size: 11px;
	color: #666666;
	margin:0px;
}
.menu_texto a{
	color:#666666;
	text-decoration:none;
	font-size:11px;
	margin:0px;
}
.menu_texto a:hover{
	color:#333333;
	text-decoration:none;
	font-size:11px;
	margin:0px;
}
