a {
 
 color: #c41130;
 text-decoration:none;
} 
 
a:hover {
 color: #5d9732; 
 text-decoration:underline;
}

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

.blacklink2 a {
 
 color: #000000;
 text-decoration:underline;
} 
 
.blacklink2 a:hover {
 color: #000000; 
 text-decoration:underline;
}

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

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

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

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

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

.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.15pt;
	color: #ffffff;
}

.white13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ffffff;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5d9638;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6F94C8;
}

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

.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #c41130;
}

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

.mainbackground2 {
background:url(images/graphics/graphic-body-subpage.gif);
background-repeat:no-repeat;
background-position:bottom

}

.footerbackground {
background:url(images/graphics/graphic-footer.gif);
background-repeat:no-repeat;
background-position:right;
}

.footerbackground2 {
background:url(images/graphics/graphic-footer-subpage.gif);
background-repeat:no-repeat;
background-position:right;
}

.border-green-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97c235;
	
}

