body{
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	color: #000000;	   
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;	   
}
	.greattext{
	   font-size: 16px;
	}
	.text{
	   font-size: 14px;
	}
	.mediumtext{
	   font-size: 12px;
	}
	.smalltext{
	   font-size: 11px;
	}
	
	.whitetextbig{
	   font-size: 14px;	
	   font-weight: bold;   
	   color: #ffffff;
	}
	.whitetext{
	   font-size: 12px;	   
	   color: #ffffff;
	}	
	.smallwhitetext{
	   font-size: 10px;	   
	   color: #ffffff;
	}
	
	a{COLOR: #0000aa;TEXT-DECORATION:none;}
	a:hover{COLOR: #0000aa;TEXT-DECORATION:underline;}
	
	.link{				
		color: #ffffff;
		text-decoration:none;		
	}
	.link:hover{		
		color: #ffffff;
		text-decoration:underline;
	}
	.linkred{		
		color: #dc143c;
		text-decoration:none;			
	}
	.linkred:hover{		
		color: #dc143c;
		text-decoration:underline;		
	}