body, td, p
   {
	font-family:  verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #2a2f35;
	line-height: 220%;		
	}
.page
	{
	margin-left: -374px;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 748px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #2a2f35;        
	}
.footer
	{
    width: 748px;
    float: left;
    text-align: center;
    padding: 0px 0px 3px 0px;
    background-color: #022f7b;
    color: #fcfcfc;
    margin: 20px 0px 0px 0px;   
	}
.recphd
	{
    width: 748px;
    float: left;
    text-align: center;
    padding: 0px 0px 3px 0px;
    background-color: #022f7b;
    color: #fcfcfc;
    margin: 0px 0px 20px 0px;   
	}	  
	
div
	{
	padding: 0px 0px 10px 0px;
	}
.div2
	{
	padding: 0px 0px 20px 0px;
	}
.div3
	{
	padding: 10px 0px 10px 0px;
	}		

.bld
	{
	font-weight: bold;
	}
.itl
    {
    font-style: italic;
    }
.hds
    {
    font-size: 16px;
    font-weight: bold;
	padding: 0px 0px 20px 0px;    
    }
.smtxt
    {
    font-size: 10px;
    }
.blu
    {
    color: #0041ad;
    }               
/* boxes */

.button
	{
	background-color: #eaeaea;
	border: 1px solid #0041ad;
	padding: 2px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	}

.field
	{
	font-size: 10px;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    color: #000000;
    border-bottom: 1px solid;
	border-color: #99A3D9;
    background-color: #FFFFFF;
	}
.lfsd    
    {
    float: left;
    width: 253px;
    padding: 17px 0px 280px 0px;
    background-image: url(../images/symbol.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    }
.txt
    {
    width: 410px;
    float: left;
    padding: 17px 40px 0px 30px;
    }

/* links */
		   
a, a:link, a:visited
    {
    color: #333333;
    }
a:hover
    {
    color: #0041ad;
    }
	
.nav, a.nav:link, a.nav:visited
	{
	color: #eaeaea;
    font-weight: bold;
	text-decoration: none;    
	}	

a.nav:hover
    {
    color: #9a9a9a;
	text-decoration: none;	
    }
.navon, a.navon:link, a.navon:visited, a.navon:hover
	{
	color: #9a9a9a;
    font-weight: bold;
	text-decoration: none;    
	}
.nav2, a.nav2:link, a.nav2:visited
	{
	color: #0041ad;
	text-decoration: none;    
	}	

a.nav2:hover
    {
    color: #999999;
	text-decoration: none;	
    }
.nav2on, a.nav2on:link, a.nav2on:visited, a.nav2on:hover
	{
	color: #999999;
	text-decoration: none;    
	}
.sdnavbx
    {
    width: 200px;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    border-bottom: 1px solid #0041ad;
    }
.sdnavbxtp
    {
    width: 200px;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    border-top: 1px solid #0041ad;
    border-bottom: 1px solid #0041ad;
    }
.tpnav, a.tpnav:link, a.tpnav:visited
    {
    font-size: 10px;
    text-decoration: none;
    }
a.tpnav:hover
    {
    font-size: 10px;
    text-decoration: underline;
    }        
            
/* lists */

ul
	{
	list-style-type: none;
	padding: 0px 0px 10px 0px;
	margin: 0;
	}
li
	{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 5px 10px;
	}
			
