body {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #000000; 
	background-color: #eaedee;
	margin: 20px; 
}
h1 {
	color: #000000;
	font-size: 18pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 14pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 12pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-size: 10pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

/* Links */
a:link {
	color: #63971a;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #a3c082;
}
a.local:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a.local:hover, a.local:active {
	text-decoration: underline;
	font-weight: bold;
	color: #ffeeee;
}
a.local:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.inactive {
	font-weight: bold;
	color: #ffffff;
}
#tooltip {
	position: absolute;
	border: 2px solid black;
	padding: 2px;
	background-color: #d2dfc8;
	visibility: hidden;
	z-index: 100;
	/* max-width: 250px; width: 250px;*/
}

div {
	margin: 0px;
	padding: 0px;
}
div.outer {
	width: 776px;
	background-color: #d2dfc8;

	margin-left: auto;
	margin-right: auto;
}
/* Page header */
div.header {
	width: 776px;

	margin-left: auto;
	margin-right: auto;
}
div.menu {
	width: 776px;
	height: 17px;
	background-image: url(menu.gif);
	text-align: center;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}
div.menu2 {
	width: 776px;
	background-image: url(menu2.gif);
	text-align: center;

	margin-left: auto;
	margin-right: auto;
}

/* Window */
div.windowheader {
	width: 100px;
	background-color: #d2dfc8;
	background-image: url(windowheader.gif);
	border-top: solid 2px #bbbbbb;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
div.window {
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 3px;
	margin-bottom: 10px;
	width: 100px;
}

div.whitearea {
	background-color: #ffffff;
	padding: 10px;
	margin: 5px;
}

/* News box */
div.newsheader {
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #000000;
	background-color: #a3c082;
	background-image: url(newsheader.gif); 
	padding: 3px;
	height: 19px;
}
div.news {
	background-color: #ffffff;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	padding: 3px;
}
div.newsfooter {
	font-size: 8pt;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 3px;
	margin-bottom: 10px;
}
div.bubble1 {
	background-image: url(bubble1.gif);
	width: 400px;
	height: 15px;
	margin: auto;
}
div.bubble2 {
	background-image: url(bubble2.gif);
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
div.bubble3 {
	background-image: url(bubble3.gif);
	width: 400px;
	height: 25px;
	margin: auto;
}
div#footer {
	font-size: 8pt;
	text-align: right;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #777777;
}

/* Tables */
th {
	font-weight: bold;
	text-align: left;
	padding: 10px;
}
td {
	vertical-align: top;
	padding: 10px;
}
td#leftpanel {
	background-image: url(leftpanel.jpg);
	width: 117px;
	padding: 10px;
	padding-left: 15px;
}
td#rightpanel {
	background-image: url(rightpanel.jpg);
	width: 117px;
	padding: 10px;
	padding-right: 15px;
}
table#body {
	width: 776px;
}

/* Form elements */
input, textarea {
	font-size: 8pt;
	color: #d2dfc8;
	font-family: verdana, sans-serif;
	background-color: #000000;
	border: 2px solid #ffffff;
}
select {
	font-size: 8pt;
	color: #d2dfc8;
	font-family: verdana, sans-serif;
	background-color: #000000;
	border: 2px solid #ffffff;
}

/* Other */
hr {
	color: #000000;
}
/* Make imaged aligned in the middle and have no border */
img {
	border: none;
	vertical-align: middle;
}
.quote {
	background-color: #ffffe1;
	font-size: 8pt;
	padding: 1px;
	border: 1px dashed #aaaa50;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.code {
	color: #ffffff;
	background-color: #000000;
	font-family: courier, monospace;
	border: 1px dashed #00ff00;
	padding: 1px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.quoteheader, .codeheader {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	padding: 1px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Generally, those [?] icons. */
.help {
	cursor: help;
}
/* Highlighted text, such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
}
/* Alternating backgrounds */
.bg1 {
	background-color: #ffffff;
}
.bg2 {
	background-color: #eaedee;
}
/* Red color */
.red {
	color: #ff0000;
}