/* CSS Document */
body {
	background-image:       url(../images/BlueGradient.png);
	font-family: "Times New Roman", Times, serif;
}
.SmallWhite {color: #FFFFFF; font-size: xx-small; }
.RegWhite {color: #FFFFFF}
.Footer {
	font-size: x-small;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
}
.BoldWhiteHeaders {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.xsmalltext {
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
}
.PageHeadings {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: medium;
}.LargeRedBold {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.smalltext {
	font-size: small;
}
.XL_Bold_Headers {
	font-size: x-large;
	font-weight: bold;
}
.FltRt {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.FltLft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
