﻿/* CSS layout */
#header {
	margin-left: 160px;
	top: 0px
}

#left_col {
	width: 148px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 0px;
	padding-right: 6px;
	}

#page_content {
	margin-left: 160px;
	padding-left: 10px;
	padding-right: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}

#footer {
	margin-left: 160px;
}

#container {
	position: relative;
	width: 100%;
}
body		{ font-family: 'Arial'; font-size: 10pt }
*.cmono		{ font: 12px "Courier News", monospace; }
*.small		{ font-size: 10pt; font-weight: normal }
*.smallb	{ font-size: 10pt; font-weight: bold }
*.smallbc	{ font-size: 10pt; font-weight: bold; text-align: center }
*.medium	{ font-size: 12pt; font-weight: normal }
*.mediumb	{ font-size: 12pt; font-weight: bold }
*.mediumbc	{ font-size: 12pt; font-weight: bold; text-align: center }
*.center	{ text-align: center }
*.svclist	{ font-size: 10pt; font-weight: bold }
p.menulist	{ font-size: 10pt; margin-top: 0; margin-bottom: 0 }
p.footer	{ font-size: 8pt; font-weight: normal; text-align: center }
p.title		{ color: #FF6600; font-size: 18pt; font-weight: bold; text-align: center;  margin-top: 0; margin-bottom: 0; }
*.formtag	{ font-size: 10pt; font-weight: normal; text-align: right; margin-right: 4 }
p.in1 		{ margin-left: 16px; font-size: 10pt; font-weight: normal; margin-top: 0; margin-bottom: 0}
p.in2 		{ margin-left: 32px; font-size: 10pt; font-weight: normal; margin-top: 0; margin-bottom: 0}
h3	{ color: #FF6600; font-weight: bold }
h2	{ color: #FF6600; font-weight: bold }
h1	{ color: #FF6600; font-weight: bold }
h1			{ font-size: 18pt;  margin-top: 6; margin-bottom: 4; text-align: center }
h2			{
	font-size: 14pt;
	margin-top: 4;
	margin-bottom: 4;
	text-align: center;
	border-left-width: thin;
}
h3			{ font-size: 12pt }
li			{ font-size: 10pt }
