body {
	margin: 0px;
	background-color: #EEEEEE;
}
p, li, td, input, textarea {
	font-family: Times, serif;
	font-size: 14px;
}
p, td {
	line-height: 1.5;
}
li {
	line-height: 1.5;
}
.title {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.title#main {
	font-size: 16px;
	color: #666666;
}
.titlebar {
	background-color: #DDDDDD;
	padding-left: 4px;
	border: 1px solid #666666;
	margin: 5px 5px 0px 5px;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #999999;
}
.variables {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}
.bordered {
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.boxheading {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #6066E0;	
}
.nav {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
}
.subnav {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: 8px;
	line-height: 1;
}
tt {
	font-family: "David Regular", "Book Antiqua", Baskerville, Times, Georgia, serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	display: inline;
}
.sub {
	font-size: 70%;
	font-style: normal;
	vertical-align: sub;
}
.sup {
	font-size: 70%;
	font-style: normal;
	vertical-align: super;
}
.labheading {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
.search {
	font-weight: bold;
	background-color: #FFFF66;
}
.chapterEdit {
	color: #999999;
}
.collapsed {
	display: none;
}
.expanded {
	display: normal;
}
.footer {
	text-align: center;
	font-size: 11px;
}
.error {
	color: #660000;
}
