body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.font_titulo_azul_24 {
	font-size: 24px;
	color: #0093DD;
}
.font_titulo_azul_16 {
	font-size: 16px;
	color: #0093DD;
}
.font_titulo_16 {
	font-size: 16px;
}
.font_titulo_16_branco {
	font-size: 16px;
	color: #FFF;
}
.combobutton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: 0;
	padding: 5px;
	font-size: 16px;
	color:  #ffffff; 
	background-color: #0093DD;
}
.combotext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0px 0px; 
	border-top: #0093DD 1px solid; 
	border-bottom: #0093DD 1px solid;
	border-right: #0093DD 1px solid;
	border-left: #0093DD 1px solid;
	background-color: #0093DD;
}
.combotexton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	border-right: #75C5F0 1px solid; 
	border-top: #75C5F0 1px solid; 
	margin: 0px 0px; 
	border-left: #75C5F0 1px solid; 
	border-bottom: #75C5F0 1px solid;
	background-color: #75C5F0;
}
.foto {
	border: 1px solid #FFFFFF;
	filter: alpha(Opacity=90);
}
.foto_hover {
	border: 1px solid #666;
	filter: alpha(opacity=100);
}
/*** menu ***/
#topmenu {
	margin:0;
	padding:0;
	width: 100%;
	position: absolute;
	top: 234px;
}
.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -5px;
	width: 977px;
}
.menu ul {
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li {
	float: left;
	padding: 0;
	padding: 0 5px 0 0;
	color: #FFF;
	font-size: 18px;
}
.menu li a {
	color: #FFF;
	font-size: 18px;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
.menu li a:hover, .menu ul li:hover a {
	background: #0093DD url(../imagens/bg_submenu.gif) repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px #75C5F0 solid;
}
.menu li.current a {
	background: #0093DD;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px #75C5F0 solid;
}
.menu li ul {
	background: #0093DD;
	display: none;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	z-index: 200;
}
.menu li:hover ul {
	display: block;
}
.menu li li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 225px;
}
.menu li:hover li a {
	background: none;
}
.menu li ul a {
	display: block;
	height: 30px;
	font-size: 16px;
	font-style: normal;
	margin: 0;
	padding: 0 10px 0 15px;
	text-align: left;
}
.menu li ul a:hover, .menu li ul li:hover a {
	background: #75C5F0;
	border: 0;
	color: #ffffff;
	text-decoration: underline;
	border-bottom: 1px #75C5F0 solid;
}
.menu p {
	clear: left;
}

/*** tooltip ***/
#tooltip {
	position: absolute;
	border: 5px solid #605D5C;
	background: #605D5C;
	padding: 2px 5px;
	color: #fff;
	display: none;
	z-index: 1000;
}
label.error {
	color:red;
	font-size: 11px;
}

/*** rodape ***/
#rodape-icones {
	width: 350px;
	height: 52px;
	margin: 30px 0 0 20px;
}
#rodape-icones-logos span {
	display: none;
}
#rodape-icones-logos li, #rodape-icones-logos a {
	height: 52px;
    display: block;
}
#rodape-icones-logos li {
	float: left;
	margin-left: -40px;
	margin-top: -15px;
	margin-right: 50px;
    list-style: none;
    display: inline;
}
#logo-msn {
    width: 52px;
	background: url(../imagens/icon_msn.gif) no-repeat top;
}
#logo-msn a:hover {
    width: 52px;
	background: url(../imagens/icon_msn.gif) no-repeat bottom;
}
#logo-twitter {
    width: 52px;
	background: url(../imagens/icon_twitter.gif) no-repeat top;
}
#logo-twitter a:hover {
    width: 52px;
	background: url(../imagens/icon_twitter.gif) no-repeat bottom;
}
#logo-facebook {
    width: 51px;
	background: url(../imagens/icon_facebook.gif) no-repeat top;
}
#logo-facebook a:hover {
    width: 52px;
	background: url(../imagens/icon_facebook.gif) no-repeat bottom;
}
#logo-rss {
    width: 52px;
	background: url(../imagens/icon_rss.gif) no-repeat top;
}
#logo-rss a:hover {
    width: 52px;
	background: url(../imagens/icon_rss.gif) no-repeat bottom;
}
#logo-favorito {
    width: 52px;
	background: url(../imagens/icon_fav.gif) no-repeat top;
}
#logo-favorito a:hover {
    width: 52px;
	background: url(../imagens/icon_fav.gif) no-repeat bottom;
}
