@charset "iso-8859-1";	

UNKNOWN {
  color: #000000;
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 9pt;
}

body {
  color: #000000;
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 9pt;
}

td {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 9pt;
}

h3 {
  color: #909090;
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 12pt;
  font-weight: bold;
}

a {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 9pt;
  color: #B32108;
  text-decoration: underline;
}
a:visited { color: #B32108; }
a:hover { color: #B32108; }

.title {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 10pt;	  
  font-weight: bold;
}

li {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 9pt;
}

a.nav:visited { color: #818181; }
a.nav:hover { color: #ffffff; }

a.nav {
  color: #818181;
  font-size: 9.5pt;
  font-weight: bold;
  text-decoration: underlined;
}

a.blackNav:visited { color: #587090; }
a.blackNav:hover { color: #587090; }

a.blackNav {
  color: #394350;
  font-size: 9.5pt;
  font-weight: bold;
  text-decoration: none;
}

.welcome {
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 16pt;
  font-weight: bold;
}

.dashed_border {
	border-style: dashed;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #999999;
}

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font-family:arial, sans serif; 
font-size:12px;
/*font: bold 90% default; */
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 6px 7px;
width: 171px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(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: green;
}

.ddoverlap li a:hover{
text-decoration:underline;
}

.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(righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}

</style>

<!--[if IE]>
<style type="text/css">
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
