html {
	margin: 0px;
	height: 100%;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #352123;
	background-image: url(support/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:visited:hover {
	color: #FF9900;
	text-decoration: underline;
}
.head1 {
	font-size: 21px;
	text-transform: uppercase;
	color: #FF6600;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.head2 {
	font-size: 14px;
	color: #FF6600;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.subhead1 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #999999;
}
.text1 {
	font-size: 12px;
	color: #764345;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.error {
	font-size: 12px;
	color: #CC0000;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}
.imagepad {
	margin-right: 10px;
	margin-bottom: 10px;
}
