.indexBkgnd {
	background-image: url(images/distressBkgnd.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	;
}
.textRequire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
}

.textRequire a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}

.textRequire a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.textLinksNoLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 20px;
}
.textPlain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:14px;
	color: #333333;
	padding-right:20px;
	text-decoration: none;
	text-align:right;
}
.textPlain a:link{
	color: #993300;
	text-decoration: none;
	font-weight:bold;
}
.textErrorMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:14px;
	color: #000000;
	padding-right:20px;
	text-decoration: none;
	text-align:left;
}