﻿body {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 150%;
	margin-left: 20px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: #3165CE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td {
	font-size: 8pt;
}
td.linkbar {
	font-size: 8pt;
	background-color: #3165CE;
	color: #C1D0F0;
}
td.linkbar a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
td.linkbar a:hover {
	color: #FF9900;
	text-decoration: none;
}
td.main {
	font-size: 8pt;
	line-height: 150%;
}
td.sidehead {
	font-size: 8pt;
	background-color: #FFF3CE;
	border-top: 1px solid #FF9900;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 0.5ex;
}
td.sidetext {
	font-size: 8pt;
	line-height: 150%;
	border-bottom: 1px solid #FF9900;
	padding: 1ex;
}
td.sidemenuhead {
	font-size: 8pt;
	padding-left: 1.5ex;
	padding-right: 1.5ex;
	padding-top: 0.5ex;
}
td.sidemenutext {
	font-size: 8pt;
	background-color: #E3EBF9;
	line-height: 150%;
	border-bottom: 1px solid #3165CE;
	padding: 1.5ex;
}
td.border {
	font-size: 2px;
	line-height: 100%;
	border: 1px none #C1D0F0;
}
td.secondary {
	font-size: 8pt;
	color: black;
	line-height: 150%;
}
td.underneath-left {
	font-size: 8pt;
	line-height: 150%;
	padding-right: 2ex;
}
td.underneath-non-left {
	font-size: 8pt;
	line-height: 150%;
	border-left: 1px solid #C1D0F0;
	padding-left: 2ex;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #3165CE;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #3165CE;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	color: #3165CE;
	margin-bottom: 0.4em;
}
td.sidehead h3 {
	color: black;
}
td.sidemenuhead h3 {
	color: #E3EBF9;
}
ul {
	margin: 0;
	padding-left: 1.4em;
}
td.sidetext ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
	list-style-type: square;
	color: #FF9900;
}
td.sidemenutext ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
	list-style-type: square;
	color: #3165CE;
}
td.underneath-left ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
	list-style-type: square;
	color: #FF9900;
}
td.underneath-non-left ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
	list-style-type: square;
	color: #FF9900;
}
ul.orange {
	list-style-type: square;
	color: #FF9900;
}
ol {
	margin-left: 4ex;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
td.sidemenutext ol {
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #3165CE;
}
.text {
	color: black;
}
hr {
	color: #C1D0F0;
}
sup {
	font-size: 6pt;
}
.button img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9;
}
.button:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
div.issue {display:block; padding-left:1ex; padding-right:1ex; padding-bottom:1em; border:1px; border-top-style:dotted; border-bottom-style:dotted; border-color:#FF9900;
}