body {background-color: #efece7;}
body,td,th {font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;}
.bdr {border: 2px solid ff9600;}
.float {border-width: 0px;
        float: left;
	    padding-right: 20px;
	    padding-bottom: 20px;
	    padding-top: 20px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
li {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin: 0;
	padding: 0;
}
a:link {
	color: #3c3730;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
