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: #70b072;
}
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;
}
a.dark_link, a.dark_link:active, a.dark_link:visited, a.dark_link:hover {
	color: #900;
}
.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;
	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;
	overflow: hidden;
}

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;
}


/* Glossy box */
.glossy_box_border {
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	border: .08em solid #777;
	padding: .14em;

	background-color: #eee;

	-webkit-box-shadow: .2em .2em .5em #888;
	-moz-box-shadow: .2em .2em .5em #888;
	box-shadow: .2em .2em .5em #888;
}
.glossy_box {
	background: #46652E; /* old browsers */
	background: -moz-linear-gradient(top, #A1B194 0%, #627D4D 50%, #46652E 51%, #46652E 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A1B194), color-stop(50%,#627D4D), color-stop(51%,#46652E), color-stop(100%,#46652E)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A1B194', endColorstr='#46652E',GradientType=0 ); /* ie */

	color: #fff;
	padding: 1em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	text-align: center;
}

/* 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: #46652E;
	border: 2px solid #30451F;
}
select {
	font-size: 8pt;
	color: #d2dfc8;
	font-family: verdana, sans-serif;
	background-color: #46652E;
	border: 2px solid #30451F;
}

/* 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;
}

