.mainNAV { 
	text-align: center;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}


.mainNav td
           {
           backgroundColor: #ffffff;
           }

.mainNAV a:link {
		text-decoration: none;
		color: #000000;
		}
.mainNAV a:visited {
		text-decoration: none;
		color: #000000;
		}
.mainNAV a:active {
		text-decoration: none;
		font-weight:bold;
		color: #000000;
		}
.mainNAV a:hover {
		text-decoration: none;
		font-weight:bold;
		color: #000000;
		}
	
.borderMAST {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;	
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	vertical-align: middle;
}

.subNav {
	text-align: center;
	color: #3D5E3B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.subNav a:link {
		text-decoration: none;
	        color: #3D5E3B;
		font-weight:bold;
		}
.subNav a:visited {
		text-decoration: none;
	        color: #3D5E3B;
		font-weight:bold;
		}
.subNav a:active {
		text-decoration: none;
	        color: #3D5E3B;
		font-weight:bold;
		}
.subNav a:hover {
		text-decoration: none;
	        color: #3D5E3B;
		font-weight:bold;
		}


.mastLINKS { 
	text-align: center;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
.mastLINKS a:link {
		text-decoration: none;
		color: #FFFFFF;
		}
.mastLINKS a:visited {
		text-decoration: none;
		color: #FFFFFF;
		}
.mastLINKS a:active {
		text-decoration: none;
		color: #FFFFFF;
		}
.mastLINKS a:hover {
		text-decoration: underline;
		color: #CCCCCC;
		}


