@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	
}

.fontmenubranca {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 12px;
}

.fontrodape {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.fontrodape	
	a:link {
	text-decoration: none;
	font: "Century Gothic";
	color:#FFF;
	font-size:10px;
}

.fontrodape

a:visited {
	text-decoration: none;
	color:#FFF;
	font-size:10px;
}


p {
	line-height: normal;
	margin: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

.links

a:link {
	text-decoration: none;
	font: "Century Gothic";
	color:#FFF;
	font-size:12px;
	
	
}

.links

a:visited {
	text-decoration: none;
	color:#FFF;
	font-size:12px;
}

a:active {
	text-decoration: none;
	color: #FFF;
}
	
.linkpreto

a:link {
	text-decoration: none;
	font: "Century Gothic";
	color:#000;
	font-size:12px;
	
	
}

.linkpreto

a:visited {
	text-decoration: none;
	color:#000;
	font-size:12px;
	
}

a:active {
	text-decoration: none;
	color: #000;
}
	

.fontgrossa {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 15px;
	font-weight:bold;
	
}

.fontmenubranca2 {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 13px;
}

.form_campos {
     background-color: #FFFFFF; 
     font: 13px Arial;
	 border-width: 1px;
     border-style: solid;
     border-color: #CCCCCC;
	 width: 120px;

	 
	 }

.form_campos2 {
     background-color: #FFFFFF; 
     font: 13px Arial;
	 border-width: 1px;
     border-style: solid;
     border-color: #CCCCCC;
	 width: 420px;
	 height: 20px;
	 font-size: 14px;
	 color:#009900;
	 
	 	 
	 }


.form_textarea {
     background-color: #FFFFFF; 
     font: 13px Arial;
	 border-width: 1px;
     border-style: solid;
     border-color: #CCCCCC;
	 width: 420px;
	 height: 120px;
	 font-size: 14px;
	 color:#009900;
	 }



.form_botao {
     background-color: #999; 
     font: 13px Arial;
	 font-weight: bold;
	 color:#FFFFFF;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #000;
	 height: 30px;
	 width: 80px;
	 cursor: pointer;
	 
	 }