BODY {
	background-color: #FFFFFF;
}

BODY, P, TD, UL, LI, BLOCKQUOTE, DT, DD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/* Dividers */

TD.divider {
	background-color: #CCCCFF;
	font-size: 1px;
	height: 1px;
	border: thin none #ffffff;
}

/* Header */

.headerTop TD {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.headerTop TD A {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.headerTop TD A:hover {
	font-weight: bold;
	color: #6699FF;
	text-decoration: none;
}

.headerBottom TD {
	background-color: #336699;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.headerBottom P {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}

.headerBottom TD A {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.headerBottom TD A:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.headerBottom TD A.current {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* Classes */

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

.heading {
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}

.subheading {
	font-size: 9pt;
	font-weight: bold;
}

.details {
	font-size: 8pt;
	color: #BBBBBB;
}

.hnav {
	font-size: 8pt;
	color: #000000;
}

.glossary_term {
	color: #555555;
}
	
/* Tables */

.body TH {
	font-size: 10pt;
	font-weight: bold;
	color: #6699FF;
}

.body TABLE {
	width: 350px;
}

.body TD.field {
	width: 75px;
}

.body TD.value {
	width: 275px;
}

/* Nav */

.nav {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
}

.nav A {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
}

.nav A:hover {
	font-size: 8pt;
	color: #333333;
}

.nav .title {
	font-size: 8pt;
	font-weight: bold;
	color: #336699;
}

/* Side */

.side P {
	font-size: 8pt;
}

.side TD {
	font-size: 7pt;
	background-color: #6699CC;
}

.side .title {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

A.current {
	color: #000000;
}

/* Search results */

.match_title {
	font-size: 10pt;
	font-weight: bold;
}

.right {
	text-align: right
}
.indent1 {  margin-left: 15px}
.indent2 { margin-left: 30px}
.indent3 { margin-left: 45px}
.indent4 { margin-left: 60px}
