* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}


body {
	color: #505050;
	min-width: 770px;
	font: 70% normal Arial, Helvetica, sans-serif;
}

.frmCaixasLogin {
	border: 0px solid #474747;
	color:#474747;
	background-image:url(../_imagens/estrutura/noticias7.gif);
	width:130px;
	height:20px;
	font-size:11px;
	height:13px;
}

.content h1 {
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 120%;
	text-align: right;
	background-color: #A0A7C3;
}


.content h2 {
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 115%;
	text-align: right;
	text-transform: capitalize;
	background-color: #DFDFDF;
}

.content h3 {
	padding: 5px 10px;
	font-size: 115%;
	font-weight: normal;
	text-align: right;
	background-color: #F2F2F2;
}

a {
	color: #4C5CC3;
	text-decoration: none;
}

a:hover {
}


.linkDestaque {
	font-weight: bold;
	color: #4C5CC3;
}

.linkDestaque a {
	color: #A0A7C3;
	font-weight: bold;
	text-decoration: none;
}

#top {
	height: 95px;
	color: #393D6C;
	overflow: hidden;
	background: url(../_imagens/estrutura/top1.gif) repeat-x right top;
}

#top #logo {
	width: 156px;
	height: 95px;
	float: left;
}

#top #cabecalho {
	float: right;
	width: 482px;
	height: 19px;
	padding-top: 76px;
	padding-left: 126px;
	background: url(../_imagens/estrutura/top2.gif) no-repeat right top;
}

#top #cabecalho #usuario {
	height: 13px;
	padding: 3px 10px;
}

#top #cabecalho #sair {
	float: right;
	height: 19px;
	padding-right: 2px;
}



#menu {
	float: left;
	width: 156px;
}

#menu a {
	display: block;
	padding: 5px 10px;
	margin-bottom: 1px;
	color: #FFFFFF;
	cursor: pointer;
}

#menu a.menu1 {
	font-weight: bold;
	background-color: #4B5EA2;
	border-left: 7px solid #2E4072;
}

#menu a.menu2 {
	padding-left: 20px;
	background-color: #7A8ABE;
}

#menu a.menu3 {
	padding-left: 30px;
	background-color: #A0A7C3;
}

#menu a:hover {

}



.content {
	margin: 10px 10px 10px 166px;
}

.content #navegacao {
	color: #979797;
	margin-bottom: 8px;
}

.content #navegacao a {
	color: #979797;
}

.content #navegacao b {
	color: #545454;
}

.frmBotoes {
	border:1px solid #000000;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	height:20px;
}

.caixaitems {
	border:1px solid #333333;
	width:250px;
	height:18px;
}

.caixaitemsM {
	border:1px solid #333333;
	width:250px;
	height:100px;
	overflow:auto;
}

.itemContato {
	margin-top:15px;
	font-weight:bold;
	text-decoration:none;
}



#footer {
	color: #32406F;
	clear: both;
	padding-top: 20px;
	text-align: center;
}

#footer a {
	color: #32406F;
	font-weight: bold;
}



.clear {
	clear: both;
	visibility: hidden;
}