/* CSS Document */
H1 {
	font-size: 17.0px;
	width: 97%;
	padding: 4px 0px 4px 4px;
	background-color: #FFFFFF;
	/*border-top-width: 1px;*/
	border-bottom-width: 1px;
	/*border-top-style: dashed;*/
	border-bottom-style: solid;
	/*border-top-color: #999999;*/
	border-bottom-color: #6E5C50;
	margin-right: 0px;
	color: #56211D;
	font-weight: bold;
}

.hide {display: none;}
.show {display: block;}

TR {
	color: White;
}
PRE, TD, BODY {
	font-family: Arial;
	font-size: 9.0pt;
	color: Black;
}
a
{
	color:#6E5C50;
	font-family:Arial;
	font-size:9.0pt;
	text-decoration:none;
	font-weight: Bold;
}
a:hover
{
	color:#990000;
	font-family:Arial;
	font-size:9.0pt;
	font-weight: Bold;
}

.xsmtxt {
	font-size: 9.0px;
}

.xsmbold {
	font-size: 9.0px;
	font-weight: bold;
}

.ErrorText {
	color: FF0000;
}

.smred {
	color: Maroon;
}

