body           {background-color: white;
                margin-left: 0px;
                margin-top: 4px;}  

H1             {font-family: verdana, arial, sans-serif; 
                 font-size: 11pt; 
                 font-weight: bold; 
                 font-style: italic; 
                 text-align: center; 
                 color: #00008B;
                 text-decoration: none;
                 bottom-padding: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}

H2             {font-family: verdana, arial, sans-serif; 
                 font-size: 12pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: center; 
                 color: red; 
                 text-decoration: none;
                 bottom-padding: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}

h3            {font-family: verdana, arial, sans-serif;
                 font-size: 12pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: center; 
                 color: #00008b;
                 text-decoration: none;
                 bottom-padding: 0px;
                 margin-top: 0px;
                 margin-bottom: 0px;}
                 
.header         {font-family: verdana, arial, sans-serif;
                 font-size: 12pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: left; 
                 color: #004A90; 
                 text-decoration: underline;}

LI              {font-family: verdana, arial; 
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;
                 bottom-padding: 0px;
                 margin-top: 0px;
                 margin-bottom: 6px;}

P             {font-family: verdana, arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}
                 
table			{margin-left: auto;
				 margin-right: auto;}
				 
td             {font-family: verdana, arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: black;}

.center-td       {text-align: center;}

.centertext     {font-family: verdana, arial, sans-serif; 
                 font-size: 12pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #306D9A;}

.blue           {color: #004A90;}

.red            {color: #DF0134;}
    
.white          {color: white;} 
 
.black          {color: #202020;}

.green         {color: #2AA3A4;}

.hi-lite        {font-family: verdana, arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: left; 
                 color: #004A90;}   

.headertext     {font-family: arial, sans-serif; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallgreen {font-size: 10pt;
                   font-weight: bold;
                   text-align: left;
                   color: #2AA3A4;}

.smalltext  {font-family: arial, sans-serif; 
                 font-size: 8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: #202020;}

.smallredtext  {font-family: arial, sans-serif; 
                 font-size: 7pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: #DF0134;}

.smallfooter      {font-family: arial, san-serif; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallerfooter   {font-family: arial, san-serif;
                 font-size:  8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.blueheader {font-family: arial, sans-serif; 
                 font-size: 12pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: center; 
                 color: #00008B;}

.bluefooter  {font-family: "times new roman", serif; 
                 font-size: 8pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: center; 
                 color: #00008B;}


a               {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:visited    {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:active     {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:hover      {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #E446B9; 
                 text-decoration: underline;}

/*tags to create pure CSS buttons in divs */

#nav  {
  display: block;
  padding: 0;
  margin: 4px 4px 4px 4px;
  font-family: arial, sans-serif;;
  font-size: small;  
  width:auto;}
     
div.btn a:link,
div.btn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 4px 0 0;
        color:#ffffff;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #8080ff;}  
        
div.btn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#648dc7;
        text-decoration: none;}
        
/* for red buttons */
		
div.redbtn a:link,    
div.redbtn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 4px 0 0;
        color:#ffffff;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #F00;
        }  
    
div.redbtn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#648dc7;
        text-decoration: none;}
        
        
/* for vertical buttons */
		
div.vertical a:link,
div.vertical a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 4px 0 0;
        color:#ffffff;
        padding: 3px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #8080ff;
        width: 150px;} 
        
div.vertical a:hover {
        padding: 3px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#648dc7;
        text-decoration: none;
	    width: 150px;}