/*
// Styles for the Personnel Manual
*/


/* ===== Headers ===== */
h1  {
    color: black ;
	text-align: center ;
	text-decoration: underline ;
	font-size: 20pt ;
	font-weight: bold ;
}

h2 {
	color: black ;
	font-variant: small-caps ;
	text-align: left ;
	margin-top: 30pt ;
	margin-bottom: 10pt ;
	font-size: 16pt ;
	font-weight: bold ;
}

h3 {
	color: black ;
	text-align: left ;
	margin-top: 20pt ;
	margin-left: 20pt ;
	margin-bottom: 5pt ;
	font-size: 14pt ;
	font-weight: bold ;
}

h4 {
	color: black ;
	text-align: left ;
	margin-top: 15pt ;
	margin-left: 40pt ;
	margin-bottom: 5pt ;
	font-size: 14pt ;
	font-weight: normal ;
}

h5 {
	color: black ;
	text-align: left ;
	margin-top: 10pt ;
	margin-left: 60pt ;
	margin-bottom: 5pt ;
	font-size: 12pt ;
	font-weight: normal ;
}
	
h1.toc {
	color: black ;
	text-align: center ;
	text-decoration: underline ;
	font-size: 20pt ;
	font-weight: bold ;
}

h2.toc {
	color: black ;
	text-align: left ;
	font-variant: small-caps ;
	margin-left: 20pt ;
	margin-top: 15pt ;
	margin-bottom: 2pt ;
	font-size: 14pt ;
	font-weight: normal ;
}

h3.toc {
	color: black ;
	margin-left: 40pt ;
	margin-top: 5pt ;
	margin-bottom: 2pt ;
	text-align: left;
	font-size: 12pt ;
	font-weight: normal ;
}

h4.toc {
	color: black ;
	margin-left: 60pt ;
	margin-top: 3pt ;
	margin-bottom: 2pt ;
	text-align: left ;
	font-size: 10pt ;
	font-weight: normal ;
}

/* ===== Paragraphs ===== */

p {
	margin-top: 5pt ;
	font-size: 10pt ;
}

p.subui {
	font-size: 12pt ;
	font-style: italic ;
	text-decoration: underline ;
}

p.ph2 {
}

p.ph3 {
	margin-left: 20pt ;	
}

p.ph4 {
	margin-left: 40pt ;
}

p.ph5 {
	margin-left: 60pt ;
}

ul.ulh4 {
	margin-left: 60pt ;
}

/* ===== Table Classes ===== */

td {
	margin: 20px ;
}

td .p1 {
	font-size: 12pt ;
	margin-left: 20pt ;
}

td .t1 {
	text-decoration: underline ;
	font-size: 14pt ;
	font-style: italic ;
	font-weight: bold ;
}
/* ===== Page Format Classes ===== */


.lefthead {
	color: gray ;
	font-size: 10pt ;
	font-style: italic ;
	text-align: center ;
	vertical-align: middle ;
	width: 20% ;
}

.midhead {
	color: black ;
	font-family: "Bookman Old Style" ;
	font-size: 30pt ;
	font-variant: small-caps ;
	height: 60pt ;
	text-align: center ;
	font-weight: bold ;
	vertical-align: middle ;
}

.righthead {
}

.vertdivide {
	background-color: #888888 ;
	width: 1pt ;
}

.horizdivide {
	background-color: #888888 ;
	height: 1pt ;
}

.leftcol {
	background-color: #cccccc ;
	vertical-align: top ;
}

.ft {
	font-size: 10pt ;
	text-align: center ;
}

.ftbox {
	background-color: #cccccc ;
	vertical-align: middle ;
	width: 100% ;
}

/* ===== End Special Classes ===== */




