.style20 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #15317E;
	font-weight: bold;
}
.style21 {
	font-size: xx-large;
	font-weight: bold;
	color: #15317E;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	}
.OTitle {
	background-color: 	#E2ECF9;
	font-weight: bold;
	color: #15317E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 10px;
	text-align: center;
}
a:link {
	color: 	#15317E;
	text-decoration: none;
	font-weight: bold;
	
}
a:visited {
	color: 	#15317E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: 	#15317E;
	text-decoration: none;
}
.STitle {
	color: 	#15317E;
	text-align: left;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Behind {
	background-color: #FFF;
}
.Lines {
	font-size: 11px;
}
.Behind td .OTitle a {
	color: #FFF;
}

/* ── Layout: center & constrain page width ── */
body {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
}
/* Header logo table: keep full-width behind max-width */
body > table:first-of-type {
    width: 100%;
}
/* H1 page title: clean style below logo */
h1 {
    font-size: 1.25em !important;
    color: #003;
    font-family: Arial, Helvetica, sans-serif;
    margin: 8px 0 6px 0 !important;
    padding: 0;
    line-height: 1.3;
}
/* Readable line lengths for paragraphs */
p {
    line-height: 1.6;
}

