/*****************************************
 Autor: Eric Colaço
*****************************************/
/* top elements */
* { padding: 0; margin: 0; }

body {
	border: 0;
	margin: 0px;
	padding: 0;
	background: url(imagens/background.png) repeat-x;
	background-color: #000;
}

/* links */

a.classe1 {
	/*	color: #D71E0F; */
	color: #FFFF00;
	text-decoration: none;
}
a.classe1:hover {
	color: #0089E1;
	text-decoration: none;
}

a.classe2 { 
	color: #000;
	text-decoration: none;
}
a.classe2:hover {
	color: #000;
	text-decoration: none;
}

/* images */

img.no-border {
	border: none;
}

a img.img2 {  
	border: 1px solid #568EB6;
	padding: 2px;
}

a:hover img.img2 {  
	border: 1px solid #568EB6;
	padding: 2px;
}


/* form elements */

/*
form {
	margin:10px;
	padding: 8px;
	border: 20px solid #000000;
	background-color: #990000;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #B3B3B3;
	font: normal 1em Verdana, sans-serif;
	color:#333333;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #B3B3B3;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

form, fieldset, table {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
*/

.blue  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #0089E1;
	FONT-WEIGHT:bold;
}
.menu{
	COLOR:#5A5294;
	TEXT-DECORATION:none;
	FONT-WEIGHT:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
	padding: 4px;
}
.texto{
	TEXT-DECORATION:none;
	FONT-WEIGHT:inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: justify;
	color: #333333;
	padding: 15px;
	line-height: 150%;
}
.texto_branco, .texto_branco a, .texto_branco a:hover{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #CCCCCC;
	line-height: 150%;
	text-align: left;
	padding-bottom: 18px;
}
.texto_branco_d, .texto_branco_d a, .texto_branco_d a:hover{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #CCCCCC;
	line-height: 150%;
	text-align: right;
	padding-bottom: 18px;
}
.texto_brancog, .texto_brancog a, .texto_brancog a:hover{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #CCCCCC;
	line-height: 150%;
	text-align: left;
	padding-bottom: 18px;
}

.texto_maior{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align: justify;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 30px;
}
.texto_servicos, .texto_servicos a{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #CCCCCC;
	line-height: 150%;
	text-align: left;
	padding-bottom: 18px;
}
.texto_servicos a:hover{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #F9F400;
	line-height: 150%;
	text-align: left;
	padding-bottom: 18px;
}


.rodape_left{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align: left;
	color: #000;
	padding: 3px;
}
.rodape_right{
	TEXT-DECORATION:none;
	FONT-WEIGHT:normal;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:11px;
	text-align: right;
	color: #fff;
	padding: 3px;
}
.telefone {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFFF00;
	FONT-WEIGHT:bold;
	text-align: center;
}
.email_msn, .email_msn a, .email_msn a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFF00;
	FONT-WEIGHT:bold;
	text-align: center;
	text-decoration: none;
}
.borda {
	font-family: Georgia;
	font-size : 12px;
	color : #333;
	border-width : 0px;
	border-color: #000;
	padding: 2px;
/*	border: 4px #202F90 solid;  
	background-color: #E8F8E9; */
}
.botao {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
	background:#ffff00;
	border:0px;
	width:80px;
	height:19px;
}
