* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" ,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: justify;
}

img {
	border: none;
}

#site {
	margin: auto;
	width: 770px;
}

body {
	background: url(imagens/fundo.jpg) #f5f5f5 repeat-y center;
}

h1#topo a {
	float: left;
	clear: both;
	background: url(imagens/topo.jpg) no-repeat;
	text-indent: -9999px;
	width: 770px;
	height: 141px;
	display: block;
}

#rodape {
	clear: both;
	border-top: 1px solid #ccc;
	width: 770px;
	margin: auto;
}

#rodape p {
	margin: 10px;
	color: #aaa;
	clear: both;
	text-align: center;
}


.detalhes {
	display: block;
	width: 167px;
	float: left;
	background: #eee;
	margin: 0 2px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

#menu {
	background: url(imagens/menu.jpg) no-repeat;
	clear: both;
	float: left;
	width: 152px;
	height: 570px;
	padding-top: 95px;
 }
 
#menu ul {
	padding-top: 0;
	list-style: none;
}

#menu li a, #menu li a:hover {
	margin: 10px 0;
	padding: 1px 5px 4px 33px;
	background: #fe8400;
	display: block;
	width: 114px;
	height: 15px;
	color: #000;
	text-align: right;
	text-decoration: none;
}

#menu li a:hover {
	background: #fff;
}

#conteudo {
	width: 608px;
	background: url(imagens/img_conteudo.jpg) no-repeat top left;
	float: left;
}

#principal {
	padding: 100px 30px 30px 30px;
}

#principal p {
	padding: 5px 0;
}

#principal ul li {
	margin: 0 0 0 15px;
	list-style: square;
	padding: 1px 0 1px 0;
}

#principal h3 {
	font-size: 15px;
	padding: 10px 0;
	color: #003366;
}

#principal h4 {
	font-size: 13px;
	padding: 5px 0 0 0;
	color: #003366;
}

#principal h5 {
	font-size: 12px;
	padding: 5px 0 0 0;
	color: #003366;
}

#principal strong {
	color: #003366;
}


#principal form {
	float: left;
}

fieldset {
    float: left;
	clear: both;
    padding: 0 5px 5px 4px;
	margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}

.alinha {
	text-align: center;
}

.limpa {
	clear: both;
}

div p a, div p a:hover {
 	text-decoration: none;
	color: #003366;
}

div p a:hover {
 	text-decoration: none;
	color: #000;
}

.destaque {
	font-weight: bold;
	font-size: 14px !important;
}

.botao {
	text-align: center;
	font-weight: bold;
}

fieldset {
    float: left;
	clear: both;
    padding: 0 5px 5px 4px;
	margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}

.tabela {
	border: 1px solid #aaa;
	width: 530px;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}

.tabela th, .tabela td{
	padding: 5px;
	text-align: left;
	border: 1px solid #aaa;
	
}

th {
	color: #363880;
	font-weight: bold;
	background: #eee;
}

.larg {
	width: 80px;
}

