
A {
	color: gray;
	text-decoration: none;
}
A:link {
}
A:visited {
	color: #4d4d4d;
	font-style: normal;
}
A:hover {
	color: red;
	font-style: normal;
}
A:active {
	color: red;
	font-style: normal;
}
A:menu {
	color: black;
	font-style: normal;
	font-weight: bold;
}
BODY {
	color: black;
	margin: 0;
}
EM {
	color: gray;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
H1 {
	color: black;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
H2 {
	color: black;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
H3 {
	color: black;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
H4 {
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
H5 {
	color: black;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
IMG {
	border: none;
}
TABLE {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
TD {
	vertical-align: top;
}
.copy {
	color: silver;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}
.header
 {
	color: white;
	font-size: 32px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background-color: black;
	text-align: center;
}
.menu {
	color: black;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	background-color: silver;
	margin-left: 12px;
	padding-top: 16px;
}
.menuLink {
	color: black;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	background-color: silver;
	margin-left: 24px;
}
.menuText {
	color: white;
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: bold;
	background-color: #000;
	margin-left: 12px;
}
.grayBack {
	background-color: silver;
}
.Text
  {
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.TextHeader {
	color: black;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.TextLeft  {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.TextLeftBold {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.TextLeftLarge {
	color: black;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.TextRight {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.top {
	background-color: black;
	vertical-align: middle;
}
.whiteBack {
	background-color: white;
}

