body {
	background-color: #999966;
	text-align: justify;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, Serif;
	font-size: 13px;
	color: #003333;
}
img {
	border: none;
}
p {
	text-align: justify;
	vertical-align: middle;
}
a {
	background-color: #999966;
	color: #ffffcc;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.title {
	font-size: 19px;
	font-weight: bold;
}
.bodytext {
	text-align: justify;
	vertical-align: middle;
	font-family: Geneva, Arial, Helvetica, Serif;
}
.centred {
	text-align: center;
}
.centred_line {
	text-align: center;
	height: 20px;
	vertical-align: middle;
}
.photo {
	padding: 5px;
	width: 170px;
}
.spacer {
	width: 10px;
}
.scroll {
	height: 350px;
	overflow: auto;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	width: 530px;
}
.light_green {
	background-color: #cccc99;
	color: #003333;	
}
.light_green_link {
	background-color: #cccc99;
	color: #ffffcc;	
}
.dark_green {
	background-color: #666633;
	color: #cccc99;
}
.dark_green_link {
	background-color: #666633;
	color: #ffffcc;
}
.right_align {
	text-align: right;
}
.auto_margin {
	margin-left: auto;
	margin-right: auto;
}
li {
	text-align: left;
	list-style-type: square;
}
a.closewindowrollover {
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/close_window.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.closewindowrollover {
    background-position: -21px 0;
}
.error {
	color: #990000;
	font-weight: bold;
}
