/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/siteBG.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat;
	text-align: justify;
	text-align-last: left;
}
body,td,th {
	font-family: Century Gothic;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #A40409;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A40409;
}
a:hover {
	text-decoration: none;
	color: #d20a0b;
}
a:active {
	text-decoration: none;
	color: #A40409;
}
h4 {
	color: #A40409;
}
.smallText {
	font-size: 10px;
}
input {
	background-color: transparent;
	border: 1px solid #2B2B2B;
	color: #A40409;
	font-family: "Century Gothic";
	font-size: 12px;
}
textarea {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #A40409;
	background-color: transparent;
	border: 1px solid #2B2B2B;
}
option {
	background-color: transparent;
	border: 1px solid #2B2B2B;
	color: #A40409;
	font-family: "Century Gothic";
	font-size: 12px;
}
select {
	background-color: transparent;
	border: 1px solid #2B2B2B;
	color: #A40409;
	font-family: "Century Gothic";
	font-size: 12px;
}
h2 {
	font-size: 16px;
	color: #A40409;
}
h4 {
	font-size: 14px;
}
.lighterText {
	color: #333333;
}
