body {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-image: url(art/bkg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	color: #000000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	color: #003300;
	margin: 10px 0px 5px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 18px;
	font-weight: normal;
	color: #660000;
}
h4 {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	color: #333333;
	margin: 5px 10px 10px;
	padding: 0px;
	line-height: 15px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #336600;
	text-decoration: none;
}
.rule {
	border-top: 1px solid #660000;
	border-right: 1px none #660000;
	border-bottom: 1px none #660000;
	border-left: 1px none #660000;
	padding: 10px 0px 0px;
}
select {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.red {
	color: #660000;
}
.green {
	color: #999933;
}
table {
	background-repeat: repeat-x;
}
