html { 
min-height: 100%; 
margin-bottom: 1px; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	background-image: url(px/bg.gif);
	background-position: center;
	background-repeat: repeat-y;

}

h2 {
	font-family: "Courier New", Courier, mono;
	color: #996600;
	padding-top: 22px;
	font-size: 16px;
	margin-top: 0px;
	line-height: 16px;
	padding-left: 12px;
}
h3 {
	font-family: "Courier New", Courier, mono;
	color: #996600;
	text-indent: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}


a:link {
	text-decoration: none;
	font-size: 12px;
	color: #996600;
	line-height: 18px;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #990000;
	line-height: 18px;
}
a:hover {
	color: #990000;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}
a:active {
	color: #CC0000;
	font-size: 12px;
	line-height: 18px;
}
a.bar:link {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	line-height: 21px;
	font-weight: normal;
}
a.bar:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	font-weight: normal;
}
a.bar:visited {
	text-decoration: none;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a.bar:active {
	color: #CC0000;
	font-weight: normal;
}
a.m:link {

	color: #990000;
	text-decoration: none;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}
a.m:visited {

	text-decoration: none;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
}
a.m:hover {

	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: normal;
}
a.m:active {

	color: #CC0000;
	font-weight: normal;
}
.indent {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 8px;
	padding-right: 3px;
}

.outline {
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
}
#content {
	width: 586px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}
#content p {
	padding: 0px 10px 10px;
}
.address {
	color: #993333;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.caption {
	font-style: italic;
	color: #333333;
	font-size: 10px;
}
.dotUnder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
