BODY {
	background-color: #fff;
	margin: 0px;
	font-family: Gill Sans, Helvetica, Sans-Serif;
	font-size: 11pt;
}

H1 {
	font-size: 18pt;
}

H2 {
	font-size: 14pt;
}

DIV#header {
	width: 100%;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #333;
}

DIV#header_bottom {
/*	background-image: url(images/header_bottom_bg.png);
    height: 19px;*/
}

DIV#content {
	margin-left: 20px;
	margin-right: 20px;
	max-width: 800px;
}

DIV#page_top {
	padding: 4px;
	font-size: 10pt;
}

DIV#page_bottom {
	height: 19px;
}

DIV#footer {
	border-top: 1px dashed #ccc;
	text-align: left;
	margin-top: 15px;
	padding-left: 20px;
	padding-top: 19px;
	font-size: 8pt;
	clear: both;
}

DIV#col1 {
    float: left; 
    width: 160px;
}

DIV#col2 {
    margin-left: 180px;
    text-align: justify;
}


PRE {
    position: relative;
    left: 20px;
    border: 1px solid black;
    padding: 8px;
    margin-right: 40px;
    background-color: #eee;
}

TD {
	font-size: 11pt;
}

TD.versed {
    font-size: 16pt;
}

TD.menu {
	width: 100px;
}

A.menu {
	text-decoration: none;
	color: white;
}

A.addy {
	text-decoration: none;
	color: black;
}

A.menu:hover, A.addy:hover {
	text-decoration: underline;
}

P.noindent {
	text-indent: 0;
}

SPAN.heading {
	font-weight: bold;
	color: #ff9e00;
	font-size: 11pt;
}

DIV#subnav {
    margin-top: 4px;
}

TH {
    text-align: left;
}