/* CSS Document */
body {
font-size:12px;
line-height:18px;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

label {
font-weight:700;
}

legend {
color: #000066;
font-size:14px;
font-family:inherit;
}

#form1 {
width:500px;
}

#form2 {
width:800px;
}

#box {
width:600px;
clear:both;
height:auto;
margin-top:50px;

}
#contador {
font-size:10px;
}

hr {
size:1px;
border:1px solid #000099;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4F5D;
	font-weight:600;
	line-height:18px;
		
	}
	
.assina {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	
	}
	
.grid {
font-size:14px;
font-weight:300;
}

.ocultaObj {
			display: none;
		}
		
a {color:#000000;
text-decoration:underline;
font-size:medium;
}


a:hover {
color:#000000;
text-decoration:none;
font-size:medium;
}

a:visited {
color:#000000;
text-decoration:underline;
font-size:medium;
}


