@charset "utf-8";
.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
 
 color: #000000;
 text-decoration:none;
} 
 
a:hover {
 color: #c43c00; 
 text-decoration:underline;
}

.redlink a {
 
 color: #c43c00;
 text-decoration:none;
} 
 
.redlink a:hover {
 color: #bb6a01; 
 text-decoration:underline;
}

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

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

.border-grey-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;