﻿body {
}

a
{
    color:#404040;
    text-decoration: none;
}

a:Visited
{
	color: gray;
	text-decoration: none;
}

a:Hover
{
    color: blue;
    text-decoration: underline;
}


.Header
{
    font-size: 23pt;
    margin: 5px 10px;
    color:#404040;
    font-weight: bold;
    font-style:italic;
    font-family:Trebuchet MS;
 
}

 .Footer
{ 
    font-size: 11pt;
    margin: 5px 10px;
    color:#404040;
    font-weight: bold;
    font-style:italic;
    font-family:Trebuchet MS;
    position: inherit;
    top: 500px;
    text-align: center;
 }

  .MainText
{ 
    font-size: 11pt;
    margin: 5px 10px;
    color:#404040;
    font-weight: bold;
    font-style:italic;
    font-family:Trebuchet MS;
    
    
 }
   .MainBullets
{ 
    font-size: 10.5pt;
    margin: 5px 10px;
    color:#404040;
    font-weight: bold;
    font-style:italic;
    font-family:Trebuchet MS;
    
 }
