h1 {
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
p, h1, h2 {
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}
li p {
	margin-left: 0px;
}
hr {
	color: #999999;
	border: 2px solid;
}
.grey {
	color: #999999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: hand;
}

