	.text	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		text-decoration: none;
		color: #FFFFFF;
		}
		
		.textpres	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 13px;
		text-decoration: none;
		color: #FFFFFF;
		}
		
	.texts	{
		font-family: verdana, arial, sans-serif;
		font-weight: 400;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		color: #FFFFFF;
		}
		
	.textbold	{font-weight: bold;}
	.textitalic  {font-style: italic;}
	.textred	{color: #FF0000;}
	.textyellow	{color: #FFFF00;}				
	.textblack	{color: #000000;}
	.textgrey	{color: #999999;}
	
	
	A:link {color: #FFFFFF; text-decoration: none;}
	A:visited {color: #FFFFFF; text-decoration: none;}
	A:active {color: #999999; text-decoration: none;}
	A:hover {color: #FF0000; text-decoration: none;}
	
