body
{
	margin: 12px;
	font-family: Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	font-size: 12px;
}

table
{
	font-size: 12px;
}

a
{
	font-weight: bold;
	color: #a89933;
}

a:hover
{
	background-color: #a89933;
	color: #ffffff;
	text-decoration: none;
}

div.Header
{
	background-color: #a89933;
}

div.Rule1, div.Rule2
{
	height: 1px;
	overflow: hidden;
}

div.Rule1
{
	border-top: 1px dashed #000000;
}

div.Rule2
{
	border-top: 1px dashed #cccccc;
}

h2
{
	font-size: 24px;
}

h4
{
	font-size: 16px;
}

pre, code, tt
{
	margin: 0px;
	font-size: 11px;
}

div.Navigation
{
	position: absolute;
	width: 70px;
	height: 70px;
	right: 24px;
	top: 24px;
	background-image: url("../img/nav_grid.gif");
	font-size: 0px;
}

div.Navigation img
{
	
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 14px;
	height: 14px;
}

a img
{
	border-style: none;
}

table.Table td
{
	background-color: #e8e8e8;
	vertical-align: top;
}

table.Table td.White
{
	background-color: #ffffff;
}

table.Table td.Right
{
	text-align: right;
}

.Intro
{
	font-weight: bold;
}