/* Main Style Classes */
/* #2F718E = Green */

body {
	font-family:Arial, Helvetica, sans-serif;
	/* margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; */
	font-size: 12px;
	color: #000000;
}

td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

/* links */
a, a:visited {
	color: #2F718E;
	font-weight:bold;
	text-decoration: none;
}

a:active {
	color: #2F718E;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #2F718E;
	font-weight:bold;
	text-decoration: underline;
}

a.masterNavText:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	
}

a.masterNavText:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;

}

a.masterNavText:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;

}

a.footerContactText:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.footerContactText:active {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.footerContactText:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
