.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 19px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
/*  The stylesheet will override the body tag */
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:link:hover {
	text-decoration: underline;
	color: #0061B0;
}

/*  Just in case we need some color, here is a class. */
.blue {
	color: #0033CC;
}
.red {
	color:#FF0000; 
}.bigheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.normalcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

