@charset "utf-8";
body {
	background-color: #172eba;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.DesignedBy {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: x-small;
}
.PageHeader {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #172eba;
	font-size: xx-large;
}
.MainText {
	font-weight: normal;
	font-family: "Bookman Old Style";
	color: #000;
	font-size: medium;
}
.SubHead {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #172eba;
	font-size: medium;
}
.SubHead-White {
	color: #fff;
	font-family: "Bookman Old Style";
	font-weight: bold;
	font-size: medium;
}
.PageSUBHeader {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #172eba;
	font-size: x-large;
}
.PageSUB-SUBHeader {
	font-family: "Bookman Old Style";
	font-weight: bold;
	color: #172eba;
	font-size: large;
}