
			
.text {
        font-size: 12px;
        font-weight: bold;
        color: #103b03;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.text {
        color: #103b03;
        text-decoration: none
        }

a.text:hover {
               color: yellow;
               text-decoration: none
            }
.nav {
        font-size: 10px;
        font-weight: BOLD;
        color: #115720;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.nav {
        color: #115720;
        text-decoration: none
        }
a.nav:hover {
               color: #FF9900;
               text-decoration: none
            }	
			
.whitenav {
        font-size: 10px;
        font-weight: BOLD;
        color: #ffffff;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.whitenav {
        color: #ffffff;
        text-decoration: none
        }
a.whitenav:hover {
               color: #ff9900;
               text-decoration: none
            }	
			
.gray11a {
        font-size: 10px;
        font-weight: bold;
        color: #808080;
        font-family: Arial, Helvetica, Sans-Serif;
        }
a.gray11a {
        color: #808080;
        text-decoration: none
        }
a.gray11a:hover {
               color: #ff9900;
               text-decoration: none
            }	