/*
 *
 */
 BODY {
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 }
.MenuTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	color : white;
	font-weight : bold;
}
.Menu {
	font-family : "@MS Gothic";
	font-size : 16px;
	color : White;
	text-decoration : none;
}
.MenuLink {
	font-family : "@MS Gothic";
	font-size : 16px;
	color : White;
	text-decoration : none;
}
.PageTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 26px;
	color : #6B73A1;
	font-weight : bold;
}
.PageSubTitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : #6B73A1;
	font-weight : bold;
}
.PageText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Black;
	font-weight : bold;
}
.NavBar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : white;
	font-weight : bold;
}
.LocationBox {
	background-color: silver;
	position: relative;
	float: right;
	margin: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 20px;
}