@charset "utf-8";
/* CSS Document */
.feature{
	padding: 150px 50px 10px 10px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	font-style: bold;
	text-decoration:underline;
	color: #0000FF;
	min-height: 20px;
}
.New{
	padding: 150px 0px 10px 10px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	font-style: bold;
	text-decoration:none;
	color: #BF0500;
	min-height: 20px;
}
