/* CSS Document */
body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	margin-top: 5%;
	margin-left: 10%;
	vertical-align: top;
}
p {
	color: #666666;
	margin-top: 2px;
	text-align: justify;
	line-height: 12pt;
	vertical-align: top;
}
a {
	font-weight:bold;
	cursor: hand;
	text-decoration: none;
	color: #666666;
}
a:hover {
	color:#FF9900;
	text-decoration: underline;
}
.text {
	color: #666666;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 1pt;
}
.H1 {
	color: #666666;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 3pt;
}
.H2 {
	color: #666666;
	font-size: 10px;
	line-height: 30px;
	letter-spacing: 3pt;
	font-weight: bold;
}

