body {
	color: #CC6633;
	background-color: #CC6633;
}
a {
	color: black;
	font-family: Verdana;
	font-size: 11pt;
}
a.white {
	color: white;
	font-family: "Trebuchet MS";
	font-size: 11pt;
}
a.small {
	color: black;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	text-align: right;
}
.bold {
	font-weight: normal;
}
h1 {
	text-align: center;
	font-family: Arial;
	color: green;
	font-size: 16pt;
}
hr {
	width: 100%;
	color: White;
}
ol {
	font-family: Arial;
	font-size: 75%;
	color: Black;
	background-color: White;
	border-bottom-style: none;
}
p {
	color: Black;
	text-align: center;
	font: Arial;
	font-size: 10pt;
}
p.left {
	color: Black;
	text-align: left;
	font: Arial;
	font-size: 10pt;
}
p.medium {
	color: Black;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	font: bold;
}
p.mediumbox {
	color: Black;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	font: bold;
	border-right-width: 2px;
	border: 2px solid;
}
p.small {
	color: Black;
	text-align: center;
	font: Arial;
	font-size: 8pt;
}
p.strong {
	color: Black;
	text-align: center;
	font-family: Verdana;
	font-size: 16pt;
	font: bold;
}
table {
	padding: 0px;
}
td {
	text-align: left;
	font-family: Verdana;
	font-size: smaller;
	background-color: #FFFFFF;
}
td.bor {
	text-align: left;
	font-family: Verdana;
	font-size: 12pt;
	background-color: White;
	font: bold;
	width: 400pt;
	border-right-width: 5px;
	border-left: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
td.orange {
	text-align: left;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #CC6633;
	font: bold;
	border-right-width: 5px;
	border: 10px dashed;
}
td.bottom {
	text-align: center;
	font-family: verdana;
	font-size: 8pt;
	background-color: #CC6633;
	color: black;
}
ul.left {
	color: black;
	text-align: left;
	font: Arial;
	font-size: 8pt;
}




