@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.goldheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E7A905;
}
.blackitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.smallgreentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C7538;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menutext {
	font-family: "Arial Black";
	font-size: 14px;
}
.greentext {
	font-family: "Arial Black";
	font-size: 18px;
	color: #1C7538;
	font-weight: bold;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.allcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.sidebarform {
	background-color: #FFFFFF;
	width: 326px;
	background-attachment: fixed;
	background-image: url(images/formfooter.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px;
	vertical-align: top;
	float: center;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.paytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
}
.greenheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #477538;
	font-weight: bolder;
}

.smallgoldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1C7538;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
.tableheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


.lines {
	border: 1px solid #EAEAEA;
}
.aboutsubtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.greenphone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1C7538;
	font-weight: bolder;
}
.greenitalics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #1C7538;
}
.goldbox {
	border: 1px solid #FFDD54;
}
.customertable {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.rederror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
}
.formbutton {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFE16A;
	background-color: #333333;
	border: 1px solid #999999;
	font-weight: bold;
	width: 200px;
}
