/*
.maintable p{
	margin-top: -10px;
	margin-bottom: 0px;
}

.headersec {
	font-weight:bold;
}
.headertable{
	font-weight:bold;
}
.headerchap {
	font-weight:bold;
}
.headertitle {
	font-weight:bold;
}
.catchline{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left:10px;
}
.row5{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.maintable,.headertable{
	width:100%
}

.col1{
	width: 100px;
	text-align: right;
	vertical-align:top;

}

.navrightAlign{
	text-align: right;
}
.navcenterAlign{ text-align:center;}

.printview{
	text-align:center;
}
#ovBox{
	float:right;
	width:150px;

}
#ovlist{
	display:none;
	background: #FFF;
	border:thin solid #3085BF;
}

@media print {
	.navrightAlign{
		display:none;
	}
	.navleftAlign{
		display:none;
	}
	.printview{
		display:none;
	}
}
*/
