body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
.stretcher {
	height: 100%;
}
.topRow {
	vertical-align: top;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 15px;
}
.bottomRow {
	vertical-align: bottom;
	height: 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 2px;
}
.colTitle {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.stdCol {
	font-size: 10px;
	line-height: 11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.title {
	font-size: 15px;
	line-height: 18px;
}
a:link, a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}

