body {
	background-color: #242A35;
}

.NormalFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #A5AFE4;
}

.HeaderFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #A5AFE4;
	text-transform: uppercase;
}
.Link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCC99;
	text-decoration: underline;
}
.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515D71;
	cursor: default;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #515D71;
	cursor: default;
}

