.MainText {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.LinkText {
	font-family: "Arial Narrow";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.Heading {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #315782;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: none;
}
a.White:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.White:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.White:hover {
	color: #E0B62B;
	text-decoration: none;
}
a.White:active {
	color: #FFFFFF;
	text-decoration: none;
}
