@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: small;
}
body {
	background-image: url(http://www.honeycrisp.net/images/bg-tan-leather.jpg);
	
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #990000;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight:bold;
	font-size: large;
	line-height: 30pt;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

