<style type="text/css">
/*set white space at top of the page*/
body {
margin:20px 0 0 0;
padding:0;
}

/*text properties for content sections*/
.content {
font-family: arial, helvetica; 
font-size: 9pt; 
color: #5a5a5a; 
text-decoration: none; 
line-height: 1.50em;
}

.content:link {
font-family: arial, helvetica; 
font-size: 9pt; 
color: red; 
text-decoration: none; 
line-height: 1.50em;
}

.content:active {
font-family: arial, helvetica; 
font-size: 9pt; 
color: red; 
text-decoration: none; 
line-height: 1.50em;
}

.content:visited {
font-family: arial, helvetica; 
font-size: 9pt; 
color: red; 
text-decoration: none; 
line-height: 1.50em;
}

.content:hover {
font-family: arial, helvetica; 
font-size: 9pt; 
color: red; 
text-decoration: none; 
line-height: 1.50em;
}

/*text properties for copyright footer*/
.copyright {
font-family: arial, helvetica; 
font-size: 7pt; 
color: #5a5a5a; 
text-decoration: none; 
line-height: 1.50em;
}

/*style properties for the top nav bar*/
#tabsI {
float:left;
width:100%;
font-family: Trebuchet MS, arial, helvetica;
color: White;
font-size: 8pt;
line-height:normal;
}

#tabsI ul {
margin:0;
padding:10px 10px 0 20px;
list-style:none;
}

#tabsI li {
display:inline;
margin:0;
padding:0;
}

#tabsI a {
float:left;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}

#tabsI a span {
float:left;
display:block;
padding:5px 15px 4px 6px;
color:#FFF;
font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span {float:none;}
/* End IE5-Mac hack */
#tabsI a:hover span {
color:#FFF;
}

#tabsI a:hover {
background-position:0% -42px;
}

#tabsI a:hover span {
background-position:100% -42px;
}

/*properties for the drop downs in the top nav bar*/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid White;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
width: 120px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid White;
padding: 1px 0;
text-decoration: none;
font-family: Trebuchet MS, arial, helvetica;
font-size: 8pt;
color: White;
background-color: Black;
font-weight: normal;
text-indent: 11px;
}

.anylinkcss a:hover{ /*hover background color*/
color: White;
background-color: #5a5a5a;
}

img { border:none; 
}




</style>