
	BODY {
	background-color: #ffffff;
	background-image: url(images/paper24a.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: Black;
	margin-top: 50px;
}

	BLOCKQUOTE {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style: italic;
}

/* quote from book - times 12 bold 24px margins*/
	.Book {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : italic
	margin-left : 24px;
	margin-right : 24px;
}

/* book title format - times 12 italic */
	.BookT {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : italic
}

/* article body  format - times 12 italic */
	.Article {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : italic
}

/*fonts*/
	h2 {
	color :#00408C;
	text-align : center;
}

/*fonts*/
	H4 {
	color :#00408C;
	text-align : center;
}
/*font - times 12 regular */
	.Times12 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

/*font - times 12 bold */
	.Times12b {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight: bold;
}

/*font - times 14 bold */
	.Times14 {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight: bold;
}

/*font - times 10 bold italic */
	.Footer {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-style : italic;
	font-weight: bold;	
}

/* page subtitle - times 12 bold center blue */
	.Title1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	text-align : center;
	color : #00418C;
	font-weight: bold;
}

/* page subtitle - times 14 bold center blue */
	.title1c {
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	text-align : center;
	color : #00418C;
	font-weight: bold;
}
/* page subtitle - times 12 bold left blue */
	.Title2 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	text-align : left;
	color : #00418C;
	font-weight: bold;
}

/* HSPS page subtitle - verdana 8 bold center */
	.Menu1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : center;
	font-weight: bold;
}

/* HSPS page subtitle - verdana 8 bold right*/
	.Menu2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : right;
	font-weight: bold;
	background-color : transparent;
}

/* tables */
	.TableBasic {
	padding : 0;
	border : 1px ;
	border-color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 12;
	color : Black;
}

	.TableSp {
	padding : 0;
	border : 1px ;
	border-color : Black;
	text-align : center;
}

/* regular table cell */
	.TD1 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	vertical-align : top;
}

/* regular table cell  with gray background */
	.TD1a {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	vertical-align : top;
	background-color : #eaeaea;
	font-weight: bold;	
}

/* regular table cell  with yellow background */
	.TD1b {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	vertical-align : top;
	background-color : #ffcc00;
	font-weight: bold;	
}
/* regular table cell  10 */
	.TD10 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	vertical-align : top;
}

/* centered table cell  */
	.TD2 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	text-align: center;
	vertical-align: top;
}

/* right-aligned  table cell  */
	.TD3 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	text-align: right;
	vertical-align: top;
}

/* img aligned  table cell  */
	.TDimg {
	vertical-align : top;
	text-align : center;
}

/* lists */
   UL, u {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : Black;
	list-style : square;
}
/* individual LI tag attributes not cross-browser */


/* body links */	
	A:VISITED {
	color : #eb3001;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

	A:HOVER {
	color : #ffc300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : #00418c;
	font-weight : bold;
}

	A:LINK {
	color : #00418C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

	.VERD8B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}