/* CSS Document */

* {
	margin:0; padding:0;	
}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#ffffff;
	}

a {color:#51B948; text-decoration:underline;}
a:hover{text-decoration:none; color:#ffffff;}

li { background:url(/images/marker.gif) no-repeat 0 0px; padding-left:20px; line-height:30px;}
li a {color:#ffffff; text-decoration:underline;}
li a:hover {text-decoration:none;}

/* ============================= main layout ====================== */



/* ============================= content ====================== */


.footertier2 {color:#979797; font-size: 12px; line-height:30px;}
.footertier2 a {color:#979797; text-decoration:underline;}
.footertier2 a:hover{color:#979797; text-decoration:none;}

.footertier1{color:#51B948; font-size: 14px;}
.footertier1 a {color:#51B948; text-decoration:underline;}
.footertier1 a:hover{color:#51B948; text-decoration:none;}

.greenlarge {color:#51B948; font-size: 24px; font-weight:bold; line-height:30px; text-transform:uppercase;}
.greenlarge a {color:#51B948; text-decoration:underline;}
.greenlarge a:hover{color:#ffffff; text-decoration:none;}

.greenmed {color:#51B948; font-size: 18px; font-weight:bold; line-height:30px; text-transform:uppercase;}
.greenmed a {color:#51B948; text-decoration:underline;}
.greenmed a:hover{color:#ffffff; text-decoration:none;}

.whitenon16px {color:#ffffff; font-size: 16px; line-height:20px;}
.whitenon16px a {color:#51B948; text-decoration:underline;}
.whitenon16px a:hover{color:#ffffff; text-decoration:none;}

.whitenon14px {color:#ffffff; font-size: 14px; line-height:18px;}
.whitenon14px a {color:#51B948; text-decoration:underline;}
.whitenon14px a:hover{color:#ffffff; text-decoration:none;}

.whitenon10px {color:#ffffff; font-size: 10px; line-height:14px;}
.whitenon10px a {color:#51B948; text-decoration:underline;}
.whitenon10px a:hover{color:#ffffff; text-decoration:none;}

form select {
	width:202px;
	height:22px;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
	border:solid 1px #FFFFFF;
	background-color:#000000;
}


.textbox {
	width:200px;
	height:20px;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
	padding:2 3 3 6px;
	border:solid 1px #FFFFFF;
	background-color:#000000;
}
.checkbox {
	width:20px;
	height:20px;
	color:#ffffff;
	border:solid 0px #FFFFFF;
	background-color:#000000;
}
form input {
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	overflow:hidden;
	padding:2 3 3 6px;
	border:solid 1px #FFFFFF;
	background-color:#000000;
}




