.plaintext {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #D2D2D2;
}
.darktext {
	font-family: "MS Sans Serif";
	font-size: 14px;
	color: #333333;
}
.darkheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: 333333;
	font-weight: bold;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.lightheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
a {
	color: #A6C4E1;
	text-decoration: none;
}
.tealheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A6C4E1;
}
.smalldarkheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 666666;
}
a:link {
	color: #CC6666;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #A6C4E1;
	text-decoration: none;
}
a:hover {
	color: #CCCCFF;
	text-decoration: none;
}

