


.topNav
	{
		font-size: 7pt;
        font-family : Arial; 
        color : #ffffff;
		
		text-decoration : none;
	}
	
.main
	{
		font-size: 8pt;
        font-family : Arial;
        color : 000000;
	}

.mainBold
	{
		font-size: 8pt;
        font-family : Arial;
        color : 999999;
		font-weight:bold;
	}
	
.mainSmall
	{
		font-size: 7pt;
        font-family : Arial;
        color : 999999;
		font-weight:bold;
	}

.subHeader
	{
		font-size: 10pt;
        font-family : Arial;
        color : #162491;
		font-weight:bold;
	}
	
.header
	{
		font-size: 12pt;
        font-family : Arial;
        color : #162491;
		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;
	}
	
.asterisk 
	{
		font-family:verdana,arial,helvetica;
		font-size:7pt;
		color:#FF0000;
		font-weight:bold;
	}
	
	.formMain
	{
		font-size: 10pt;
        font-family : Arial;
        color : #000000;
	}
	
	.formBold
	{
		font-size: 10pt;
        font-family : Arial;
        color : #ffffff;
		font-weight:bold;
	}
	

