@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
.bodywhitetext {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.bodywhitetext a {
	color: #fea404;
	text-decoration: underline;
}
.bodywhitetext a:hover {
	color: #880000;
	text-decoration: none;
}
.heading-orange {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
	color: #fea404;
	text-decoration: none;
}
.headingpaddingleft
{
padding-left: 20px;
}
.footerorange {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #fea404;
	font-weight: none;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.footerorange a {
	color: #fea404;
	text-decoration: underline;
}
.footerorange a:hover {
	color: #880000;
	text-decoration: none;
}
h1 {
	text-align: left;
	font-size: 48px;
	padding: 10px 0 5px 0;
	margin: 10px 0 5px 0;
	color: #ffffff;
	text-decoration: none;
}
h2 {
	text-align: left;
	font-size: 24px;
	padding: 10px 0 5px 0;
	margin: 10px 0 5px 0;
	color: #ffc700;
	text-decoration: none;
}