﻿        body{
            font-family:arial;
            font-size:small;
        }
        #topMenu a:link 
        { 
            color: black;  
            text-decoration: none; 
        }   
        #topMenu a:visited 
        { 
            color: black; 
            text-decoration: none; 
        } 
        #topMenu a:hover 
        { 
            color: red; 
            text-decoration: underline; 
        }
        #topMenu a:visited:hover 
        { 
            color: red; 
            text-decoration: underline; 
        }
        .menuItem 
        {
            background-color:#dcdcdc;
            border: 2px outset gray;
            float:left;
            text-align:center;
            font-weight:bold;
            color:Black;
        }
        #btmMenu a:link 
        { 
            color: black;  
            text-decoration: none; 
        }   
        #btmMenu a:visited 
        { 
            color: black; 
            text-decoration: none; 
        } 
        #btmMenu a:hover 
        { 
            color: red; 
            text-decoration: underline; 
        }
        #btmMenu a:visited:hover 
        { 
            color: red; 
            text-decoration: underline; 
        }
        .btmMenuItem 
        {
            float:left;
            text-align:center;
            font-weight:bold; 
        }
        .heading
        {
	        background-color:Gray;
	        font-size:medium;
	        font-weight:bold;
	        color:White;
	        width:100%;

        }
        p
        {
            padding:0px 50px 0px 50px;
        }
        


