/* CSS Document */

.ver-text {
	font-family:verdana;
	font-size:13px;
	color:#000000;
	
}
.small-text {
	font-family:verdana;
	font-size:10px;
	color:#000000;

}
.more
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}
.more:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}