BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
}

P {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666666;
}

LI {
	font-size: 0.9em;
	line-height: 1.5em;
}

H1 {
	color: #00D500;
	page-break-before: always;
}

H2 {
	color: #00D500;
}

A {
	color: #00D500;
}

#toc {
	margin-top: 150px;
}

.toc1 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	line-height: 1.2em;
}
.toc2 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color:#777777;
	line-height: 0.8em;
	margin-left: 1em;
}
.toc3
	{
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color:#777777;
	line-height: 0.7em;
	margin-left: 3em;
}

#toc A, #toc A:link, #toc A:active {
	color: #555555;
	text-decoration: none;
}

#toc A:hover {
	color: #00D500;
	text-decoration: underline;
}

.footnote {
	line-height: 1.5em;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}

.MsoCaption
	{line-height:16.0pt;
	font-size:10.0pt;
	font-family:Arial;
	color:#5F5F5F;
	font-weight:bold;}

.CodeBlock
	{
	background:#EAEAEA;
	border:none;
	padding:0in;
	font-size:10.0pt;
	font-family:"Courier New";
	color:#333333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.InlineCodeBlock {
	font-family: "Courier New";
	color: #333333;
}

TABLE.table {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
}

TABLE.table TH {
	color: White;
	background-color: #444444;
}

TABLE.table TD {
	font-size: 0.8em;
	background-color: #EEEEEE;
	font-family: "Courier New", Courier, mono;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #999999;
}

.printOnly {
	display: none;
}

.noPrint {
	display: block;
}