BODY {
	background-color: #473D3A;
	color: #FFFFCC;
	font: 14pt font-family: Papyrus;
	font-weight: bold;
}
H1, H2, H3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
}
H4 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 6px;
}

form {
	margin: 0;
}
IMG {
	border: 0;
}

a:link       { text-decoration: none; font-size: 12pt; color: #FFFFCC; font-weight: bold}
a:visited    { text-decoration: none; font-size: 12pt; color: #FFFFCC; font-weight: bold}
a:active     { text-decoration: none; font-size: 12pt; color: #FFFFCC; font-weight: bold}
a:hover      { text-decoration: underline; font-size: 12pt; color: #FFFFCC; font-weight: bold}


span.cmslink, span.cmslink a {
	font-weight: normal;
	font-size: 8pt;
}

.edit {
	font-size: 8pt;
	color: black;
	background: buttonface;
}

.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}

input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}

#content {
	width: 399px;
	height: 565px;
	overflow: auto;
}