/* CSS Document */

body {
	margin: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #009900;
}

caption {
	font-size: 10pt;
	color:#000000;
	text-align:left;
}

.page_break {
	display: block;
	page-break-before: always;
}

#container {
	width: 630px;
	background: #FFFFFF;
	margin-top: 0;
}

#banner {
	width: 630px;
	height: 60px;
	background: url(../images/banner_print.jpg);
	border-bottom: 1px solid #5FB121;
}

#header {
	display: none;
}

#navileft {
	display: none;
}

#breadcrumb {
	font-size: 8pt;
	text-align: left;
	padding-bottom: 2px;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #009900;
	text-decoration: underline;
}

#print {
	display: none;
}

#main {
	width: 590px;
	text-align: left;
	padding: 10px 20px 40px 20px;
}

#main h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #009900;
}

#main h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #009900;
}

#main h3 {
	font-size: 11pt;
	font-weight: bold;
}

#main h4 {
	font-size: 10pt;
	font-weight: bold;
}

#main p, span {
	font-size: 9.5pt;
}

#main table {
	margin-left: 1.5em;
}

#main th {
	font-size: 8pt;
	color: #FFFFFF;
	background: #009900;
}

#main td {
	font-size: 8pt;
	color: #000000;
	background: #EEEEEE;
	text-align: left;
	vertical-align: top;
}

#main th p {
	font-size: 8pt;
}

#main td p {
	font-size: 8pt;
}

#main ol li {
	font-size: 9.5pt;
	margin-left: -1.2em;
	margin-bottom: 0.6em;
}

#main ul li {
	font-size: 9.5pt;
	margin-bottom: 0.6em;
	list-style-image: url(../images/arrowicon.gif);
	vertical-align: top;
}

#main blockquote {
	margin-left: 1.5em;
	margin-right: -1em;
}

.contents {
	list-style-type: upper-alpha;
}

.subcontents {
	list-style-type: decimal;
}

.top_of_page {
	display: none;
}

#footer {
	width: 630px;
	padding: 10px 0 10px 0;
	background: url(../images/footer.jpg);
	border-top: 2px #5FB121 solid;
}

#footer p {
	margin: 0;
	font-size: 8pt;
	text-align: center;
}

.smlTxt {
	font-size: 9.5pt;
}

.glossaryholder {
	padding: 5px;
	position: relative;
	border: 1px solid #EFEFEF;
}

.glossarybody {
	background-color: #EEEEEE;
}

.glossaryitem {
	padding: 1px 5px 15px 5px;
	margin: 10px 10px 10px 10px;
}

.glossaryitem ul {
	list-style: none;
	display: inline;
}

.glossaryitem li {
	display: inline;
	padding-left: 2em;
}

.glossaryheading {
	width: 100%;
	background-color: #009252;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 0.5em;
}

.glossarytitle {
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	border: 1px solid #EFEFEF;
}

.bufferimage {
	padding-left: 1.5em;
}

