body
{
	background-image: url(images/bg-keys2.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
}

html > body {
  font-size: small;
}	

.heading
{
	position: absolute;
	left: 160px;
	top: 0px;
}

.bodytext
{
	position: absolute;
	left: 165px;
	top: 170px;
	color: #300;
	z-index: 2;
	margin-right: 72px;
	margin-bottom: 36px;
}

.leftnav
{
	position: absolute;
	left:5px;
	top: 243px;
	width: 160px;
	font-weight: bold;
	font-size: small;
	color: 
}
.background .first, p, li, ol, ul, td, th
{
	color: #300;
	font-size: small;
}

th, td
{
	text-align: left;
	vertical-align: top;
}
th
{
	font-size: larger;
}
em
{
	font-style: italic;
	font-weight: normal;
}

h1, h2, h3
{
	color: #660000;
	font-weight: bold;
}

h1
{
		font-size: x-large;
}
h2
{
		font-size: large;
}
h3
{
		font-size: medium;
}

a:link
{
	color: #0060BF;
}

a:visited
{
	color: #5F027F;
}

a:hover, a:active
{
	color: #027F21;
} 

dt
{
	font-size:large;
	font-weight:bold;
	color: #660000;
	margin-top: 0px;
	margin-bottom: 10px;
}

dd
{
	margin-left: 1.5em;
}