body    {
         background-color: #FFFFFF;
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         margin-top: 5px;
         margin-left: 20px;
         margin-right: 20px;
         margin-bottom: 5px; 
         }

p       {
         background-color: #FFFFFF;
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         }

.footer  {
         background-color: #FFFFFF;
         color: #000080;
         font-family: Arial, sans-serif; 
         font-size: 12px;
         }


.note   {
         color: #009900; 
         font-family: Times, serif;
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         }
		 
.bignote {
         color: #009900; 
         font-family: Times, serif;
         font-size: 1.2em;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         }
		 
.greennote {
         color: #009900; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         font-weight: bold;
         font-style: italic;
         text-align: center;
         }
		 
.rednote {
         color: #cc0000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         font-weight: bold;
         }
		          
.info    {
         background-color: #FFFFFF;
         color: #000080; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         } 
         
.links  {
         background-color: #000000;
         color: #ffffff;
         font-family: Arial, sans-serif; 
         font-size: 14px;
         font-weight: bold;
         }
         
        
.larger {
         color: #000066;
         font-family: Arial, sans-serif;
         font-size: 16px;
         }
         
.adx    {
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         font-weight: bold;
         margin-left: 25px;
         margin-right: 15px
         }
.whiteboldlink  { color: #ffffff;  font-size: 12px; font-weight: bold; }
  
ul      {
         background-color: #FFFFFF;
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         }

ol      {
         background-color: #FFFFFF;
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         }

         
dl      {
         background-color: #FFFFFF;
         color: #000000; 
         font-family: Arial, sans-serif;
         font-size: 14px;
         }
        
table   {
         font-family: Arial, sans-serif;

         }                          
        
td      {
         font-family: Arial, sans-serif;

         }
		 

         
blockquote      {
         background-color: #FFFF66;
         border: none;
         color: #000000; 
         font-family: Times;
         font-size: .8em;
         font-style: italic;
         line-height: 125%
         }      

A:link  {
         color: #0000ff;
         text-decoration: none;
        }
        
A:visited {
         color: #800080;
         text-decoration: none;
        }       

A:hover {color: #FF0000;
         text-decoration: underline;
         }

h1     {
         color: #0000CC; 
         font-family: Arial, sans-serif;
         font-size: 24px;
         font-weight: bold;
         text-align: center;
         margin-top: 2px;
         margin-bottom: 2px;
         }

h2     {
         color: #0000CC; 
         font-family: Arial, sans-serif;
         font-size: 20px;
         font-weight: bold;
         text-align: center;
         }

h3     {
         color: #0000CC; 
         font-family: Arial, sans-serif;
         font-size: 16px;
         font-weight: bold;
         }

h4     {
         color: #0000FF; 
         font-family: Arial, sans-serif;
         font-size: 12px;
         font-weight: bold;
         text-align: center
         }

h5     {
         color: #009900; 
         font-family: Comic Sans MS, Trebuchet, Arial, sans-serif;
         font-size: 1em;
         font-weight: bold;
         text-align: left
         }
.boxYellow {
	color: #000066;
	background-color: #FFFF99;
	text-align: center;
	padding: 4px;
	width: 50%;
	border: 2px solid #000066;
	margin: 2px;
}
.boxNote2 {
	color: #000066;
	background-color: #CCCCCC;
	text-align: center;
	padding: 4px;
	width: 50%;
	border: 2px solid #000066;
	margin-right: 25%;
	margin-left: 25%;

}
.boxNote {


	color: #000066;
	background-color: #CCCCCC;
	text-align: center;
	padding: 4px;
	border: 2px solid #000066;
	margin: 2px;
}
	 
.imageLeft   {
	float: left;
	margin-right: 20px;
	}
	 
.imageRight  {
	float: right;
	margin-left: 20px;
	}