﻿    a:link 
    {
        font-family: verdana;
    	font-size:10pt;
    	color: black;
    	text-decoration: none;
	width: 150px
	
    	
    	}
    	
    	a:hover
    {
        font-family: verdana ;
    	font-size:10pt;
       	color: white;
    	text-decoration: none;
	width: 150px
	
    	
    	}

	a:visited:hover
    {
        font-family: verdana;
    	font-size:10pt;
    	color: black;
    	text-decoration: none;
	width: 150px

	
    	
    	}
    	
    	a:visited
    {
        font-family: verdana;
    	font-size:10pt;
    	color: black;
    	text-decoration: none;
	width: 150px
	
    	
    	}
    	
    	a:active
    {
        font-family: verdana;
    	font-size:10pt;
    	color: gray;
    	text-decoration: none;
	width: 150px
	
    	
    	}
    	
    	.headers
    	{
    		font-family: verdana;
    	font-size:12pt;
    	font-weight:bold ;
    	color: White;
    	text-decoration: none;
    		}

	.linkTable
	{
	Width: 150px;
	background: silver;
	}
    	

	.linkClass
	{
	width: 150px;
	background: silver;
	}
	.linkClass:visited
	{
	width: 150px;
	background: silver;
	}
	.linkClass:hover
	{
	width: 150px;
	background: gray;
	}
	


	
	.info
	{
	font-family: verdana;
    	font-size:10pt;
    	color: Silver;
	}

	.menu
	{
		display:none;
	}
