a {
 
 color: #FFFFFF;
 text-decoration:none;
} 
 
a:hover {
 color: #f2c407; 
 text-decoration:underline;
}

.blacklink a {
 
 color: #000000;
 text-decoration:none;
} 
 
.blacklink a:hover {
 color: #6e438a; 
 text-decoration:underline;
}

.whitelink a {
 
 color: #FFFFFF;
 text-decoration:none;
} 

.whitelink a:hover {
 color: #f2c407; 
 text-decoration:underline;
}

.yellowlink a {
 
 color: #f2c407;
 text-decoration:none;
} 

.yellowlink a:hover {
 color: #f2c407; 
 text-decoration:underline;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.yellowbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #f2c407;
}

.white-ht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 1.5;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.bordernav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.borderfooter {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #4b4b4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;	
}

.mainbackground {
background:url(images/graphics/body-top.gif);
background-repeat:no-repeat;
}

.mainbackground-sub {
background:url(images/graphics/body-top-subpage.gif);
background-repeat:no-repeat;
}
