.bodyText {
	font-size: 15px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
}
.bodyTextHeadline {

	font-size: 18px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
}
.bodyTextGray {
	font-size: 14px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #666666;
}
.footerText {

	font-size: 12px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #666666;
}
/* General linking styles */
	
a:link, a:visited {
	color: #0000FF;
	text-decoration : none;
	border-bottom: 1px dotted #0000FF;
	}

a:active {
	color: #333333;
	text-decoration : none;
	border-bottom: 1px dotted #333333;
	}

a:hover {
	color: #000000;
	border-bottom: 1px solid #000000; 
	}
	
	img	{
	display: block;
	border: 0;
}
