@charset "utf-8";
.RegularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
}

.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	
}
.BoldRegularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: bold;
	font-weight: bold;
}

a:link { 
color: blue;
}

a:visited { 
color: blue; 
}

a:hover {
color: red; 
} 
