body,td,p {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #003300;
}

h1 {
	font-size: 16px;
	color: #226622;
	position: relative;
	left: -6px;
}

h2 {
	font-size: 14px;
	color: #448844;
	position: relative;
	left: -6px;
}

body {
	background: #CCFFCC url('/images/backdrop.gif') repeat-x;
}

#logo img {
	margin: 6px 10px 10px;
}

#header {
	padding: 6px 0px 10px 6px;
}

#header p {
	font-size: 11px;
	padding: 6px 10px 10px 6px;
}

#top {
	width: 800px;
	height: 16px;
	background: url('/images/top.gif') no-repeat;
	margin: 0px;
}

#bottom {
	width: 800px;
	height: 16px;
	background: url('/images/bottom.gif') no-repeat;
	margin: 0px;
}

#content {
	background: #FFFFCC;
	width: 800px;
	margin: 0px;
}

#content table {
	margin: 0px;
}

div.footer {
	font-size: 10px;
	padding: 6px;
	background: #CCFFCC;
	margin: 0px;
	background: url('/images/footer.gif') repeat-x;
	position: relative;
	top: -1px;
}

#contentarea {
	background: #FFFFCC;
	height: 100%;
	width: 640px;
	padding: 8px 12px;
	8px; 12px;  border-left: solid 1px #999966;
	border-top: solid 1px #999966;
	border-bottom: solid 1px #999966;
}

#navarea {
	background: #FFFFDD;
	border-top: solid 1px #999966;
	border-bottom: solid 1px #999966;
	border-right: none;
}

#mainblock {
	height: 100%;
	width: 100%;
	align: center;
	display: block;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-latin;
}

ol ol ol {
	list-style-type: lower-roman;
}