/*Geral*/

body 
{
background-color: #8B9CAE;
margin-top: 0px;
margin-bottom: 0px;
 background-image: url(../images/fundo.jpg);
}

#aviso {
	width: 400px;
	vertical-align: middle;
	border-top: double Red;
	border-top-width: medium;
	border-left: double Red;
	border-left-width: medium;
	border-right: thin solid Red;
	border-bottom: thin solid Red;
	color: #FF0000;
	font-family: arial, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-left: 30px;
	margin-top: 30px;
	padding-top: 10px;
}

/*Definindo o menu*/

#menubv {
border-top: 1px solid #CDCDD5;
width: 100px;
padding: 0;
margin: 0;
font: 10px Verdana, sans-serif;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#menubv li {
border-bottom: 1px solid #CDCDD5;
margin: 0;
}
#menubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #FFFFFF;
color: #003366;
text-decoration: none;
}
#menubv li a:hover {
background-color: #CDCDD5;
color: #003366;
}

 /*Definindo o submenu*/

#submenubv {
border-top: 1px solid #CDCDD5;
width: 100%;
padding: 0;
margin: 0;
font: 10px Verdana, sans-serif;
}
#submenubv ul {
list-style: none;
margin: 0;
padding: 0;
}
#submenubv li {
border-bottom: 1px solid #CDCDD5;
margin: 0;
}
#submenubv li a {
display: block;
padding: 5px 5px 5px 0.5em;
background-color: #FFFFFF;
color: #003366;
text-decoration: none;
}
#submenubv li a:hover {
background-color: #CDCDD5;
color: #003366;
}

/*Definindo os estilos de tags*/

h1,h2,li,ul {
color: #003366;
font-family: arial, serif;
}

h1 {
font-size: 14px;
text-align: left;
}
h2 {
font-size: 12px;
font-weight: bold;
text-align: left;
}
li, ul {
font-size: 12px;
font-weight: normal;
}
form {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #003366;
font-weight: bold;
text-decoration: none;
}
input, textare {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #003366;
}

a img {border: none;}

a {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #003366;
text-decoration: none;
}
a:hover{
color: #FF0000;
}
input, textarea {
background: #CDCDD5;
border: 1px solid #003366;
}
.submit input{
font-size: 12px;
font-weight: bold; 
font-family: sans-serif, verdana;
color: #003366; 
background: #CDCDD5;
border: 2px outset #003366;
} 
label{
font-size: 12px;
font-weight: normal; 
font-family: sans-serif, verdana;
color: #003366; 
}
legend {
	background-color: Silver;
	margin: 0;
	padding: 5px;
	font-size: 14px;
	border-style:solid;
	border-width:1px;
}
label {
	font-weight: bold;
}
select {
font-size: 9px;
color: #003366; 
background: #CDCDD5;
border: 1px solid #003366;
} 
p {
color: #003366;
font-family: arial, serif;
font-size: 12px;
font-weight: normal;
margin-right: 3px;
margin-left: 3px;
}

dt,dd {
color: #003366;
font-family: arial, serif;
font-weight: normal;
margin-right: 5px;
}

dt {
font-size: 13px;
font-weight: bold;
margin-left: 3px;
}

dd {
font-size: 12px;	
}

/*Definindo classes*/
.p_indent {
color: #003366;
font-family: arial, serif;
font-size: 12px;
font-weight: normal;
margin-right: 5px;
margin-left: 10px;
}
.style0 {
color: #003366;
font-family: arial, serif;
font-size: 8px;
text-indent: 0px;
}
.style1 {
color: #003366;
font-family: arial, serif;
font-size: 10px;
text-indent: 0px;
}
.style1_jus {
color: #003366;
font-family: arial, serif;
font-size: 10px;
text-indent: 0px;
text-align: justify;
}
.style2 {
color: #FF0000;
font-family: arial, serif;
font-size: 10px;
font-weight: bold;
}
.style3 {
color: #FF0000;
font-family: arial, serif;
font-size: 12px;
font-weight: bold;
text-decoration:underline;
}
.style4 {
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
}
.style5 {
color: #003366;
font-family: arial, serif;
font-size:12px;
font-weight: normal;
}
.style5_jus {
color: #003366;
font-family: arial, serif;
font-size:12px;
font-weight: normal;
text-align: justify;
}
.style6 {
color: #003366;
font-family: arial, serif;
font-size:12px;
font-weight: bold;
}
.style7 {
color: #003366;
font-family: arial, serif;
font-size:14px;
font-weight: bold;
}
.back {
	margin-top: 5px;
	height: 18px;
}
.fundo_prata {
	background-color: #EEEEEE;
}
#links a:hover{
color: #FF0000;
}
