body {

	margin: 5px;
	font-family: verdana;
	font-size: 8pt;
	background: #ffffff;
	color: #000000;
}

.bodyborder2 { 

   border-bottom : 1px solid #FFFFFF; 
   border-left : 1px solid #FFFFFF; 
   border-right : 1px solid #FFFFFF; 
   border-top : 1px solid #FFFFFF; 

   cellpadding: 0; 
   cellspacing: 0; 
   width: 800; 
   border-spacing: 0px; 
   border-collapse:collapse; 
    
}

a,a:visited,a:active,a:hover {
	font-size: 7pt;
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 7pt;
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 8pt;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}
h2 {
	font-size: 24pt;
	font-weight: normal;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: regular;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}
b {
	text-transform: uppercase;
	font-size: 10pt;
	color: #FFFFFF;
}
hr {
	text-align: center;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #000000;
	height: 1px;
}
.b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #000000;
}
a img,a:hover img,a:visited img,a:active img {
	border:0;
}
.desc {
	font-size: 7pt;
	color: #000000;
}
.input {
	border: 1px solid #000000;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	height: 25px;
	width: 150px;
	padding: 2px;
}


/********** MENU BAR ****************/

<style type="text/css">

.indentmenu{
font-family: verdana;
font:  12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*border*/
border-width: 1px 0;
background: black url(indentbg1A.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 6px;
text-decoration: none;
border-right: 1px solid #000000; /*black divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2A.gif) center center repeat-x;
}

</style>
