﻿body 
{
	background: #eaffea;
	margin: 10px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #000;
}
h1 
{
	color: #000;
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ddd;
}	
h2 
{
	background-image: url('/images/hdrback.gif');
	color: #222;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #777;
	margin-top: 0px;
	margin-bottom: 10px;
}
#navTitle
{
	background-image: url('/images/navback.gif');
	color: #efe;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #777;
}
p 
{
	padding: 3px;
}
#wrapper { 
	background: #D5E7DB;
	margin: 0 auto;
	width: 850px;
	border: 1px solid #777;
}
#header {
	color: #333;
	width: 850px;
	float: left;
	height: 100px;
	background: #8CBD9C;
	border-bottom: 1px solid #777;
}
#leftcolumn { 
	color: #222;
	width: 150px;
	float: left;
}
#rightcolumn { 
	float: right;
	color: #222;
	background: #F5f5f5;
	width: 699px;
	display: inline;
	border-left: 1px solid #777;
}
#footer  
{
	text-align: center;
	color: #fff;
	width: 844px;
	clear: both;
	border-top: 1px solid #777;
	background: #6C9D7C;
	font-size: 10pt;
	padding: 3px;
}
a 
{
	color: #6C7C9D;
	text-decoration: none;
}	
a:hover
{
	color: #6C7C9D;
	text-decoration: underline;
}	
.menu
{
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #7a7;
	background: #aca;
	cursor: pointer;
}
.menu:hover
{
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #7a7;
	background: #cec;
	color: #353;
	cursor: pointer;
}
.menu a 
{
	font-size: 9pt;
	color: #131;
}
.menu a:hover 
{
	font-size: 9pt;
	text-decoration: none;
	color: #131;
}
.comment 
{
	font-size: 9pt;
	font-style: italic;
}
.monospace 
{
	font-family: "Courier New";
	font-size: 9pt;
}
.btable 
{
	border: 1px solid black;
	margin: 20px;
}
.btd
{
	width: 30px;
	height: 30px;
	border: 1px solid black;	
	text-align: center;
}