@charset "utf-8";
/* CSS Document */

.YellowBoldSmall {
	color: #FFFFCC;
	font-weight: bold;
	font-size: x-small;
}
.YellowBold {
	color: #FFFFCC;
	font-weight: bold;
}
.MaroonSmallBold{	font-size: small;
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: small;
	color: #126431;
; 	font-family: Arial, Helvetica, sans-serif;
}
.BrownBold {
	color: #663300;
	font-weight: bold;
}
.GreenBold {
	color: #006600;
	font-weight: bold;
	font-size: 13px;
}
.GreenBoldHighlight {
	color: #006600;
	font-weight: bold;
	font-size: 13px;
	background-color: #FFFF00;
}

body {
	background-image: url(http://www.honeycrisp.net/images/bg-tan-leather.jpg);
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight:bold;
	line-height: 30pt;
	font-size: 12pt;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}
a:hover {
	color: #D83438;
}
a:active {
	color: #FF0000;
}
