.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AFA5CF;
	font-size: 16px;
	text-decoration: none;

}
.vendors {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5680;
}
.dotted {
	border: thin dotted #5D5680;

}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AFA5CF;
	font-weight: bold;

}
.body-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a:link {
	color: #AFA5CF;
}
.right-dott {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #5D5680;
	border-right-color: #5D5680;
	border-bottom-color: #5D5680;
	border-left-color: #5D5680;
}
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AFA5CF;
}
.point10 {
	font-size: 10px;
}
