.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.cellbuffer {
	padding: 15px;
}
.loginsubmit {
	height: 18px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.feedbackbutton {
	border: 1px solid #BBBBBB;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}.titlefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.awownessToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}
/****|   Hyperlinks   |****/
a:link
{
    color: #9801ff;
    text-decoration: none;
}
a:visited
{
    color: #9801ff;
    text-decoration: none;
}
a:link:hover
{
    color: #43afaf;
    text-decoration: none;
}
a:visited:hover
{
    color: #43afaf;
    text-decoration: none;
}
