@charset "utf-8";
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.borderLightGrayThick {
	border: 5px solid #999999;
	filter: Color=#0066cc, OffX=3, OffY=3, Positive=1;
}

.borderBlackThin { border: 1px solid #000000; }

.backWhite { background-color: #FFFFFF; }

.backBlue { background-color: #0c4499; }

.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.borderGrayThin { border: 1px solid #666666; }

.backLightGray { background-color: #dddddd; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat;
	text-align: left;
}

.textRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}

.textFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
