.buttonbar {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #faf4e6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.window {
	background-color: #faf4e6;
	border: 2px dotted #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e6e75;
}

BODY {
color: #008000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #faf4e6;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.textcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:link {
	color: #3545e1;
	text-decoration: none;

}
a:hover {
	color: #8c4841;
}

.hdtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.titletext {
	color: #000000;
}

.underline {
	text-decoration: underline;
}

/* P Headings Level 1 */
p.heading1{ font-size: 18pt; }

/* P Headings Level 2 */
p.heading2{ font-size: 14pt; }

/* P Heading Sized Text */
p.heading3{ font-weight:bold; font-size:1.2em; }

/* P Normal Sized Text */
p.normtext{ font-size: small; text-align: justify }

/* TD Normal Sized Text */
td.normtext{ font-size: small; text-align: center }