.homeNav
	{
		font-size: 8pt;
        font-family : Adobe SansMM, Univers, Arial; 
        color : #ffffff;
		font-weight:bold;
	}

.topMenu
	{
		font-size: 8pt;
        font-family :  Arial; 
        color : #9999cc;
		font-weight:bold;
	}
	
.main
	{
		font-size: 10pt;
        font-family : Arial;
        color : #333366;
	}

.mainBold
	{
		font-size: 10pt;
        font-family : Arial;
        color : #162491;
		font-weight:bold;
	}
	
.mainBoldWhite
	{
		font-size: 10pt;
        font-family : Arial;
        color : #FFFFFF;
		font-weight:bold;
	}
	
.mainSmall
	{
		font-size: 8pt;
        font-family : Arial;
        color : #162491;
		font-weight:bold;
	}
	
.header
	{
		font-size: 12pt;
        font-family : Arial;
        color : #162491;
		font-weight:bold;
	}
	
.headerWhite
	{
		font-size: 12pt;
        font-family : Arial;
        color : #FFFFFF;
		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;
	}
	
.topNav  
	{
    	font-size: 7pt;
        font-style : Arial;
        color : #ffffff;
	}

hr
	{
    	height: 1;
        color : #9999CC;
	}
	
input.gray{background-color: #E4E0E0;}

input.gray:focus{background-color: #ffffff;}