
/* White link, underline hoover, visited link remains the same*/
	A.BLUE:LINK 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #1F76BB;
	text-decoration: none;
	}	
	A.BLUE:VISITED 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #1F76BB;	
	text-decoration: none;
	}
	A.BLUE:HOVER 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #08267F;
	text-decoration: underline;
	}
	
/* White link, underline hoover, visited link remains the same*/
	A.BLUE2:LINK 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 7pt; */
	color : #1F76BB;
	text-decoration: underline;
	}	
	A.BLUE2:VISITED 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 7pt; */
	color : #1F76BB;	
	text-decoration: underline;
	}
	A.BLUE2:HOVER 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 7pt; */
	color : #08267F;
	text-decoration: underline;
	}	
			
/* Green link, underline hoover, visited link remains the same*/
	A.GREY:LINK 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #595959;
	text-decoration: none;
	}	
	A.GREY:VISITED 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #595959;	
	text-decoration: none;
	}
	A.GREY:HOVER 
	{
	font-family : arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #595959;
	text-decoration: underline;
	}
				
/* Regural dark brown font for content */
    .MAIN
    {
	font-family : verdana, arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #595959;   
	line-height: 11pt;
    }
	
/* Regural dark brown font for content */
    .GREYBIG
    {
	font-family : verdana, arial, helvetica, sans-serif;
	/* font-size : 9pt; */
	color : #595959;   
	line-height: 11pt;
    }	

/* Regural dark brown font for content */
    .GREYSMALL
    {
	font-family : verdana, arial, helvetica, sans-serif;
	/* font-size : 7pt; */
	color : #595959;   
	line-height: 11pt;
    }	
		
/* Regural white font for titles */
    .BLUE
    {
	font-family : verdana, arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #1F76BB;   
	line-height: 11pt;
    }	
	
/* Regural white font for titles */
    .BLACK
    {
	font-family : verdana, arial, helvetica, sans-serif;
	/* font-size : 8pt; */
	color : #000000;   
	line-height: 11pt;
    }		
