body {
	background-color: #004400;
	/*color: #ffff44;*/
	color: #F4D451;
}
table {
	border-collapse: collapse;
}
hr.header {
	border-bottom: #FFFFFF 2px dotted;
}
body.navbar {
	margin: none;
	border-bottom: #FFFFFF 2px dotted;
	border-right: #FFFFFF 2px dotted;
}
a {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;

}
table {
	border: 2px solid #FFFFFF;
}
td {
	border: 1px solid #FFFFFF;
}
img {
	border: none;
}
.quote {
	font-style: italic;
	color: #99CCFF;
}
.reversecolours {
	background-color: #F4D451;
	color: #004400;
}
.marking-red {
	/*background-color: #C25F4A;*/
	background-color: #B54324;
}
.marking-yellow {
	background-color: #F4D451;
}
.blacktext {
	color: #000000;
}
.whitetext {
	color: #FFFFFF;
}
.greentext {
	color: #004400;
}
.redtext {
	color: #B54324;
}
.redtext a {
	color: #F4D451 !important;
	border-bottom-color: #F4D451 !important;
}
.yellowtext {
	color: #F4D451;
}
.yellowtext a {
	color: #B54324 !important;
	border-bottom-color: #B54324 !important;
}
.italic {
	font-style: italic;
}
table.contact {
	border: none;
	border-collapse: collapse;
}
table.contact td {
	border: none;
}
.width160 {
	width: 160px;
}
.width320 {
	width: 320px;
}
.width480 {
	width: 480px;
}
h1.title {
	width: 480px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2 {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
select {
	background-color: inherit;
	color: inherit;
	border: none;
}
button.paypal {
	width: 100%;
	min-width: 160px;
	background-color: #F4D451;
	color: #000000;
	padding: 4px;
	font-size: 125%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
