@charset "utf-8";

/**-----GERAL--------------------------------**/


body {
	background-color: #EDEDED;
	background-image:url(bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

	
/**-----CLASSES FORMAT--------------------------------**/

.format {display:block; overflow:hidden; text-indent:-9999px;}


/**-----LINKS--------------------------------**/

a:link {	text-decoration: none;	color: #036; font-weight:bold;}
a:visited {	text-decoration: none;	color: #036; font-weight:bold;}
a:hover {	text-decoration: underline;	color: #036;  font-weight:bold;}
a:active {	text-decoration: none;	color: #999; font-weight:bold;}



/**-----FORMATAÇÃO DA PÁGINA--------------------------------**/

	

#conteudo_capa {
	vertical-align:top;

	width: 465px;
	height: auto;

	margin:auto;
	
   }
   
   
#conteudo_capa .texto{
font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000;
		padding:10px;
		
   }


/**-----FORMULÁRIOS--------------------------------**/


.FormInput {
	BORDER: #bababa 1px solid;
	FONT-SIZE: 16px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 3px;
	background: #f7f7f4;
	cursor:pointer;
	
}

.Botao 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		background: #333333;
		width: 80px;
		height: 25px;
		border: 0px solid #333333;
		color: #FFFFFF;
		}
		
		.campo_form 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		width: 200px;
		height: 25px;
		border: 1px solid #333333;
		color: #333333;
		padding: 5px 5px 5px 5px;
		cursor:pointer;
		border-radius:5px;
	height:35px;
		}

