/******************************************************************************
******* Conteúdo protegido pela lei Nº 9.610/98 de Direitos Autorais.  	*******
******* É expressamente proibida a cópia ou reprodução sem autorização.	*******
*******************************************************************************/

	a:visited 	{ text-decoration: none; color:#990000; }
	a:link 		{ text-decoration: none; color:#990000; }
	a:hover 	{ text-decoration: none; color:#FF0000; }
	a:active 	{ text-decoration: none; color:#FF0000; }

	body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px; 
	line-height:1.5;
	color:#333;
	background:#e8e1d9 url(/img/bg.jpg) no-repeat center top;
	margin:0px 0px 0px 0px;}
	
	img { border:none; }
	
	h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, address { margin:0px; padding:0px; }
	h1	{ font-size:27px; color:#903; font-weight:lighter; display:block; margin-bottom:10px; }
	
	div#site { width:775px; height:700px; display:table; }
	
	.submenu_1 { width:130px; height:20px; margin-bottom:5px; display:block; overflow:hidden; background:url(../img/submenu.png) 0px 0px no-repeat; cursor:pointer; text-indent:10000px; }
	.submenu_1:hover { background:url(../img/submenu.png) -130px 0px no-repeat; }
	
	.submenu_2 { width:130px; height:20px; margin-bottom:5px; display:block; overflow:hidden; background:url(../img/submenu.png) 0px -25px no-repeat; cursor:pointer; text-indent:10000px; }
	.submenu_2:hover { background:url(../img/submenu.png) -130px -25px no-repeat; }
	
	.submenu_3 { width:130px; height:20px; margin-bottom:5px; display:block; overflow:hidden; background:url(../img/submenu.png) 0px -50px no-repeat; cursor:pointer; text-indent:10000px; }
	.submenu_3:hover { background:url(../img/submenu.png) -130px -50px no-repeat; }
	
	.menu_1 { width:125px; height:50px; display:block; overflow:hidden; background:url(../img/menu.png) 0px 0px no-repeat; cursor:pointer; text-indent:10000px; }
	.menu_1:hover { background:url(../img/menu.png) -139px 0px no-repeat; }
	
	.menu_2 { width:125px; height:50px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -50px no-repeat; cursor:pointer; text-indent:10000px; }
	.menu_2:hover { background:url(../img/menu.png) -139px -50px no-repeat; }
	
	.menu_3 { width:125px; height:50px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -100px no-repeat; cursor:pointer; text-indent:10000px; }
	.menu_3:hover { background:url(../img/menu.png) -139px -100px no-repeat; }
	
	.menu_4 { width:125px; height:50px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -150px no-repeat; cursor:pointer; text-indent:10000px; }
	.menu_4:hover { background:url(../img/menu.png) -139px -150px no-repeat; }
	
	.menu_5 { width:125px; height:50px; display:block; overflow:hidden; background:url(../img/menu.png) 0px -200px no-repeat; cursor:pointer; text-indent:10000px; }
	.menu_5:hover { background:url(../img/menu.png) -139px -200px no-repeat; }

	
	.subtitulo	{ font-family: Arial, Helvetica; font-size:16px; color:#CC0033; }
	.justificado{ text-align:justify; }
	.grande		{ font-size: 16px; }
	.maior		{ font-size: 14px; }
	.menor		{ font-size: 11px; }
	.mini		{ font-size: 10px; }
	.upper		{ text-transform:uppercase; }
	.lower		{ text-transform:lowercase; }
	.capitalize { text-transform:capitalize; }
	.smallcaps  { font-variant:small-caps; }
	.alert		{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#CC0000; }
	.line		{ width:auto; border-top:#CCCCCC dotted 1px; margin-top:3px; margin-bottom:3px; }
	
	#creditos		{ width:95px; height:12px; margin-left:50px; display:block; float:left;  overflow:hidden; opacity:0.3; filter:alpha(opacity=30); }
	#creditos:hover	{ opacity:1.0; filter:alpha(opacity=100); }

	.frm_default input[type=text], .frm_default input[type=password], .frm_default textarea, .frm_default select, .frm_default file { 
	font-family:Arial,Helvetica, sans-serif; color:#000; font-size:15px; padding:3px 0 3px 5px; margin-bottom:10px; border:#ccc solid 1px; background-color:#FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

	.frm_default input[type=text]:hover, .frm_default input[type=password]:hover, .frm_default textarea:hover, .frm_default select:hover, .frm_default file:hover, .frm_default input[type=text]:focus, .frm_default input[type=password]:focus, .frm_default textarea:focus, .frm_default select:focus, .frm_default file:focus { 
	border:#903 solid 1px; }
	
	.frm_default input[type=submit], .frm_default input[type=reset], .frm_default input[type=button] { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; padding:1px 10px; color:#999; background-color:#fff; border:#ccc solid 1px; margin-right:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
	
	.frm_default input[type=submit]:hover, .frm_default input[type=reset]:hover, .frm_default input[type=button]:hover {  
	color:#FFF; background-color:#903; border:#903 solid 1px; }
	
	
