.red {
	color: #900;
}
body {
	background-image: url(background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #030;
}
a:link {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
.green {
	color: #568737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #568737;
}
.small {
	font-size: 10px;
	vertical-align: super;
}
.greenbar {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #558739;
	text-align: center;
	padding: 4px;
}
.super {
	vertical-align: super;
	font-size: 11px;
}
.order-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #690;
	border: 1px dotted #696;
	background-color: #FFF;
}
.medium {
	font-size: 12px;
}
