/* FORMS */

.text-white       
	{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

A.text-white:LINK, A.text-white:VISITED, A.text-white:ACTIVE, A.text-white:FOCUS 
	{
	color: #534EEC;
	text-decoration: underline;
	}
	
A.text-white:HOVER
	{
	color: #4540BF;
	text-decoration: underline;
	}

.text-grey      
	{
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}

.text-navy      
	{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #2C297C;
	text-decoration: none;
	}

.menu     
	{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px; 

	}
	
A.menu:LINK, A.menu:VISITED, A.menu:ACTIVE, A.menu:FOCUS 
	{
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px; 
	}
	
A.menu:HOVER
	{
	color: #73CEE1;
	text-decoration: none;
	padding-left: 0px; 
	}

.menu-on     
	{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #37F3FF;
	text-decoration: none;
	padding-left: 10px; 
	}
	
.titlepage     
	{
	font-family: Tahoma;
	font-size: 16pt;
	color: #2C297C;
	text-decoration: none;
	padding-right: 10px; 
	}

.normaltext       
	{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	color: #2C297C;
	text-decoration: none;
	line-height: 16px;
	}

A.normaltext:LINK, A.normaltext:VISITED, A.normaltext:ACTIVE, A.normaltext:FOCUS 
	{
	color: #FF9900;
	text-decoration: underline;
	}
	
A.normaltext:HOVER
	{
	color: #FDE0B4;
	text-decoration: underline;
	}

