a:link    {text-decoration: none; color: #3A5B7D;}
a:active  {text-decoration: none; color: #3A5B7D;}
a:visited {text-decoration: none; color: #3A5B7D;}
a:hover	  {text-decoration: underline; color: #388DD6;}

.menu:link    {text-decoration: none; color: #FFFFFF;}
.menu:active  {text-decoration: none; color: #FFFFFF;}
.menu:visited {text-decoration: none; color: #FFFFFF;}
.menu:hover	  {text-decoration: underline; color: #FFFFFF;}

body {
	background-color: #3A5B7D;
	margin: 0px;
	border: none;

}
.base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg_base.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.conteudo {
	font-family: Tahoma;
	font-size: 12px;
	color: #3A5B7D;
	background-color: #FFFFFF;
	padding: 5px 5px 0px;
}
table {

	font-family: Tahoma;
	font-size: 12px;
	color: #3A5B7D;
}
.fontepadrao {


	font-family: Tahoma;
	font-size: 12px;
	color: #3A5B7D;
}
.fontepadraonegrito {
	font-family: Tahoma;
	font-size: 12px;
	color: #3A5B7D;
	font-weight: bold;

}
.fontetitulo {
	font-family: Tahoma;
	font-size: 20px;
	color: #3A5B7D;
	font-weight: bold;
	background-image: url(../images/bullet_titulo.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	background-attachment: fixed;
	height: 35px;



}
.fontesubtitulo {


	font-family: Tahoma;
	font-size: 16px;
	color: #388DD6;
	font-weight: bold;
}
.formularios {
	font-family: Tahoma;
	font-size: 14px;
	color: #3A5B7D;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(../images/bg_forms.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #97A8BB;
	border-right: 1px solid #CDD5DE;
	border-bottom: 1px solid #CDD5DE;
	border-left: 1px solid #97A8BB;



}
.botoes {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D7E1EC;
	background-image: url(../images/bg_botoes.gif);
	padding: 3px;
	border: 1px solid #D7E1EC;
	font-weight: bold;
	background-position: bottom;


}
.fontemenor {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A5B7D;
}
.bordas {
	border: 1px solid #EFEFEF;
}

