.heading {
	font-family: "Trebuchet MS", Arial;
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
}

.maintext {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
}

.copyright {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	padding-right: 5px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
.maintextSmall {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px;
}
.maintext_black {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #333333;
	padding-left: 15px;
	padding-right: 10px;
}

.maintext_black a:link {
	color: #333333;
	text-decoration: none;
}
.maintext_black a:visited {
	color: #333333;
	text-decoration: none;
}
.maintext_black a:hover {
	text-decoration: none;
	color: #0099FF;
}
.maintext_black a:active {
	color: #333333;
	text-decoration: none;
}