@charset "utf-8";
/* CSS Document */

.BlueContent {
	font-size: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #3366cc;
	text-decoration: none;
}

.LargeBlueContent{
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #333399;
	text-decoration: none;
}

.PageHeader {
	font-size: 22px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: maroon;
	text-decoration: none;
}


.Content {
	font-size: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #000000;
	text-decoration: none;
}

.NavLink {
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #7e2226;
	text-decoration: none;
}

.NavLink:Hover {
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #ede9bc;
	text-decoration: none;
}

.Directions{
	font-size: 13px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #045011;
	text-decoration: none;
}

.Telephone{
	font-size: 13px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #333399;
	text-decoration: none;
}