.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.smallblkserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.smallheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallblkserifwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

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

a:link {
	color: #C1C1C3;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C1C1C3;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: underline;
}

/*GREEN HYPERlINKS*/

a.green:link {
	color: #91BA14;
	text-decoration: underline;
}
a.green:visited {
	text-decoration: underline;
	color: #91BA14;
}
a.green:hover {
	text-decoration: none;
	color: #67850F;
}
a.green:active {
	text-decoration: underline;
}
