@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #1E1E1E;
	text-decoration: none;
}
.bannerbg {
	background-image: url(../images/bannerbg.jpg);
	background-repeat: no-repeat;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #4A4A4A;
	text-decoration: none;
}
.downloadlink {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
.pricebig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #1E1E1E;
}
#greytablebdr {
	border: 1px solid #CCCCCA;
}.downloadlink:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.floatleft {
	float: left;
	padding-right: 10px;
}
