

UL 
{
list-style-image: url('images/bullet.gif');
}

li 
{ 
margin-bottom: 5px; 
} 

BODY
{
background-color:#FFFFFF; 
background-image:url('images/background.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
margin: 0 0 0 0;
margin: 0; padding: 0;
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
line-height:1.5; 
font-size:10pt; 
font-family:Verdana, Arial, sans-serif;
text-align: justify;
}
P
{
background-color:#FFFFFF; 
background-image:url('images/background.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
margin: 0 0 0 0;
margin: 0; padding: 0;
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
line-height:1.5; 
font-size:10pt; 
font-family:Verdana, Arial, sans-serif;
text-align: justify;
}


A:link 
{ 
color:rgb(40,65,104); 
text-decoration: none;
}

A:visited 
{ 
color:rgb(40,65,104);  
text-decoration: none;
}

A:active 
{ 
color:rgb(40,65,104);  
text-decoration: none;
}

A:hover 
{ 
color:#8F9CB0; 
text-decoration: none;
}