/* screen + print */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
}

ul, ol {
	text-align: justify;
	margin: 0;
	padding-left: 30px;
}

ol.roman {
	list-style-type: upper-roman;
}

ol.latin {
	list-style-type: lower-latin;
}

ol.decimal {
	list-style-type: decimal;
}

p {
	margin: 0;
	text-align: justify;
}

.indent {
	margin-left: 15px;
}

.space-after {
	margin-bottom: 1em;
}

.space-before {
	margin-top: 1em;
}

th {
	text-align: center;
	font-weight: bold;
}

table.center {
	margin: 0 auto;
}

table.left {
	margin: 0 0 0 auto;
}

table.right {
	margin: 0 auto 0 0;
}

table.full-width {
	width: 100%;
}

p.center,
th.center,
td.center {
	text-align: center;
}

th.left,
td.left {
	text-align: left;
}

th.right,
td.right {
	text-align: right;
}

th.middle,
td.middle {
	vertical-align: middle;
}

th.top,
td.top {
	vertical-align: top;
}

th.bottom,
td.bottom {
	vertical-align: bottom;
}

/* screen */

body {
	margin: 0 10px;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a {
	color: #F2790D;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #4266A1;
	margin: 20px 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #4266A1;
	margin: 10px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #4266A1;
	margin: 10px 0;
}

.toolbar {
	padding: 2px 0;
	text-align: right;
	background: #E9EEF6;
	margin: 0 -10px;
	border-top: 1px solid #4266A1;
	border-bottom: 1px solid #4266A1;
}

.toolbar a {
	margin-left: 5px;
	margin-right: 5px;
}

table.highlight {
  padding: 2px;
  border-collapse: collapse;
}

table.highlight th {
	background-color: #C4D6F5;
}

table.highlight tr:nth-child(odd) {
	background-color: #E9EEF6;
}

table.highlight td {
  border-left: 1px dotted #C4D6F5;
  border-bottom: 1px dotted #C4D6F5;
  padding-left: 6px;
  padding-right: 6px;
}

table.highlight th{
  border-left: 1px dotted #9DAFCE;
  border-bottom: 1px dotted #9DAFCE;
  padding-left: 6px;
  padding-right: 6px;
}

table.highlight tr :first-child {
  border-left: 0;
}

.toctitle { font-weight: bold; color: #00628f; cursor: default; }
.toc      { font-weight: bold; vertical-align: top; padding-right: 10px; }
.tochover { color: #ffffff; background-color: #4266A1; cursor: pointer; }
.tocbullet { float:right; padding: 0 5px 0 10px; }
