/* CSS Document */

.bodyText
	{
	font: 90% Hoefler Text, Times;
	color: #555;
	margin-top: 0px;
	}
	
	.bodyText a
		{
		color: #000;
		text-decoration: none;
		}
	
	.bodyText a:hover
		{
		text-decoration: underline;
		}

.headline
	{
	font: 36px Hoefler Text, Times;
	font-variant: small-caps;
	color: #555;
	text-align: center;
	margin: 0px;
	}

.hours
	{
	font: 14px Hoefler Text, Times;
	font-variant: small-caps;
	color: #555;
	}

.subhead
	{
	font: 100% Hoefler Text, Times;
	font-variant: small-caps;
	font-weight: bold;
	color: #555;
	margin-bottom: 0px;
	}
	
