A:link {text-decoration: none; color: #ff6501;}
A:visited {text-decoration: none; color: gray;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: red;}

BODY{
	background:url(images/background_site.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3363AA;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555A5D;
	text-decoration: none;
	text-align: justify;
}

<!-- Menu da Index -->


#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
#menu A:link {text-decoration: none; color: #ffffff;font-weight: bold;}
#menu A:visited {text-decoration: none; color: #ffffff;}
#menu A:active {text-decoration: none; color: blue;}
#menu A:hover {text-decoration: underline; color: blue;}


<!--Fim do Menu da Index -->

.texto_vermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F93200;
	text-decoration: none;
	font-weight: bold;
}
.back_form {
	background-image: url(images/conteudo_linhas_back_form.jpg);
	background-repeat:repeat-y;
}
.back_form2 {
	background-image: url(images/bg_forms.jpg);
	background-repeat:no-repeat;
	width:243px;
	height:463px;
}
.back_conteudo {
	background-image: url(images/back_conteudo.jpg);
}
.input_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #CCCCCC;
	
}
.list_form{
	background-color: #FFFFFF;
	color: #666666;
	font-family: verdana;
	font-size: 8pt;
}
.titulo_pagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	color: #003D6F;
	text-decoration: none;
}
.linha_cinza {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
