@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#D8D8BF;
	color: #000;
}
#Logo h1, #Logo h2 {
	position: absolute;
	top: -500px;
}
a, a:visited, a:active {
	color: #360;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color:#900;
	text-decoration:none;
}
.bold {
	font-weight:bold;
}
#TopBar {
	background-color:#000;
	font-size:.95em;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
}
#TopBar a, a:visited {
	color: #FFF;
	text-decoration: none;
}
#TopBar a:hover {
	color: #FF0;
	text-decoration: underline;
}
.Header {
	font-size: 20px;
	font-weight: 100;
}
.HeaderSub {
	font-size: 18px;
	font-weight: Bold;
	color:#360;
}
.Footer {
	font-size: 11px;
}
#LeftTable {
	font-size: .9em;
	background:#FFF;
}
#LeftTable a, a:visited {
	color:#360;
	text-decoration: none;
}
#LeftTable a:hover {
	text-decoration: underline;
}
#LeftTable .top {
	background-color:#900;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	color:#FFF;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
#LeftTable .sub {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 1em;
	text-align:center;
	color:#FFF;
	padding-top:3px;
	padding-bottom:3px;
}
#LeftTable .cell {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;
	text-align:left;
	font-size: 1em;
}
#LeftTable .here {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:7px;
	text-align:left;
	font-size: 1em;
	color:#900;
	font-style:Bold;
}
.Bar {
	background-color:#000;
	height:2px;
}
.Small {
	font-size: .68em;
	font-weight: bold;
	color: #009;
}
.Large {
	font-size: 1.1em;
	font-weight: bold;
}
.Red {
	font-size: 1.3em;
	font-weight: bold;
	color:#900;
}

