body
{
	font-size: 8pt;
	font-family: Arial, Verdana;
	margin: 0;
	padding: 0;
}

#logo {
	background: #E4E3E3;
	height: 52px;
	padding: 0;
	margin: 0;
	}

#logo span {
	position: absolute;
	top: 17px;
	left: 32px;
	width: 63px;
	height: 31px;
	z-index: 1000;
	}

html>body #logo span {
	top: 17px;
	}



#nav {
	position: relative;
	margin: 0;
	padding: 0 0 0 100px;
	height: 30px;
	background: #E4E3E3;
	border-bottom: 2px solid #D5D4D4;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0px 0 3px;
	text-decoration: none;
	border: none;
	color: #fff;
	background: #0A4D73;
	repeat: no-repeat;
	width: 124px;
	text-align: center;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	float: left;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0px 0 3px;
	text-decoration: none;
	border: none;
	color: #0A4D73;
	background: #ffffff;
	width: 124px;
	text-align: center;
	}
	

#contentarea
{
	background: #ffffff;
	padding: 20px;
}

.hidde
{
	visibility: hidden;
	clear: both;
}

#copyr
{
	text-align: center;
}

table
{
	border: 1px solid #E8E8E8;
}

th
{
	background: #0A4D73;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	font-size: 10pt;
	padding: 2px 8px 4px 8px;
}

td.dark
{
	background: #F2F2F2;
	border-right: 1px solid #C4C3C3;
	font-size: 9pt;
	padding: 2px 8px 4px 8px;
}

td.light
{
	background: #FBFBFB;
	border-right: 1px solid #C4C3C3;
	font-size: 9pt;
	padding: 2px 8px 4px 8px;
}

td.b
{
	font-weight: bold;
}

input{
	background: #ffffff;
	border-color: 1px solid #000000;
}

#loginformdiv
{
	width: 450px;
	height: 300px;
	background: #F4F2F2;
	margin-left: 100px;
	margin-right: auto;
	margin-top: 75px;
	border: 1px solid #ACAAAA;
}

h1
{
	font-size: 18pt;
	font-weight: bold;
	color: #7A7979;
	}

#pesquisa{
	border: 1px solid #666666;
	margin: 2px;
	padding: 5px;
	width: 450px;
	background-color: #f4f4f4;
}

.color3{
	background: red;
	color: #fff;
}

.color2{
	background: yellow;
	color: #000;
}