html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #202013;
}
p {
	color: #000000;
}
h1 {
	color: #675C43;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #202013;
	border-right-color: #202013;
	border-bottom-color: #202013;
	border-left-color: #202013;
	padding-bottom: 2px;
	margin: 5px;
}
h2 {
	color: #3A3A23;
	padding: 3px 4px;
	margin-left: 20px;
	width: 250px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid #3A3A23;
	border-right: 1px #3A3A23;
	border-bottom: 1px #3A3A23;
	border-left: 1px solid #3A3A23;
}
h3 {
}
#divHeader {
	display: none;
}
#divHeader img{
	display: none;
}
.screenOnly {
	display: none !important;
}
#divContainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#divNav {
	width: 0px;
	display: none;
}
#divBody {
	margin-left: 0px;
}
#divSubHeader {
		height: 15px;
}
#divBreadcrumbs {
	font-size: 6pt;
	width: 500px;
	float: left;
}
#divUserLogin {
	font-size: 6pt;
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
#divHelp {
	display: none;
}
#divHelp h1 {
	display: none;
}
#divHelp p {
	display: none;
}
#divFooter {
	display: none;
}
ul {
	list-style-type: none;
	padding-left: 7px;
	margin-left: 0px;
}
li {
	padding-left: 7px;
	margin-left: 0px;
}
a:link, a:visited, a:active {
	color: #97985A;
	text-decoration: none;
}
a:hover {
	color: #727346;
}
a.current {
	color: #675C43;
	font-weight: bold;
}
#divFooter a:link, #divFooter a:visited, #divFooter a:active {
	color: #000000;
	text-decoration: none;
}
#divFooter a:hover, #divFooter a.current {
	color: #262617;
}
table {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border-collapse:collapse;
	border-top: 1px solid #727346;
	border-right: 1px #727346;
	border-bottom: 1px #727346;
	border-left: 1px solid #727346;
}
table th{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #727346;
	border-right-color: #727346;
	border-bottom-color: #727346;
	border-left-color: #727346;
	border-collapse:collapse;
	padding: 3px;
	color: #000000;
	background-color: #b9ba8d;
}
table td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #727346;
	border-right-color: #727346;
	border-bottom-color: #727346;
	border-left-color: #727346;
	border-collapse:collapse;
 	padding: 3px; 
}
table.cashflow {
  margin: 0px 0px 0px 0px; 
}
table.cashflow td{
	padding: 0px;
}
table.cashflow td input{
	padding: 0px;
	width:70px; 
	text-align: right;
}
table.cashflow .changed, table.cashflow .changed input {
	background-color: #ffff66;
}
table.cashflow th{
	padding: 0px;
}
table .evenRow {
	background-color: #F0F0E6;
}
table .oddRow {
	background-color: #D9DAC0;
}
table .totalRow {
	background-color: #b9ba8d;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.3em;
}
table .totalRow2 {
	background-color: #b9ba8d;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.3em;
}

.screenonly {
	display: none;
}

div.cashflow {
	overflow: visible; 
/*	height: 100%;  */
	width: 1055px;
}

.error {
 background: #FBE6F2;
 border: 1px solid #D893A1;
 color: #333;
 margin: 10px 0 15px 0;
 padding: 10px;
}
