a:link    {
	text-decoration: none;
	color: #0F109C;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0F109C;
	font-weight: bold;
}
a:active  {
	color:#B662FB;
	text-decoration: underline;
	font-weight: bold;
}
a:hover   {
	text-decoration: underline;
	color: #B662FB;
	font-weight: bold;
}
a.light:link {
	text-decoration: none;
	color: #FFCCCC;
}
a.light:visited {
	text-decoration: none;
	color: #FFCCCC;
}
a.light:active {
color:#CCCCFF; text-decoration: underline
}
a.light:hover {
	text-decoration: underline;
	color: #CCCCFF;
} 
input {
	font-size: 9px;
}
.small {
	font-size: 10px;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #6904BB;
}
.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bottom {
	background-color: #C2A9FE;
	background-image: url(bottom_stretch.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
