body{
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#site_base{
	height:20px;
	
	background-color:#834619;
	/*background:url(../../images/siteBg.gif);*/
	
	font-size:12px;
	font-style:italic;
	font-weight:bolder;
	color:#000;	
	text-align:right;
}
#site_conteudo{
	height:200px;
	width:630px;
	overflow:auto;
	
	background-color:#FFFFFF;
	
	font-size:11px;
	text-align:justify;
	text-indent:20px;
}
#site_conteudo iframe{
	height:400px;
	width:620px;	
	
	border:0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#site_login{
	height:20px;
	position:relative;
	top:59px;
	padding-right:10px;
	line-height:20px;
	
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:center;	
}
#site_login input{
	height:13px;

	border:0px;
	font-size:11px;
	text-align:center;
}
#site_login #login_ok{
	height:15px;
	width:20px;
}
#site_menu{
	width:140px;
	background-color:#79481F
}
#site_topo{
	height:178px;
	width:800px;

	background-image:url(../../images/topo.jpg);
}
