
        .Style1
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;  
        }

        .Style1Bold
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: bold;
            white-space:nowrap;
        }
        
        .Style1Blue
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-weight: bold;
            color: #096b8e;
            white-space:nowrap;
        }
        .Style2Bold
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            white-space:nowrap;
        }
        .Style3
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10px;
            white-space:nowrap;
        }
        .Style4Bold
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 17px;
            font-weight: bold;
            white-space:nowrap;
        }        
        .Style5
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
      
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center;
    width: 898px;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 15px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

