/* 
required-------------------------------
Organization Name:         .org
Handbook Name:             .title
Dates:                     .dates
Index Body:                .index
Index Heading:             .indexhead
Policy Name:               .polititle
Policy Number:             .policyno
Policy Text (tables):      .policy
Table of Contents Body:    .toc
Table of Contents Heading: .toctitle
additional-----------------------------
Policy Text (indented):    .policytxt
Polivy Note:               .policynote
Table Headers:             .tbheader
*/

a:link {
color : Navy;
text-decoration : none;
}

a:visited {
color : Navy;
text-decoration : none;
}

a:hover {
color : Blue;
text-decoration : underline;
}

a:active {
color : Fuchsia;
text-decoration : none;
}

body {  
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

td {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

p {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

/* --- classes --- */

.tbheader {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}


.org {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 17px;
color : #000000;
}

.title {
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 20px;
	color : #000000;
	font-weight : bold;
}

.subtitle {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 17px;
color : #999999;
font-weight : bold;
}

.dates {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

.index {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

.indexheading {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

.policytitle {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 20px;
color : #000000;
font-weight : bold;
}

.policy {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

.policyno {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}

.policytxt {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
text-indent: 20px
}

.policynote {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
font-style : italic;
padding-left : 20px;
}

.toc {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
}

.toctitle {
font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #000000;
} 