body {
	background: #e5e5e5 url(./bodybg.gif) repeat-x;
	margin: 0px;
	color: black;
}

a:active, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #3399cc;
	text-decoration: underline;
}

a.nav:active, a.nav:link, a.nav:visited {
	color: black;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	text-decoration: none;
}

div.container {
	width: 600px;
	margin: 0 auto;
	background-color: white;
	border-left: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
}

.navbar {
	background: #3399cc url(./navbg.gif) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 15px;
}

.menucol {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 14px;
}

.menuhead {
	border-bottom: 1px solid black;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 12px;
}

.menuitem {
	border-bottom: 1px dashed #a9a9a9;
	padding: 4px 4px 4px 12px;
	font-weight: bold;
	font-size: 10px;
}

.boxhead {
	border-bottom: 1px solid black;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 12px;
}

.boxcont {
	padding: 4px 5px 4px 5px;
}

.boxsub {
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 8px 8px 8px 8px;
	font-size: 12px;
}

.maincont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 16px;
}

.footerlogo {
	background-color: #dcdcdc;
	border-top: 1px solid #c0c0c0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	padding: 4px 0px 8px 0px;
}

.thead {
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	background-color: silver;
}

.tcell {
	padding: 4px 8px 4px 8px;
}

.tcellb {
	padding: 4px 8px 4px 8px;
	background-color: #f5f5f5;
}