/*******************  body  ****************/
BODY	{            
		 topmargin="0"; 
		 background-color:#F2EFEA;
		 }
		 
/******************* Page/Paragraph Format*************** */
page     {
            margin-top: 1em;
            margin-left: 0em;
            text-align:center; 
            line-height:90%; 
            margin-right:0em; 
            margin-bottom:1em;
            }

/* ******************  headers *************** */
	
H1	     {
            font-family: Verdana;
		color: #FF6600;
		font-weight: bold;
		font-style: normal;
		font-size: 17pt;
		margin-top: .20in; 
		margin-bottom: .20in
		}


H2		{
		font-family: verdana, arial;
             color: #FF6600;
		font-weight: bold;
		font-style: normal;
		font-size: 15pt;
		margin-top: .20in; margin-bottom: .20in;
		}
	
			
H3		{
              font-family: Verdana;
		color: #0000FF;
		font-weight: bold;
		font-style: normal;
		font-size: 13pt;
		margin-top: .20in; margin-bottom: .20in
		}
			
H4        {
            font-family: Verdana;
            color: #0000FF;
            font-weight: bold;
	      font-style: normal;
            font-size: 11pt;
            margin-top: .15in; margin-bottom: .15in
            }
            
H5        {
            font-family: Verdana;
            color: #0000FF;
            font-weight: bold;
	      font-style: normal;
            font-size: 10pt;
            margin-top: .10in; margin-bottom: .10in
            } 
            
H6          {
            font-family:Arial Narrow;
            color: #0000FF;
            font-weight: bold;
	     font-style: normal;
            font-size: 8pt;
            margin-top: .10in; margin-bottom: .10in
            }              
/* ****************** text*************** */
          
p, td    { 
           font-family: verdana, arial,  sans-serif ;
           font-size: 11pt;
           margin-top: 1em; margin-bottom: 1em;
           }
           
           
th        { 
           font-family: verdana, arial,  sans-serif ;
           font-size: 13pt;
           margin-top: .20in; margin-bottom: .20in;
           }

/* ******************ANCHORS (LINKS)*************** */
A:link		{
			color: #0000FF;
			text-decoration: underline; 
			background-color:#E9E4DC;
			font-weight: bold;
			}
		
A:visited	{
			color: #000080; 
			background-color:#E9E4DC;
			font-weight: bold;
			text-decoration: underline;
			}
			
A:active	     {
			color: #800080;font-weight: bold;
			text-decoration: underline;
			}

A:hover      {font-weight: bold; text-decoration:overline underline
			}
	
 /* ****************** indentations*************** */
          
li              {
               margin-left: 1 em;
               margin-top: 1 em;
               margin-bottom:1 em;       
               }
ol	        {
               margin-top:.1 em;
	         margin-bottom:1 em;
	         margin-left:1 em; 
	         }
ul	         {
               margin-top:.1 em; 	         margin-bottom:.1 em; 	         margin-left:.1 em; 
	         }
dl	         {
               margin-top:.1 em;
               margin-bottom:.1 em;
               margin-left:.5em;
	         } 
dd	        {
              margin-top:.1 em;
	        margin-bottom:1 em;
	        margin-left:.1 em; 	         }
            
 /* ****************** custom*************** */
	         
.footer	   {
			font-family: arial narow, arial, helvetica, sans-serif;
			font-weight: normal;
			font-size: 8pt;
			font-style: none;
			text-align: left;	
			}
			
.p12    { 
           font-family: Verdana ;
           font-size: 12pt;
           color: #000080;
           font-weight: bold;
	     margin-top: .10in; margin-bottom: .10in
           }