/* CSS Document */

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10;
}

#centerbox {
	position: absolute;
	left: 50%;
	top:  50%;
	width: 628px;
	height: 802px;
	margin-left: -314px; /* half of width */
	margin-top: -402px;  /* half of height */
}

.grayContainer{
	width:780px;
	background-color:#eeeeee;	
	font-size:11px;
}

.textContainer{
	width:780px;
	font-size:12px;
	text-align:left;
}

h1{
font-size:9px;
color:#aaaaaa;
}

h2{
font-size:18px;
margin-bottom:0px;
}

h3{
font-size:15px;
margin-bottom:0px;
}

h4{
font-size:12px;
margin-bottom:0px;
}


/*Link tipo 1*/
a:link {
color: #0099FF;
font-size:10px;
text-decoration: none;
}
a:visited {
color: #0099FF;
font-size:10px;
text-decoration: none;
}
a:active {
color: #0099FF;
font-size:10px;
text-decoration: underline;
}
a:hover {
color: #0099FF;
font-size:10px;
text-decoration: underline;
}
