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

.bluelink a {
 
 color: #364C69;
 text-decoration:none;
} 
 
.bluelink a:hover {
 color: #8DC63F; 
 text-decoration:underline;
}

.darkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #364C69;
}

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

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

.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;
}

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

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

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

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

.border {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}

.bordercoupon {
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-left-width: 3px;
	border-left-style: dashed;
	border-left-color:#000000;
	border-right-width: 3px;
	border-right-style: dashed;
	border-right-color:#000000;

}

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


