a {
 
 color: #e0000b;
 text-decoration:none;
} 
 
a:hover {
 color: #14a21b; 
 text-decoration:underline;
}

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

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

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

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

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

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

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #35393f;
}

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

.green13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #14A21A;
}

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

}

.border-white-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffffff;

}

.border-white-bottom {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

}

.border-grey-bottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;

}