﻿body {
	background-color: #fff;
	margin: 0px;
	padding: 0;
	color: #202020;
	font-family: Verdana, Arial, Arial CE;
	font-size: 10pt;
} 
a:link {
   color: #0000CC;
   text-decoration: underline;
}
a:hover {
   color: #0000CC;
   text-decoration: none;
}
a:visited {
	color: #551A8B;
}


#container {
	margin: 0px auto;
	border: 0px;
	width: 930px;
}

#position {
	margin: -10px 0 30px 3px;
	Xbackground-color: #F0F0F0;
	color: #808080;
	font-size: 0.8em;
}
#position a 
{
	color: #808080;
}


h1 {
	margin: 12px 0px 12px 0px;
	font-size: 22pt;
	color: #D98E00;
	Xfont-family: "Times New Roman", Times, serif;
}

h2 {
	margin: 50px 0px 0px 0px;
	padding: 6px 0px 2px 1px;
	Xfont-family: "Times New Roman", Times, serif; 
	font-size: 12pt;
	color: #B96E00;
	Xbackground-color: #B96E00;
	font-weight: bold;
	Xborder-top: #eee 1px solid;
	border-bottom: #B96E00 2px dotted;
}

h3 {
	margin: 40px 0px 0px 0px;
	padding: 2px 4px 2px 4px;
	font-size: large;
	color: #222;
	font-weight: normal;
	border-bottom: #F9AE00 1px solid;
}

h3 span.title
{
	border: black 1px solid;
	background-color: #F9AE00;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
	padding-left: 3px;
	padding-right: 3px;
	height: 14px;
	margin-right: 3px;
}

.comment {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #888;
}

.lineLabel {
	float: left; 
	text-align: right; 
	width: 11em;
}

.actionTime {
	float: left; 
	text-align: right; 
	width: 18em;
	color: #888;
}


#footer 
{
	margin: 60pt 0pt 0pt 0pt;
	border-top: #ddd 1px dotted;
	text-align: right;
	font-size: 8pt;
	color: #aaa;
}