.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000DE;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000DE;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A5968;
}
.adverttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none; 
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.bottomlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.link { 
  font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:11px; 
	color: #0000DE; 
	font-weight:bold; 
}
.link:hover { 
	font-family:Arial, Helvetica, sans-serif; 
  text-decoration: none;
	border-bottom: dotted black 1px;
	font-size:11px; 
	color: #8393A5;
}

