.main {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.heading {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	background-color: #99BAC6;


}
.small-text {  font-family: "Trebuchet MS", sans-serif; font-size: 10px; color: #000000}
a:link {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: none;

}
a:visited {
	font-family: "Trebuchet MS", sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: underline;
}
.subtitle {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background-color: #99BAC6;


}

