body			{background-color: #ffffff;
				 margin-top: 0px;
				 margin-left: 15px;}

h1              {font-family: "times new roman", serif; 
                 font-size: 16pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #14589e;
                 text-decoration: none;
                 padding-top: 10px;
                 margin-top: 10px;
				 margin-bottom: 4px;}

h2              {font-family: "times new roman", serif;
				text-align: center;
				color: #14589e;
				font-size: 14pt; 
                font-weight: bold;   
                font-style: normal;}
                
#para
div.para h2    {font-family: "times new roman", serif;
				text-align: left;
				color: black;
				font-size: 14pt; 
                font-weight: normal;   
                font-style: normal;}
				 
/*  h3 is for Left Margin Headers */

h3              {font-family: "times new roman", serif;
                 font-size: 14pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: left; 
                 color: black;
                 text-decoration: none;}
                 
h4				{font-family: "times new roman", serif; 
				 color: #14589e;
				 font-size: 16pt; 
                 font-weight: bold;   
                 font-style: italic; 
                 text-align: center;
                 margin-top: 0px;
				 margin-bottom: 4px;}			
				 

li              {font-family: "times new roman", serif;
				text-align: left;
				color: #14589e;
				font-size: 14pt; 
                font-weight: normal;   
                font-style: normal;}

table           {margin-left: auto;
                 margin-right: auto;}
                 
td             {font-family: "times new roman", serif;
				color: #0f3169;
				font-size: 13pt; 
                font-weight: bold;   
                font-style: italic;}
               
p              {font-family: "times new roman", serif;
				text-align: left;
				color: #14589e;
				font-size: 14pt; 
                font-weight: normal;   
                font-style: normal;}

.company        {font-family: "times new roman", serif; 
				 color: #14589e;
				 font-size: 14pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: center;}


.addr-phone		{font-family: "times new roman", serif; 
				 color: #14589e;
				 font-size: 12pt; 
                 font-weight: normal;   
                 font-style: italic; 
                 text-align: center;}
                 
.office-address   {font-family: "times new roman", serif; 
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: italic; 
                 text-align: left; 
                 color: #0f3169;}                 
                 
.centertext     {font-family: arial; 
                 font-size: 12pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #00008B;}

.blueheader     {font-family: arial; 
                 font-size: 10pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: left; 
                 color: #00008B;}

.bluefooter     {font-family: arial; 
                 font-size: 8pt; 
                 font-weight: normal;   
                 font-style: normal; 
                 text-align: center; 
                 color: #00008B;}

.red            {color: #DF0134;}
    
.white          {color: white;} 
 
.black          {color: black;}

.hi-lite        {color: black;}

.smalltext      {font-family: arial; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallertext    {font-family: arial;
                 font-size:  8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallfooter    {font-family: arial; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallerfooter  {font-family: arial; 
                 font-size: 8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

a               {font-family: arial; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:visited       {font-family: arial; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:active        {font-family: arial; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:hover         {font-family: arial; 
                 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: 2px 2px 2px 2px;
  font-family: verdana, sans-serif;;
  font-size: small;  
  width: auto;}
     
	
/* for red buttons */
		
div.redbtn a:link,    
div.redbtn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 0 10px 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 Verdana, 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:#c3d1e5;;
        text-decoration: none;}
        
