body {
	background: #FFFFFF;
	color: #800000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:justify;
}

/*Tables*/

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	border-width: thin;
	border-style: solid;
	border-color: Silver;
}
table.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding: 0pt,0pt,0pt,0pt;
	border-bottom-width: thin;
	border-top-width: 0px;
	border-left-width: 0px;
   border-right-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: Silver;
	width: 100%;
	height: 175px;
}

td.navigation {
	background-color: #ECEDBA;
	color: Red;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	width: 150px;
	vertical-align: top;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: Silver;
	padding: 2px;
}
table.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	width: 100%;
	vertical-align: top;
	border: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
table.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	text-align: justify;
	vertical-align: middle;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: 0px;
	border-left-width: 0px;
   border-right-width: 0px;
	border-top-style: solid;
	border-top-color: Silver;
}
caption.page {
	font-size: 12pt;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
}
/*Headings*/
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	font-weight:bold;
   text-align:center
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight:bold;
	text-align:center
}
 
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-style:normal;
	font-variant:small-caps;
	font-weight:bold;
	color: Blue;
	}

h3.textsection{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
	text-decoration: underline;
	text-indent: .25in;
	text-align:center;
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	font-style:normal;
	font-weight:bold;
}

/*Inline formating*/
	/*Links*/
a:link {color:#FF0000}
a:visited {color: #808080}
a:hover {color: #FF00FF}
a:active {color: #000080}
	/*Emphasis-for noting new and updated links*/
em.update {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-style:italic;
	text-decoration: none;
}
span.attrib {
	color: Red;
	font-style: italic;
}
form.nav {
	text-align: center;
}

/*Lists*/
ul {
	margin-left: .5in;
}
ul.link {
    margin-left: .5in;
	list-style-type: disc;
	list-style-position: outside;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
}
ol.decimal {
	list-style: decimal outside;
	margin-bottom: 1ex;
	margin-left: .5in;
	text-align: justify;
}
ol.smalla {
	list-style: lower-alpha outside;
	margin-bottom: 0pc;
	margin-top: 0pc;
	margin-left: .5in;
    text-align: justify;
}
	/*Order list for online papers*/
ol.decimal_inText {
	list-style: decimal outside;
	margin-top: 0pc;
	margin-bottom: 0pc;
	margin-left: .5in;
	text-align: justify;
}

/*Paragraphs*/
p.quote {
	text-align: justify;
	font-size: 10pt;
	color: #800000;
}
p.homelink {
	text-align:center;
	font-style:italic
	}
	/*paragraphs for online papers*/
p.foonote {
	font-size:10pt;
	margin-top: 0pc;
	margin-bottom: Opc;
}
p.flindent {
	text-indent: 0.5in;
	text-align: justify;
	margin-bottom: 0pc;
	margin-top: 0pc;
	}
p.noindent {
	text-align:justify;
	margin-bottom: 0pc;
	margin-top: 0pc;
	}
