﻿body {
	background-color: #FCFEE7;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff url(images/bg-header.png) repeat-x top;
}

a {color: #726B24;text-decoration: none;}
a:hover {color: #A39D58;text-decoration: underline;}
a:visited {color: #A39D58;}

p {
	padding-left: 10px;	
	font-size: 10pt;
	color: #000000;
}
table {
	margin-left: 10px;
}
ul {
	font-size: 10pt;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}
ol {
	font-size: 10pt;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}
H2 {
	font-size: 12pt;
	color: #000000;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-width: 1px;
}
H3 {
	padding-left: 10px;
	font-size: 11pt;
	color: #000000;
}
H4 {
	padding-left: 10px;
	font-size: 10pt;
	color: #000000;
}
H5 {
	font-size: 9pt;
	color: #000000;
}
H6 {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	border-width: 1px;
	border-bottom: 0px;
}
td {
	color: #000000;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;	
}
.border {
	border: 1px dotted #000000;
}

.glossary_title {
	font-size: 12pt;
	color: #000000;
	border-style: none;
}

.faq_title {
	font-size: 11pt;
	color: #000000;
	border-style: none;
}

.codefont {
	font-family: Courier New, Lucida Console, Courier;
}

.script_type {
	font-size: 9pt;
	padding-left: 10px;
}

.no_manual {
	display: inline
}

