body
{
}
.clsText
{
	font-weight: normal;
	font-size: 14px;	
	font-family: Trebuchet MS;
	line-height:22px;
	text-align :justify;
	
	color: Black;	
}

.clsWhite
{
	font-weight: normal;
	font-size: 11px;	
	font-family: Verdana;			
	text-decoration:none;	
	color: white;
}
.clsWhite:hover
{
	font-weight: normal;
	font-size: 11px;	
	font-family: Verdana;	
	text-decoration:none;
	color: blue;
}
.clsBot
{
	font-weight: normal;
	font-size: 11px;	
	font-family: Verdana;
	height :17px;	
	text-decoration:none;
	color: black;
}
.clsBot:hover
{
	font-weight: normal;
	font-size: 11px;	
	font-family: Verdana;
	height :17px;	
	text-decoration:underline;
	color: orange;
}

