.BoldFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: 000151;
	text-transform: uppercase;

}
.DefaultFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	font-style: normal;

}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 000052;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: 000052;
}

