/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #006DA2;
}

a:hover {
	color: #FF0000;
}

a:visited {
/*	color: #006DA2;*/
}

#imgPreLoad {
	display: none;
}

#geral {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	cursor: default;
}

#topo {
	width: 1024px;
	height: 200px;
	line-height: 200px;
	float: left;
	text-align: center;
}

.topoClick img{
	margin-top: 68px;
	cursor: pointer;
}

#menu {
	width: 100%;
	height: 40px;
	float: left;
	background-image: url(../img/bg_institucional_menu_verde.jpg);
	background-repeat: repeat-x;
}

.menuItem {
	height: 40px;
	line-height: 40px;
	float: left;
	background-image: url(../img/bg_institucional_menu_verde.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}

.menuItemOn {
	height: 40px;
	line-height: 40px;
	float: left;
	background-image: url(../img/bg_institucional_menu_azul.jpg);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}

#menuCursor {
	width: 17px;
	height: 9px;
	float: left;
	position: absolute;
	top: 240px;
	background-image: url(../img/seta_baixo_azul.gif);
	background-repeat: no-repeat;
}

#conteudo {
	width: 100%;
	float: left;
	background-image: url(../img/bg_institucional_conteudo.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #FFFFFF;
}

.contTitulo {
	float: none;
	clear: both;
	margin-left: 210px;
	margin-top: 35px;
	font-family: arial;
	font-size: 22px;
	color: #000000;
}

.contInner {
	float: left;
	width: 550px;
	margin-left: 210px;
	margin-top: 35px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

#rodapeFrame {
	float: left;
	width: 940px;
	border-top: 1px solid #DDDDDD;
	margin: 45px 0px 0px 26px;
	padding: 7px 0px 15px 0px;
	color: #666666;
}

#rodapeFrame a {
	text-decoration: none;
	color: #666666;
	font-family: arial;
	font-size: 12px;
}

#rodapeFrame a:hover {
	text-decoration: underline;
}