html, body {
    background-color: #FFFFFF;
    color: #666666;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}
/* unvisited link */
a:link {
      color: #006699;
      text-decoration: none;
}
/* visited link */
a:visited {
      color: #006699;
      text-decoration: none;
}
/* mouse over link */
a:hover {
    /* do nothing */
    color: #AA0000;
    text-decoration: underline;
}
/* selected link */
a:active {
    color: #006699;
    text-decoration: none;
}



/* begin css tabs */

#tabnav ul { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0em 1em 0em; /* set margins as desired */
font: bold 12px  serif; /* set font as desired */
border-bottom: 1px solid #5d5d5d;/* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

#tabnav ul li, ul li a { /* do not change */
display: inline; /* do not change */
}

#tabnav ul li a {  
padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #5d5d5d; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #F0F0F0; /* set unselected tab background color as desired */
color: #006699; /* set unselected tab link color as desired */
margin-right: -3px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
}

#tabnav ul li a:hover { /* settings for hover effect */
background-color: #fff; /* set desired hover color */
color: #AA0000;
position: relative;
text-decoration: underline;
}

#tabnav ul li.active { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

#tabnav ul li.active a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #006699; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#tabnav ul li.unselectable { /* settings for deaf tab link */
padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #5d5d5d; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #F0F0F0; /* set unselected tab background color as desired */
color: #A0A0A0; /* set unselected tab link color as desired */
margin-right: -3px; /* set additional spacing between tabs as desired */
text-decoration: none;
position: relative;
border-bottom: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
}

#tabnav ul li.unselectable a {
background-color: #F0F0F0;
color: #A0A0A0;
text-decoration: none;
}

#tabnav ul li.unselectable a:hover {
background-color: #F0F0F0;
color: #A0A0A0;
text-decoration: none;
}
/* end css tabs */


/* background table */
#background_table {
  height:100%;
  width:100%;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}

#background_table td {
  padding:0;
}
/* background_table */

.text2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5D5D5D;
}
