body
{
}

.textMenu
{
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	color:#000000;
}

.textMenuSmall
{
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	color:#FFFFFF;
}

.textSmall
{
	font-family:verdana;
	font-size:xx-small;
	color:#555555;
}

.textSmallBold
{
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	color:#555555;
}

.text
{
	font-family:Arial;
	font-size:x-small;
}

.textSubTitle
{
	font-family:Verdana;
	font-weight:bold;
	font-size:xx-small;
}

.textTitle
{
	/*font-family:Arial Rounded MT Bold;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;
	
	color:#2e5ad7;
	
}

.textTitleSoft
{
	font-family:Arial Narrow;
	font-size:15pt;	
	/*color:#cccccc;*/
	font-weight:bold;
	color:#cccccc
}
.textField
{
	font-family:Arial;
	font-size:12pt;	
	/*color:#cccccc;*/
	color:#cccccc
}
.textTitleSoftFront
{
	font-family:Arial Narrow;
	font-size:15pt;
	font-weight:bold;
	color:#cccccc
}
.textLink
{
	font-family:verdana;
	font-size:xx-small;	
	color:#0099ff;
	
}
A:link	{
	text-decoration:	none;
	color:	#555555;
	}	
		
A:visited	{
	text-decoration:	none;
	color:	#555555;
	}	
		
A:active	{
	text-decoration:	none;
	color:	#555555;
	}	
		
A:hover	{
	text-decoration:	underline;
	/*color:	#AAAAAA;*/
	color:#0099ff;
	}