.subtitles {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: #1E49A3;
	line-height: 15px;
}
.subtitles2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	line-height: 18px;
}
a.subtitles:hover {
	color: #990000;
	text-decoration: underline;
}

