.RedBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #CC0000;
	font-weight: bold;
	font-style: normal;


}
.BlackBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.BlackNormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.BlackNormalBold {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.BlueNormalBold {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.RedSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000099;
	font-weight: bold;

}
.GreenBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.linksitalic {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000099;
	font-weight: bold;
}
