body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	background-color: #E6E6E6;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #000000;
}
.menuBG {
	background-image: url(Menu/MenuBG.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.menutext a {
 text-decoration: none;
 color: #000000;
 }
 .menutext a:hover {
 text-decoration: none;
 color: #FF0000;
 }
h2 {
	color: #FF0000;
}
.middleCell {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
h3 {
	color: #FF0000;
}
h4 {
	color: #FF0000;
	margin: 1px;
}
h4 a{
	color: #FF0000;
	margin: 1px;
}
h5 {
	color: #FF0000;
	font-size: 14px;
	margin: 1px;
}
h5 a{
	color: #FF0000;
	font-size: 14px;
	margin: 1px;
}
.blackborder {
	border: 1px solid #000000;
}
.redborder {
	border: 1px solid #FF0000;
}.blackRedBorder {
	border-top: 1px solid #000000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #000000;
}
.redLink a {
color: #FF0000
}