body {
	margin: 0;
	background-color: #005470;
	background-image: url("bg-forest.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffc0a0;
	text-align: center;
	font-family: "Tahoma", sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

table {
	border-collapse: separate;
	border: none;
	text-align: justify;
	font-size: 11pt;
	font-weight: bold;
}

table.title {
	width: 100%;
	background-image: url("bg-title.gif");
	background-repeat: repeat-x;
	background-position: top;
}

table.bluebar {
	width: 100%;
	background-color: #005470;
}

table.body {
	width: 100%;
}

td {
	padding: 0px;
}

td.title {
	text-align: center;
	vertical-align: top;
}

#menu td, td.menu {
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #00c0ff;
	text-align: center;
	font-size: 12px;	width: 14%
}
#menu td.current, td.current {
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ffc0a0;
	color: #005470;
	text-align: center;
	font-size: 12px;
}

td.bluebar {
	height: 15px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #00c0ff;
	color: #005470;
	font-size: 12px;
}

td.body {
	padding: 10px;
}

td.border {
	height: 21px;
	background-image: url("bg-border.gif");
	background-position: center center;
}

td.borderN {
	height: 19px;
	background-image: url("bg-border-n.gif");
	background-position: center center;
}

td.borderS {
	height: 19px;
	background-image: url("bg-border-s.gif");
	background-position: center center;
}

td.borderW {
	width: 21px;
	background-image: url("bg-border-w.gif");
	background-position: center center;
}

td.borderE {
	width: 21px;
	background-image: url("bg-border-e.gif");
	background-position: center center;
}

td.corner {
	width: 21px;
	height: 21px;
	background-image: url("bg-corner.gif");
	background-position: center center;
}

td.cornerN {
	width: 21px;
	height: 19px;
	background-image: url("bg-corner-n.gif");
	background-position: center center;
}

td.cornerS {
	width: 21px;
	height: 19px;
	background-image: url("bg-corner-s.gif");
	background-position: center center;
}

h1, h2 {
	color: #ffe4d0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 15pt;
}

a, h1 a:hover {
	color: #ffe4d0;
	text-decoration: none;
}
a:hover {
	color: #d04500;
	text-decoration: underline;
}
#menu a, a.menu, .bluebar a {
	color: #005470;
}

p {
	margin-bottom: 0.5em;
}