* html .wireframemenu { /*IE only rule. Original menu width minus all left/right paddings */
	width: 148px;
}
.wireframemenu ul {
	background-color: black;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.wireframemenu a {
	background-color: black;
	font: bold 10px Arial;
	padding: 4px 3px;
	display: block;
	width: 148px; /*Define width for IE6's sake*/
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.wireframemenu a:visited {
	color: white;
}
html>body .wireframemenu a { /*Non IE rule*/
	width: 148px;
}
.wireframemenu a:hover {
	background-color: red;
	color: #FFFFFF;
}.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(Images/whtlin.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bodytext {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
}
.Header {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.hedyell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF66;
}
.linewhite {
	background-image: url(Images/whtlin.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
