/* main styles */


h1 {
	color: #bfd730;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;	
	line-height: 28px;
}

h2 {
	color: #bfd730;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;	
}

h3 {
	color: #7db119;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;	
	line-height: 22px;
}

.dasheddivide {
border-top: 1px dotted #129020;
	
}


/* additional text styles */

.main-serif {
	color: #e1e1e1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

.item-descrip {
	color: #1680c3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;	
}

.bold-sans {
	color: #575757;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}

.reg-sans {
	color: #7db119;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
}

.reg-sans2 {
	color: #7db119;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
}

.reg-sans3 {
	color: #ffffff;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
}

.giant-word {
	color: #7db119;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: lighter;	
	line-height: 22px;
	text-transform: uppercase;
}

.forms {
	color: #494949;
	font-family: Arial, Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
}

.tabheaders {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;	
	line-height: 20px;
}



/* links */

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;

}

a:hover {
	color: #eeee87;
	text-decoration: none;
	background-color: #000000;
}

a:active {
	text-decoration: underline;
}



