body {
    background-color: #aeaeae;
	font-family: sans-serif;
}
#header, #topmenu, #iconsmenu {
	font-family: pt-regular, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: pt-regular, sans-serif;
	font-weight: bold;
	color: #424242;
}
#page {
	font-size: 11pt;
	line-height: 130%;
	font-family: pt-regular, sans-serif;
}
#page h1 {
	clear: both;
	font-family: pt-boldbold, sans-serif;
	font-size: 24pt;
	line-height: 20pt;
	letter-spacing: 1pt;
	padding-right: 8px;
	color: #666666;
}
#page h2 {
	clear: both;
	max-width: 620px;
	font-family: pt-bold, sans-serif;
	font-size: 16pt;
	line-height: 120%;
	padding-top: 16pt;
	margin-bottom: 8pt;
}
#page h3 {
	max-width: 620px;
	font-size: 14pt;
	-x-color: #996500;
	line-height: 120%;
	padding-top: 14pt;
	margin-bottom: 8pt;
}
#page h4 {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 12pt;
	margin-bottom: 8pt;
}
#page h5, #page h6 {
	font-size: 12pt;
	padding-top: 12pt;
	margin-bottom: 8pt;
}
#page p {
	text-indent: 0pt;
	max-width: 80%;
	margin-bottom: 8pt;
}
#page ul, #page ol {
	max-width: 70%;
	margin-left: 40pt;
}
#page li {
	line-height: 110%;
	margin-bottom: 4pt;
}
a {
	color: #996500;
}
a:hover {
	color: gold;
}
#page.page-wide h1:first-child {
	float: left;
	padding-right: 8px;
	text-shadow: none;
	text-transform: none;
	color: #666666;
	font-size: 24pt;
	line-height: 20pt;
}
#page.page-wide h1:first-child + h2 {
	clear: none;
	float: left;
	max-width: none;
	font-size: 12pt;
	line-height: 12pt;
	margin-top: 3pt;
	padding-top: 3pt;
	padding-left: 8px;
	border-left: solid 1px #7e7e7e;
	color: #7e7e7e;
}
#page.page-wide h1:first-child + h2 + h3 {
	clear: both;
}
#page .wide {
	clear: both;
	position: relative;
	left: -20px;
	width: 950px;
	padding: 0;
	padding-bottom: 20px;
	text-align: center;
}
#page .readmore.closed .readmore-link {
	text-decoration: none;
	cursor: pointer;
	font-size: 10pt;
	font-weight: normal;
	max-width: none;
}
#page .readmore.closed .readmore-link:after {
	content: ' ...';
}
#page tbody td {
	background: none;
}
#page table.bordered, #page table.bordered td
{
	border:solid 0px #ddd;
}
#page table.bordered
{
	margin-top: 8px;
	border-spacing:0px;
	border-right-width:1px;
	border-top-width:1px;
}
#page table.bordered td
{
	border-left-width:1px;
	border-bottom-width:1px;
	padding:2px 4px;
}
#page table.bordered thead td
{
	text-align: center;
}
#page table.bordered thead tr:last-child td
{
	border-bottom-width:2px;
}
