A.HNavigation:hover {color:#CCC}

A.HVavigation:visited {color:#FFF}

.HNavigation {
	text-align: center;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #E5E4FC;
}

.BigBlackCaps {
	font-family: Tahoma;
	font-size: 15pt;
	text-transform:capitalize;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}

A.BigBlackCaps:hover {
	color:#A61406;
	text-decoration:underline;
}

.MediumBlackCaps {
	font-family: Tahoma;
	font-size: 11pt;
	text-transform:capitalize;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}

A.MediumBlackCaps:hover {
	color:#A61406;
	text-decoration:underline;
}

.RedSubHead {
	font-family: Tahoma;
	font-size: 15pt;
	color: #A61406;
	font-weight: bold;
	text-decoration:none;
}
.HugeHeadline {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	color: #111;
}
.WhiteHeading {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.MediumWhiteHeading {
	color: #FFF;
	font-weight: bold;
	font-size: 15pt;
}