.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	color: #FF9900;
}
.button:hover {
	color: #FF9900;
	background-color: #CCCCCC;
}
.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	height: auto;
	width: auto;
}
.footer2 {
	font-family: "Arial", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
}

