body, td, p
   {
	font-family: lucida sans, lucida grande, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #cccccc;
    line-height: 130%;
	}
div.cent
	{
	margin-left: -388px;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 776px;
    }
table.page
	{
    background-color: #ffffff;
    padding-bottom: 0px;
    line-height: 170%;       
	}     
	
div
	{
	padding: 0px 0px 10px 0px;
	}	

.bld
	{
	font-weight: bold;
	}
.itl
    {
    font-style: italic;
    }
.grn
    {
    color: #bed600;    
    }
.blu
    {
    color: #0c256d;    
    }      
.pghds
    {
    font-size: 15px;
    font-weight: bold;
    color: #4d5bc9;
    padding: 43px 0px 15px 30px;
    }        
        

/* links */
		   
a, a:link, a:visited
    {
    color: #000000;
    }
a:hover
    {
    color: #0c256d;
    }
 

	
/* lists */

ul
	{
	list-style-type: none;
	padding: 0px;
	margin: 0;
	}
li
	{
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 10px 10px;
	}
/* backgrounds */    
.grnft
    {
    font-size: 10px;
    background-color: #bed600;
    text-align: center;
    height: 30px;
    }
.whtbck
    {
    background-color: #ffffff;
    }
.pghdbck
    {
	background-image: url(../images/curlyback.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    width: 483px;
    }
.pgtxtsp
    {
	padding: 0px 30px 10px 30px;    
    }
.navback
    {
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    height: 31px;    
    }          
 