td,tr,table {
font-family: Tahoma;
font-size: 11px;
color: #333333;
}
body {
	background-color: #D0D0D0;
	/*background-color: #F9C10A;*/
	background-attachment: scroll;
	/*background-image: url(fundoNovo.jpg);*/
	background-image: url(fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.orange {
		font-size: 21px;
		color: #FF7200;
		font-family: Tahoma;
		margin: 4px;
		text-decoration: none;
	}
.barra {
background-color: #FF7200;
width: 99%;
color: #FFF;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
padding: 3px;
text-align: left;
}
.barra2 {
background-color: #0E407D;
width: 99%;
color: FFF;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
padding: 3px;
text-align: left;
}
#login_hide{
display:none;
position: fixed;
top:50%;
left:50%;
margin-left:-120px;
margin-top:-125px;
padding:10px;
width:240px;
height:250px;
border:5px solid #1763AE;
background-color: #FFF;
z-index: 1500;
}
* html #login_hide { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop OR document.body.scrollTop) + 'px');
}
#search_box{
display:none;
position: fixed;
top:50%;
left:50%;
margin-left:-130px;
margin-top:-115px;
padding:10px;
width:260px;
height:230px;
border:5px solid #1763AE;
background-color: #FFF;
z-index: 1500;
}
* html #search_box { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop OR document.body.scrollTop) + 'px');
}
#logout{
display:none;
text-align:center;
position: fixed;
top:50%;
left:50%;
margin-left:-120px;
margin-top:-50px;
padding:10px;
width:240px;
height:100px;
border:5px solid #1763AE;
background-color: #FFF;
z-index: 1510;
}
* html #logout { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop OR document.body.scrollTop) + 'px');
}
.input_busca_top {
background-color: #FCFCFC;
border: solid 2px #FFD6BD;
padding: 2px;
color: #111111;
font-family: Tahoma;
font-size: 11px;
font-weight: none;
}
.color_white {
font-size: 11px;
color: #FFF;
font-family: Tahoma;
text-decoration: none;
padding: 4px;
font-weight: bold;
}
.color_white:hover {
text-decoration: underline;
color: #FFF;
}
.color_whitel {
font-size: 9px;
color: #FFF;
font-family: Tahoma;
text-decoration: none;
padding: 4px;
font-weight: bold;
}
.color_whitel:hover {
text-decoration: underline;
color: #FFF;
}
.menu_a {
padding: 2px;
padding-left: 3px;
padding-right: 20px;
height: 23px;
border-right: solid 1px #2C5F98;
color: #FFF;
font-size: 12px;
font-family: Tahoma;
font-weight: bold;
text-decoration: none;
background-image: url(imgs/fundo_menu.jpg);
background-repeat: repeat-x;
background-position: center center;
width: 100%;
}
.menu_a:hover {
	background-image: url(imgs/fundo_menu_over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
}
.menu_down {
font-size: 11px;
font-family: Tahoma;
color: #013C83;
text-decoration: none;
}
.menu_down:hover {
text-decoration: underline;
}
.a_2 {
text-decoration: none;
color: #0E407D;
font-weight: bold;
font-family: Tahoma;
font-size: 11px;
}
.a_2:hover {
text-decoration: underline;
}
.a_3 {
text-decoration: none;
color: #FF7200;
background-color: #FFF;
font-weight: bold;
font-family: Tahoma;
font-size: 11px;
padding: 2px;
margin: 2px;
}
.a_3:hover {
color: #0E407D;
background-color: #FFF;
}
.a_4 {
text-decoration: none;
color: #4692EE;
font-weight: bold;
font-family: Tahoma;
font-size: 15px;
}
.a_4:hover {
text-decoration: underline;
}
.rodape {
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #F9C10A;*/
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
	}
.rodape:hover {
	text-decoration: none;
	color: #F9C10A;	
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}
.inputclass {
border: solid 1px #F8BE8C;
color: #2A2A2A;
padding: 3px;
background-color: #FFFFFF;
font-family: Tahoma;
font-size: 10px;
font-weight: bold;
}
.td_blue {
background-image: url(imgs/fundo_menu.jpg);
background-repeat: repeat-x;
background-position: center center;
}
.td_orange {
background-image: url(imgs/fundo_menu_over.jpg);
background-repeat: repeat-x;
background-position: center center;
}
.TB_overlayBG {
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	display: none;
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.searchclass {
	background-color: #FAFAFA;
	border: solid 2px #F9C10A;
	font-size: 17px;
	color:#000000;
	font-weight: bold;
	padding: 6px;
	margin: 5px;
}
.searchclassNovo {
	background-color: #FAFAFA;
	border: solid 4px #F9C10A;
	font-size: 17px;
	color:#000000;
	font-weight: bold;
	padding: 6px;
	margin: 5px;
}

.linkbottom {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 20px;
	color: #FFE2C4;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Tahoma;
}
.linkbottom2 {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px;
	color: #FFE2C4;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Tahoma;
}
.linkbottom:hover {
	text-decoration: underline;
	color: #FFE2C4;
}
.linkbottom2:hover {
	text-decoration: underline;
	color: #FFE2C4;
}

.greylink {
		color: #7E7E7E;
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
	}
	.greylink:hover {
		text-decoration: underline;
	}
	
#rss {
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-222px;
	margin-top:-100px;
	padding:10px;
	width:444px;
	height:200px;
	border:5px solid #1763AE;
	background-color: #FFF;
	z-index: 1500;
	overflow: auto;
}
* html #rss { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop OR document.body.scrollTop) + 'px');
}

#newsletter {
	display:none;
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-222px;
	margin-top:-100px;
	padding:10px;
	width:444px;
	height:200px;
	border:5px solid #1763AE;
	background-color: #FFF;
	z-index: 1500;
	overflow: auto;
}
* html #newsletter { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop OR document.body.scrollTop) + 'px');
}

.input_text {
	font-size: 14px;
	font-family: Tahoma;
	color:#333333;
	margin: 3px;
	font-weight: bold;
}

.alert_msg {
		font-family: Tahoma;
		font-size: 12px;
		padding: 6px;
		border: solid 1px #FFE2D7;
		color: #054A8F;
		font-weight: bold;
		margin: 4px;
	}

