body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bgnorepeat {
	background-repeat: no-repeat;
	background-position: top left;
}

.bgrepeat-y {
	background-repeat: repeat-y;
}

.mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006666;
}

.linkTopNav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 21px;
}

a.linkTopNav:hover {
	color: #669;
}

.textNormal,
.textNormalBold,
.textVendors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
}

.textNormalBold {
	font-weight: bold;
	}
	
.textNormalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	line-height: 12px;
}

.textNormalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66C;
	line-height: 18px;
}

.linkNormalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66C;
	line-height: 18px;
	text-decoration: none;
}

a.linkNormalTitle:hover {
	color: #111;
}

.linkNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #36C;
}

a.linkNormal:hover {
	color: #000;
	text-decoration: none;
}

.textVendors {
	line-height: 18px;
}

.textABC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	font-style: italic;
}
		
.textHeader,
.textCategory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #f90;
	font-weight: bold;
}

.textCategory {
	padding-top: 20px;
}

.textMember,
.textTagline,
.textMemberNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

.textMember {
	font-size: 12px;
	font-weight: bold;
	}
	
.textTagline {
	font-size: 10px;
	font-style: italic;
	}

.linkMemberNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #36C;
}

a.linkMemberNormal:hover {
	color: #000;
	text-decoration: none;
}

.bottomNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #306;
	line-height: 16px;
}

a.bottomNav:hover {
	text-decoration: none;
}