.ten {
	font-size: 10px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.bold-blue {
	font-weight: bold;
	color: #185ba0;
	font-size: 11px;
}
.bold-gray {
	font-weight: bold;
	color: #666666;
}
.textjust {
	text-align: justify;
	vertical-align: top;
}
.textjustspace {
	text-align: justify;
	vertical-align: top;
	line-height: 25px;
}
.div {
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(images/pxl.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.links {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: justify;
	padding: 5px;
}
.nav {
	font-size: 10px;
	padding-left: 20px;
	padding-bottom: 3px;
	letter-spacing: -1px;
}
strong {
	font-weight: bold;
	color: #666666;
}