body {
	background-color: #ffffff;
	font-family: "trebuchet ms", arial, verdana;
	font-size: 10pt;
	color: #000000;
}
a:link {
  	color: #FF8000;
  	text-decoration: none;
}
a:active {
  	color: #FF8000;
  	text-decoration: none;
}
a:visited {
  	color: #FF8000;
  	text-decoration: none;
}
a:hover {
  	color: #CD6600;
  	text-decoration: underline;
}
table, p {
	font-family: "trebuchet ms", arial, verdana;
	font-size: 10pt;
}
textarea, select, input, object {
    background-color: #ffffff;
    border: 1px solid #000000;
}
.table { 
	background-color: #ffffff;
	width: 700px;
}
.table2 { 
	background-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
	border-color: #CD6600;
	width: 700px;
}
.table3 { 
	background-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
	border-color: #CD6600;
	width: 150px;
}
.table4 { 
	background-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
	border-color: #CD6600;
	width: 400px;
}
.table5 { 
	background-color: #ffffff;
	width: 400px;
}
.table6 { 
	background-color: #ffffff;
	width: 500px;
}
.fontsm {
	font-family: "trebuchet ms", arial, verdana;
	font-size: 8pt;
	color: #000000;
}
.fontbg {
	font-family: "trebuchet ms", arial, verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}
.whitebg {
	font-family: "trebuchet ms", arial, verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
}
.orange {
	font-family: "trebuchet ms", arial, verdana;
	font-size: 10pt;
	color: #CD6600;
}
.orangebg {
	font-family: "trebuchet ms", arial, verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #CD6600;
}