h1 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 24px;
	border-bottom: #b0b0c3 1px solid;
}
h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 16px;
}
h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	text-indent: 10px;
}
h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}
ul {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
.footer {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}
p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin-left: 20px;
}
p.hierarchy {
	font-size: 10px;
	color: #000044;
	margin-left: 0;
}
a.hierarchy {
	text-decoration: none;
}
a.hierarchy:hover {
	text-decoration: underline;
}
p.title {
	color: #ffffff;
	font-size: 260%;
	border-bottom: #000000 2px solid;
	background-color: #666699;
	margin-left: 0;
}
td.titlefade {
	background: url('images/Blues.gif') repeat-y center right;
	background-color: #666699;
	border-bottom: #000000 2px solid;
}
a.title 
{
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}
table.menu {
	border-bottom: #666699 1px solid;
	background-color: #ececf2;
}
td.menufade {
	background: url('images/LightBlues.gif') repeat-y center right;
	background-color: #ececf2;
	border-bottom: #666699 1px solid;
}
td.currentitem {
	border-left: #ececf2 6px solid;
	border-right: #ececf2 6px solid;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold
}
td.menuitem {
	border-left: #ececf2 6px solid;
	border-right: #ececf2 6px solid;
	font-size: 12px;
}
td.separator {
	color: #b0b0c3;
	font-size: 12px;
}
table.sidebar {
	border-top: #000044 1px solid;
	border-left: #000044 1px solid;
	border-bottom: #000044 2px solid;
	border-right: #000044 2px solid;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

table.info {
	border-bottom: #000044 1px solid;
	border-right: #000044 1px solid;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #000044;
}
table.info th {
	background: #c4c4da;
}
table.info td {
	background: #ececf2;
}

table th {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

a.mail {
	font-style: italic;
	text-decoration: underline;
}
a.menuitem {
	border-bottom: #ececf2 1px solid;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
a.menuitem:hover {
	text-decoration: underline;
}
a.mapsub {
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
a.mapsub:hover {
	text-decoration: underline;
}
table 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
table.body {
	background: url('images/CodeTiled.jpg') repeat-y center right;
	border-bottom: #000000 1px solid;
}
p.quote {
	margin-left: 40px;
	font-style: italic;
}
p.error {
	margin-left: 20px;
	color: Red;
}
form.body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin-left: 20px;
}
a {
	color: #000044;
}
ol
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
pre.code {
	margin-left: 20px;
	font-size: 12px;
	background: #f7f7f7;
}
.keyword {
	color: #0000ff;
}
.type {
	color: #0000ff;
}
.method {
	color: #880000;
}
.comment {
	color: #008000;
}