body 
{ 

     
     background-color:#ffffff;
     color: darkblue;

     margin-left:3cm; 
     margin-right:3cm; 
     margin-top:10px;
     margin-bottom:10px;
     background-position:top center;  
     background-repeat:no-repeat;
     text-align:justify;
     font-family: lucida, verdana, arial, sans-serif;
     font-size:10pt;
}

p{ 
       margin-top:1em;
       margin-left:0.5cm; 
       margin-right:0.5cm; 
       
       text-align:justify;
 }

li{ 
    list-style-position: inside;
    
 }


.wide
{
  
       margin-top:1em;
       
}

.frame
{
	margin-left:1.25cm; 
     	margin-right:0cm; 
	text-align:justify;
	font-size:10pt;
	background-color: #ffffff;

        border-width:1px;
        border-style:solid;
	border-color:#8cacbb;

	padding:12px;
}

.copyright
{
        margin-left:-0.5cm; 
     	margin-right:-0.5cm; 
	text-align:center;
	font-size:8pt;
        color: #900;
  
        border-top-width:1px;
        border-top-style:solid;
	border-color:#8cacbb;
        padding:5px;    
   
  
}



.title
{
        
	color: #8cacbb;
	font-weight: bold;
	font-style: normal;
	font-size:20pt;
	text-align:center;   
   
       
}

.heading
{
        margin-left:-0.25cm; 
	color: #C60;
	font-weight: bold;
	font-style: normal;
	padding-right:5pt;
    
}

.subheading
{ 
  	color:#336595; #FF00FF; 
        font-weight: bold;
  
}

.mail
{
        font-family: monospace;
        color:#336595;
  
}

a.fancy:link
{
	color: #900;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.fancy:visited
{
	color: #600;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.fancy:active
{
	color: #C60;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.fancy:hover
{
	color: #900;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}


a.void:link
{
	text-decoration: none;
}

a.void:visited
{
	text-decoration: none;
}
a.void:active
{
	text-decoration: none;
}
a.void:hover
{
	text-decoration: none;
}


