@charset "UTF-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #424242;
}

.mainStyle {
	font-family: "Trebuchet MS";
	font-size: 14px;
}

.floatRight {
	float: right;
}

.bottomStroke {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.bodyText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headingText1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.indexText {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 30px;
}

.indexHeading {
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 30px;
}

.headingPages {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bold;
	color: #999999;
}

.mainText2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
}

largeText {
	font-family: "Trebuchet MS";
	font-size: 24px;
}

runRight {
	float: right;
}

.botStroke {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.botStroke {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.topStroke {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}

.fieldStyle {
	background-color: #999999;
	border: 2px solid #000000;
}

.gray2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

greentext {
	color: #009900;
}

.field2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 5;
}

.floatLeft {
	float: left;
}

.formBG {
	background-color: #F5F5F5;
}


.button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#a3a3a3 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a3a3a3),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.text-header2 {
	font-size: 18px;
	font-weight: bold;
	color: #09F;
}

.emailForm {
	background-color: #2477BD;
	border: 2px dotted #09F;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

