/* CSS Document */



/*-------------------------------------	config para JS Rotate	*/

canvas {

	 border: 0px solid #000000;

	 }



/*-------------------------------------	config geral	*/

*{

	margin: 0px;

/*	background-color: #FFFFFF;*/

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11px;

	color: #3C3C3C;

	border: 0px;

	}



.titPagina_24px{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 24px;

	color: #3C3C3C;

	font-weight: 400;

	}



.titPagina_18px{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	color: #3C3C3C;

	font-weight: 400;

	}

	

.titPagina_18px_F3F3EE{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	color: #3C3C3C;

	background-color: #F3F3EE;

	font-weight: 400;

	}

	

.titPagina_18ipx{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 18px;

	color: #3C3C3C;

	font-weight: 400;

	font-style: italic;

	}

	

.titPagina_14ipx{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #3C3C3C;

	font-weight: 400;

	font-style: italic;

	}



.rotuloForm_14px{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	color: #3C3C3C;

	text-align: left;

	}



#formatTxt{

	line-height: 18px;

	text-align: left;

	}



.link_bordo {

	font-weight: bold;

	color: #4e0000;

	text-decoration: none;

}



.link_bordo:hover{

	font-weight: bold;

	color: #333333;

	text-decoration: nono;

}





/*-------------------------------------	config MouseOver MouseOut TDs	*/

.linkTD_bordo {

	font-weight: bold;

	color: #4e0000;

	text-decoration: none;

	background-color: #FFFFFF;

}



.linkTD_bordo:hover{

	font-weight: bold;

	color: #333333;

	text-decoration: nono;

	background-color: #F3F3EE;

}



.tdon{

	height: 30px;

	background-color: #F3F3EE;

	border-bottom: 1px #CCCCCC solid;

	padding-left: 8px;

	}

	

.tdoff{

	height: 30px;

	background-color: #FFFFFF;

	border-bottom: 1px #CCCCCC solid;

	padding-left: 8px;

	}

	

.tgBG_F3F3EE{

	height: 30px;

	background-color: #F3F3EE;

	padding-left: 8px;

	vertical-align: middle;

	}







/*-------------------------------------	config seja bem vindo	*/

.txtBordoBold{

	color: #4e0000;

	font-weight: bold;

	}

	

	

#formtBemVindo{

	vertical-align: top;

	padding-top: 33px;

	text-align: left;

	background-repeat: no-repeat;

	background-position: 0px 0px;

	*background-position: 0px 16px; /* essa linha funciona no IE7 */

	}



#frase{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14px;

	vertical-align: top;

	padding-top: 33px;

	text-align: left;

	background-repeat: no-repeat;

	background-position: 0px 0px;

	*background-position: 0px 16px; /* essa linha funciona no IE7 */

}





/*-------------------------------------	config campos de formulario	*/



.form_text{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	color: #999999;

	border: 1px solid #7F9DB9;

	}



.form_file {

	border: 1px solid #7F9DB9;

}



.form_submit{

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	color: #333333;

	border: 1px solid #7F9DB9;

	background-color: #CCCCCC;

	}
	
	.textwidget {
		background: url(images/bg_sidebar.jpg) no-repeat top center;
		width:137px;
		height:566px;
		padding:20px;
	}
	
	.textwidget h2 {
		font-size:20px;
		font-weight:normal;
	}

	.textwidget ul, .textwidget li {
		background-color: none;
		margin:0;
		padding:0;
		list-style:none;
	}
	
	.textwidget li {
		margin:5px 0;
	}
	
	.textwidget a {
		font-family:Verdana, Geneva, sans-serif;
		text-decoration:none;
		font-weight:bold;
	}
	
	.textwidget a:hover {
		text-decoration:underline;
	}