body {
  font class="home"
  margin-top: 20px;
  padding:0;
  background-color : #31639C;
  font-family : Helvetica, sans-serif;
  font-size : 12px;
color : #2F2C2C;
}
a	{  
	color: #000000;
	font-family: "arial"; 
	font-size: 12px;  
	text-decoration: underline; 
	font-weight: bold;  
	
	}
a.link	
	{ 
	background-image: none;
	color: #FF0000; 
	font-family: "arial"; 
	font-size: 12px;
    text-decoration: none;  
	font-weight: bold; 
		}

a:hover 
	{  
	background-image: none;  
	color: #FF0000
    font-family: "arial"; 
	font-size: 12px; 
    text-decoration: none;  
	font-weight: bold;  
	}
    .hidden {
    position:relative;
    visibility:hidden
    }
	body {

font-family: Helvetica, sans-serif;
        background-color: #FFFFFF;
scrollbar-face-color:#106189;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#106189;

}
border { COLOR: #000000; TEXT-DECORATION: none}
border:hover { COLOR: #000000; text-decoration: none}
border { TEXT-DECORATION: none; font-family: helvetica; font-size: 8pt; border: #555555; 
border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
border-color: #000000; border-width: 1px; background-image: url("graphics/bg.gif");}
img {
  border:0;
 
}

#footer {
  clear: left;
  margin : 0;
  padding: 1px;
  height : 5px;
  background-color : #31639C;
  border: 1px solid #31639C;
  text-align: center;
  font-family : Helvetica, sans-serif;
  font-size : 10px;
  color : #FFFFFF;
}
.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
font-family : Helvetica, sans-serif;
  font-size : 11px;
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: black;
background: transparent url(graphics/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: blue;
}

.ddoverlap li a:hover{
text-decoration: none;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(graphics/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}


