.bluetext  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #023878;
}
.blacktext  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.largegreytext  {
	font-size : 14pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}


.boldblacktext  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

.smallblacktext  {
	font-size : 8pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.boldsmallblacktext  {
	font-size : 8pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

.smallbluetext  {
	font-size : 8pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #385e9c;
}

.smallmainlink  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #3399CC;
}

.smallmainlink:Active  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #CCFFCC;
}

.smallmainlink:Visited  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #666666;
}

.smallmainlink:Hover  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #1291A8;
}

.mainlink  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

.mainlink:Active  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #e7e7e7;
}

.mainlink:Visited  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #cccccc;
}

.mainlink:Hover  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #999999;
}

#divCont
{	position: absolute; 
	width: 500; 
	height: 230; 
	overflow: hidden; 
	top: 150; 
	left: 230; 
	clip: rect(0,500,230,0); 
	visibility: hidden;		
	z-index: 2;	}
	
#divText
{	position: absolute; 
	top: 0; 
	left: 0;	  
	width: 500;	
	height: 230;	
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 11pt;
	font-style : normal;
	color: #ffffff;
	visibility: visible;	
	z-index: 1;	}
