body {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ACAAAA;
	background-repeat: repeat-x;
	top: 0px;

}

.darkgrey {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.darkgrey a:link {

	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.darkgrey a:active {
	color: #666666;
	text-decoration: none;
}

.darkgrey a:hover {

	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

.darkgrey a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.textwhite {
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
}

.textwhite a:link {
	font-weight: bolder;
	color: #FFFFFF;
}

.textwhite a:active {
	color: #FFFFFF;
}

.textwhite a:hover {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}

.textwhite a:visited {
	font-weight: bolder;
	color: #FFFFFF;
}

form {
	margin: 0px;
}


.paddingTop5 {
	padding-top: 5px;
}

.spacingTop5 {
	margin-top: 2px;
}

.whiteBorder {
	border: 1px solid #FFFFFF;
}
.padding10text {
	padding-left: 10px;
}

.contactField {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 220px;
	border: 1px solid #666666;
}
.contactButton {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 80px;
	cursor: hand;
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #BA1C14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.spacingbottom5 {
	margin-bottom: 5px;
}
.padding10right {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.blackborder {
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.greyborder {

	border: 1px solid #ACAAAA;
}

.textred {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
}
.textred a:link {
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	font-variant: normal;
}

.textred a:active {
	color: #990000;
}

.textred a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}

.textred a:visited {
	font-weight: normal;
	color: #990000;
}
.whiteBorderSides {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.search {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #FFFFFF;
	height: auto;
	width: auto;
	cursor: text;
}

}
.signupButton {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 20px;
	font-weight: bold;
	width: auto;

}
.signupButton2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #9A0000;
	border: 1px solid #666666;
	height: 20px;
	font-weight: bold;
	width: auto;

