@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
	
	background-repeat: repeat-x;
	margin-top: 18px;
	background-attachment: fixed;
}
.justitalic {
	font-style: italic;
}
#wrap {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
	padding-left:10px;
	padding-top:0px;
}
#smallwrap {
	margin: auto;
	width: 400px;
	background-color: #FFFFFF;
	padding: 14px;
}
#header h1 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	font-family:"book Antiqua";

}
#navbar {
	margin-bottom: 20px;
}
#navbar a {
	color:#66CC00;
	text-decoration: none;
}

#navbar a:hover {
	background-color: #FFFFCC;
}
#header  p  a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.entrytext {
	font-family: Arial, Helvetica, sans-serif;
	width: 86%;
	padding: 4px;
	border: 1px solid #2AABE1;
	font-size: 12px;
}
.entrytext:hover {
	background-color: #FFFFCC;
}
.fulltable {
	width: 98%;
	margin-bottom: 20px;
}
.firstcell {
	width: 36%;
	font-weight: bold;
}
.firstcell a {
	font-size: 10px;
	text-decoration: none;
	color: #2AABE1;
}
.halftopcell {
	vertical-align: top;
	width: 50%;
}
.tabletop {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #636563;
}
.tablelist:hover {
	background-color: #FFFFCC;
}
.tablelist {
	vertical-align: top;
}

.tablerowborder {
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px;
}
.tablerowborder a {
	text-decoration: none;
	color: #2AABE1;
}
.halftopcell h2 {
	font-size: 14px;
	margin-bottom: 8px;
	width: 96%;
	font-style: italic;
}
.iconspacer {
	border: 0px none #FFFFFF;
	margin-right: 4px;
	margin-left: 2px;
}
.smalltext {
	font-size: 10px;
}
.entrybox {
	height: 80px;
	width: 96%;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
}
.topalign {
	vertical-align: top;
}
.justred {
	color: #FF0000;
	font-weight: bold;
}
.smallredtext {
	font-size: 10px;
	color: #FF0000;
}
.tooltip {
	position:absolute;
	visibility:hidden;
	padding:8px;
	width: 260px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#results {
	width:240px;
	display:none;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #2AABE1;
	padding: 4px;
}
#results ul, #results li {
	padding:0;
	margin:0;
	border:0;
	list-style:none;
}
#results li a {
	display:block;
	padding:4px;
	text-decoration:none;
	color:#636563;
	font-weight:bold;
	font-size: 10px;
}
#results li a:hover {
	background:#FFFFCC;
}
#floatingdiv {
	position: absolute;
	background-color: #FFFFCC;
	border: 1px solid #636563;
	width: 180px;
	padding: 8px;
	font-size: 11px;
}
#floatingdiv a {
	color: #2AABE1;
	text-decoration: none;
}
.credits a {
	color:#FF6600;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content h1 {
	page-break-before: always;
	font-size: 16px;
}
.footertext
{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;

}

}