


.topNav
	{
		font-size: 7pt;
        font-family : Arial; 
        color : #ffffff;
		
		text-decoration : none;
	}
	
.main
	{
		font-size: 8pt;
        font-family : Arial;
        color : #333366;
	}

.mainBold
	{
		font-size: 10pt;
        font-family : Arial;
        color : #162491;
		font-weight:bold;
	}

.mainSmall
{
	font-size: 8pt;
    font-family : Arial;
    color : #162491;
	font-weight:bold;
}
	
.header
	{
		font-size: 10pt;
        font-family : Arial;
        color : #333366;
		font-weight:bold;
	}
	
.footer
	{
		font-size: 8pt;
        font-family : Arial;
	}
	
.footerGray
	{
		font-size: 8pt;
        font-family : Arial;
		color : #999999;
	}
//
A:link  
	{
    	font-weight : normal;
        font-style : Arial;
        color : #162491;
        text-decoration : underline;
	}
//
A:visited  
	{
    	font-weight : normal;
        font-style : Arial;
        color : #162491;
        text-decoration : underline;
	}
//
A:hover  
	{
    	font-weight : normal;
        font-style : Arial;
        color : #70258E;
        text-decoration : none;
	}
	

