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

body
		{
		margin:0px;
		background-color:#400000;
		}



a:link 
	{color: #4b4b4b; text-decoration: none;}
a:visited
	{color: #4b4b4b; text-decoration: none;}
a:hover
	{color: #4b4b4b; text-decoration: underline;}
	
	
a.branco:link 
	{color: #ffffff; text-decoration: none;}
a.branco:visited
	{color: #ffffff; text-decoration: none;}
a.branco:hover
	{color: #ffffff; text-decoration: underline;}





.texto_branco
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#ffffff;
		font-weight:normal;
		}

.fundo_esquerda
		{
		background-image:url(images/base-site_r2_c1.jpg);
		}
	
.fundo_direita
		{
		background-image:url(images/base-site_r2_c3.jpg);
		}

.titulo
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		color:#333;
		font-weight:normal;
		}

.texto-inicial
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		color:#333;
		font-weight:normal;
		line-height:20px;
		}

.caixa_form
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		color:#900;
		}

.texto_obrigado
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		color:#ffffff;
		font-weight:normal;
		}

.texto-inicial
		{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#333;
		font-weight:normal;
		}
		

.botao1
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ffffff;
		background:#b92614;
		width:100px;
		font-weight:bold;
		height:20px;
		border:none;
		}
	




	
