a {
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

body {
	
	background-color: teal;
}

#top {
	position: relative;
	top: 1%;
	left: 8%;
	width: 84%;
	background-color: #ccc;
	height: 40px;
	max-width: 1024px;
	border: 1px solid black;
}

.topcontent {
	position: relative;
	padding: 0px; 
	margin: 0px;
	color: navy;
	padding-left: 10px;
	width: 100%;
	font-variant: small-caps;
	font-family: sans-serif;
}

#links {
	position: relative;
	top: 5px;
	bottom: 5px;
	left: 8%;
	width: 83%;
	max-width: 1024px;
	padding: .5%;
	background-color: #ccc;
	border: 1px solid black;
	height: 20px;
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}

#links ul {
	list-style: none;
	margin-left: -30px;
	margin-top: 0px;
}
#links ul li {
	display: inline;
	padding: 0em .5em;
}
#links ul li a {
	color: navy;
	padding: 2px;
}
#links ul li a:hover {
	color: blue;
	background-color: #ddd;
}
#main {
	position: relative;
	top: 2px;
	left: 8%;
	width: 83%;
	max-width: 1024px;
	padding: .5%;
	background-color: #ccc;
	border: 1px solid black ;
	margin-bottom: 30px;
}

#main_header {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16pt;
	margin: 5px 0px;
}
.left {
  border-left: solid;
}

.right {
  border-right: solid;
}

.leftright {
  border-left: solid;
  border-right: solid;
}

.top {
  border-top: solid;
}

.bottom {
  border-bottom: solid;
}

.small {
  color: black;
  font: 10px arial, sans-serif;
}

.small th {
  text-decoration: underline;
}

.WH {
  background-color: #c6eff7;
  color: black;
  font: 11px courier, sans-serif;
}

.OSD {
  background-color: white;
  color: #d60000;
  font: 11px courier, sans-serif;
}

.OSW {
  background-color: white;
  color: #184A18;
  font: 11px courier, sans-serif;
}

.WDC {
  background-color: white;
  color: #ff3d12;
  font: 11px courier, sans-serif;
}

.small_white {
  color: white;
  background-color: navy;
  font: 10px bold arial, sans-serif;
}

.OEM {
  background-color: white;
  color: navy;
  font: 11px courier, sans-serif;
}
.NL {
	background-color: white;
	color: blue;
	font: 11px courier, sans-serif;
}

table.top {  border-style: none;  width: 100%; }

table.top td {
  border-style: outset;
  border-width: 4px;
  border-color: blue;
  background-color: cyan;
  width: 50px;
  text-align: center;
}

table.top a {  color: navy;  text-decoration: none;  display: block; }

table.top a:hover {  display: block; }

table.headers { border-style: none;   }

table.headers td {
  border-style: none;
  background-color: #4FB2DC;
  font-size: 115%;
  width: 80px;
}

table.body { border-style: none; }

table.body td {
  border-style: none;
/*  background-color: #8AD4F3; */
  width: 80px;
/*   text-align: center; */
  font-size: 115%;
}


table.rec tr {
  background-color: gray;
}

table.rec tr td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
}
