.black-16 {
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}
.red-15 {
	font-size: 15px;
	line-height: 25px;
	color: #FF0000;
	text-decoration: none;
}
.purple-15 {
	font-size: 15px;
	line-height: 25px;
	color:#CC3399;
	text-decoration: none;
}
.blue-15 {
	font-size: 15px;
	line-height: 22px;
	color: #000099;
	text-decoration: none;
	}
.gray-13 {
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.gray-13-para {
	font-size: 13px;
	line-height: 23px;
	color: #333333;
	font-weight: normal;
	padding-left:78px;
	text-indent:-13px;
}
.gray-12 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
}
.blue-13 {
	font-size: 13px;
	line-height: 20px;
	color: #3366FF;
	text-decoration: none;
}
a.class1:link {
	font-size: 13px;
	color: #333333;
	text-decoration:none;
	line-height: 22px;
}
a.class1:visited {
	font-size: 13px;
	color: #333333;
	text-decoration:none;
	line-height: 22px;
}    
a.class1:hover {
	font-size: 13px;
	color: #FF9900;
	text-decoration:underline;
	line-height: 22px;
}

a.class2:link {
	font-size: 13px;
	color: #0099FF;
	text-decoration:none;
	line-height: 22px;
}
a.class2:hover {
	font-size: 13px;
	color: #FF9900;
	text-decoration:underline;
	line-height: 22px;
}
	
.white-13 {
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}