@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(bg_carrots.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
.header {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0064;
	text-decoration: underline;
	font-size: 8pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
.menu {
	font-size: 9pt;
	font-weight: bold;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 7pt;
}
