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

/* main styles */


.body1 {
	color: #333333;
	font-family:  Verdana, Lucida, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}



.body2 {
	color: #ffffff;
	font-family:  Verdana, Lucida, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.body3 {
	color: #000000;
	font-family:  Verdana, Lucida, Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.body4 {
	color: #000000;
	font-family:  Georgia, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}







/* additional text styles */


.headline1 {
	color: #d64a17;
	font-family:  Verdana, Lucida, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;	
	line-height: 20px;
}

.headline2 {
	color: #d64a17;
	font-family:  Verdana, Lucida, Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	line-height: 20px;
}


.headline3 {
	color: #ffffff;
	font-family:  Georgia, serif;
	font-size: 25px;
	font-weight: normal;	
	line-height: 30px;
}



/* links */

a:link {
	color: #116515;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

a:visited {
	color: #116515;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

a:hover {
	color: #ae4e19;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

a:active {
	color: #116515;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}







a.footer:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}

a.footer:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}


