/* CSS Document */
body,html {
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #373936;
scrollbar-dark-shadow-color: #373936;
scrollbar-3dlight-color:#373936;
scrollbar-face-color:#BDD684;
scrollbar-highlight-color: #373936;
scrollbar-shadow-color: #373936;
scrollbar-darkshadow-color: #373936;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
    margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #000000;
	background: #FFFFFF url(../images/fundo_site.gif) repeat-x;
}
td {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#5A5A5A;
	text-align: justify;
}

.texto_branco {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align: justify;
}

.linkduvida:link {
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #003366;
	text-align: justify;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	text-align: justify;
}

.titulo {
	background-image: url(../images/fundo_do_titulo.gif);
	background-repeat: no-repeat;
	height: 30px;

}

.mini_titulo {
background-image: url(../images/fundo_do_titulo2.gif);
background-repeat: no-repeat;
height:30px
}

/* FORMULARIOS */
.inputbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border: 1px solid #799732;

}

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #225A88;
	border: none;

}

a:link, a:visited {
	font-weight: bold;
	color: #0099CC;

}
a:hover {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;

}
