a.navigationLink        {
                        font-family: verdana;
                	font-size: 8pt;
                	font-style: normal;
                        text-align: center;
                   	vertical-align: top;
                        line-height: 140%;
                        font-weight: normal;
                        color: #FFFFFF;
                        text-decoration: none;
                        background-color: none;
                        cursor: hand;
                        }

a.navigationLink:hover   {
                        color: #FFFF00;
                        cursor: hand;
                        text-decoration: underline;
                        background-color: none;
                        }

td.navText              {
                	font-family: Verdana;
                        font-size: 7pt;
                        font-style: normal;
                        line-height: 140%;
                        font-weight: normal;
                        color: #FFFFFF;
                        text-decoration: none;
                        background-color: none;
                        text-align: left;
                        vertical-align: top;
                        padding: 1px;
                        }

table.navigation	{
                        width: 750;
                        background-color: #6F3700;
                        border-bottom: 1px solid white;
                        border-top: 1px solid white;
                        height: 25px;
                        }  

a.navigationLinkA       {
                        font-family: verdana;
                	font-size: 10pt;
                	font-style: normal;
                        text-align: center;
                   	vertical-align: middle;
                        line-height: 140%;
                        font-weight: normal;
                        color: #FF0000;
                        text-decoration: underline;
                        background-color: none;
                        cursor: hand;
                        }


        