@charset "utf-8";
/* CSS Document */

.RedBackground {
	background-color: #D2232A;
}
.WhiteText {
	color: #FFFFFF;
}
.hh1 {font-size: xx-large}
.hh2 {font-size: x-large}
.hh3 {font-size: large}
.RedText {
	color: #D2232A;
}
.BlueBackground {
	background-color: #20408f;
}
.FontAttributes {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

