body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	color: #000000;
	margin:0px;
	background:#FCF0DE;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #000000;
	line-height: 150%;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	line-height: 150%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}

.verysmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #D89336;
	font-weight: bold;
	line-height: 150%;}


.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FF0000;
}

a {
	color: #990000;
	text-decoration: underline
}

a:hover {
	color: #9999CC;
	text-decoration: underline
}

a:visited {
	color: #330033;
	text-decoration: underline
}

a:active {
	color: #CC6633;
	text-decoration: underline
}


.button {
	background-color:#E6D3C3;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableBorder {  border: #006633; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.cellPad {  padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}
.titleText { font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-style: normal; color: #660000; ; line-height: 150% ; font-weight: bold}

.border-right{
	border-right:1px solid #000000;
}

.tree UL {
	PADDING:5px;
	MARGIN:0;
	list-style:none;
}
.tree UL li{
	PADDING-left:10px;
	font-size:12px;
}