/* This class for body text in navy blue*/

.body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #293355;
	line-height: 16px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

/* This class for body text in white*/

.bodywhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 16px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}


/* This class for green headings*/

.greenhd {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #326432;
	font-weight: bold;
	line-height: 18px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* This class for large blue headings*/

.lgbluehd {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-decoration: none;
	color: #293355;
	font-weight: bold;
	line-height: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}


/* This class for light green headings*/

.ltgreenhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:  16px;
	color: #BAD3B6;
	font-weight: bold;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* This class for bold body text in white*/

.bodywhitebld {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

/* This class for copyright text*/

.copyright {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #4D609F;
	line-height: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	}


/*default body links (in orange)*/


.orangelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: none;

}	
a.orangelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
    text-decoration: none;

}	
a.orangelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;

}
a.orangelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}


/*green bold nav links on header and footer*/


.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	font-weight: bold;

}	
a.navlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	font-weight: bold;
    text-decoration: none;

}	
a.navlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	font-weight: bold;
	text-decoration: none;

}
a.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EDF2EC;
	font-weight: bold;
	text-decoration: none;
}

/*ltgreenlink body links*/

.ltgreenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	text-decoration: none;
}

a:ltgreenlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	text-decoration: none;
}
a:ltgreenlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAD3B6;
	text-decoration: none;
}
a:ltgreenlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

