* {
	margin: 0;
	padding: 0;
}
body {
	background: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
}
a {
	text-decoration: none;
	color: #004990;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
#wrap {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	padding:0;
}

#header {
	padding:0;
	margin:0;
	height:180px;
	background: url(images/top_1.jpg) no-repeat center;
	z-index:1000;
}

#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 23px 0 0 20px;
	color: #aaa;
}
#header h1 a {
	color: #aaa;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
	color: #111;
}
#header h2 {
	font-size: 19px;
	color: #35B3C1;
	padding: 5px 0 0 10px;
	letter-spacing: 0px;
	font-weight: 100;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#login {
	height: 30px;
	margin:0;
	line-height: 30px;
	text-align:right;
	vertical-align:middle;
}

#usuario {
	margin-bottom:10px; 
	margin-right:10px; 
	max-height:90px;
	background-color:transparent; 
	width:80%;
	display:block;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.historico{
	margin-top:5px;
}
.historico ul {
	list-style-type: none;
	padding-left: 15px;
}
.historico ul li {
	display: block;
	font-weight:bold;
}

#menu {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-color:#383431;
}
#menu ul {
	list-style-type: none;
	padding-left: 10px;
	background-color:#383431;
}
#menu ul li {
	display: block;
	float: left;
	height:35px;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 13px;
	color: #004990;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	color: #004990;
	text-decoration: none;
	font-weight: 600;
}

#content {
	padding: 0;
	
}
.right {
	float: right;
	width: 520px;
	text-align: justify;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}
.right h2 a {
	text-decoration: none;
	color: #004990;
}
.right h2 a:hover {
	color: #111;
}
.left {
	float: left;
	width: 200px;
	margin-top: 10px;
	background: #004990;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #788BBD;
}
.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
	color: #788BBD;
}
.left ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}
.left ul li a:hover {
	color: #fff;
	font-weight: 600;
}
#footer {
	height: 16px;
	line-height: 16px;
	background: #657983;
	text-align: center;
	font-size: 9px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer a, #footer a:visited {
	color: #fff;
}

.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;	
	color:#000033;
}
/* Configuracoes da pagina */
form {
	padding:0;
	margin:0;
	border:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
img {border:none}

table tr td {
	font-size:12px;
}

* html table tr td {
	font-size:12px;
}

#logged table tr td {
	font-size:10px;
}

* form {
	padding:0;
	margin:0;
	border:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}