@charset "utf-8";
/* CSS Document */


body {
	background-image:url(Images/Bkgd.gif);
	background-repeat:repeat;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

a:link {
	color: #666666;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FF6666;
}
a:active {
	color: #666666;
}

.mainContent {
	width: 425px;
}
.smallFont {
	font-size: 10px;
}
.SmallGray {
	color: #333;
	font-size: 10px;
}
.SmallGrayBold {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.BigGrayBold {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.MedGrayBold {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.MedGrayBoldCenter {
	color: #333;
	font-size: 16px;
	line-height:110%;
	font-weight: bold;
	text-align: center;
}
.SmallWhite {
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.MedWhiteBold {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}
.SmallWhiteItalic {
	color: #CCC;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
.BigBlack {
	color: #000;
	font-size: 15px;
	text-align: center;
}
.BigBlackLeft {
	color: #000;
	font-size: 15px;
	text-align: left;
}
.BigBlackRight {
	color: #000;
	font-size: 15px;
	text-align: right;
}
.RedCenter {
	color: #C03;
	font-size: 16px;
	line-height:110%;
	text-align: center;
	font-style:italic;
}
