body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #663333;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
p {
	font: 14px Verdana, Geneva, Arial, helvetica, sans-serif;
}
.Heading1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.Heading {
	font: 28px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style4 {
	color: #FF0000;
	font-weight: bold;
}
.style5 {
	font-size: 24px;
	color: #999999;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 24px;
}
.style7 {
	font-size: small;
	font-weight: bold;
}
.style8 {
	font-size: small
}
.style9 {
	font-size: small;
	font-weight: bold;
}
.style10 {
	color: #999999
}
.greysubtext {
	font: bold 2px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 24px;
}

<style type="text/css">
/*Used in tech pages*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
   
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(media/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(media/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}

</style>
