body {
	background: White;
	color: black;
	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;
}

td {
	color: Black;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;
}
td.center {
	color: Black;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	font-style:normal;
	font-variant:normal;
	text-align:center
}
td.footer {
	color: #3333ff;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	text-align:center
	}
td.smaller {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}
/*Headings*/
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:36pt;
	font-weight:bold;
    text-decoration: underline;
    text-align:center
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24pt;
	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
	}

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:#0000ee }
a:visited {color: #551a8b}
a:hover {color: #FF00FF}
a:active {color: #ff0000}
	/*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;
}

p.p_cent_0margtb{
    text-align:center;
	margin-top:0;
	margin-bottom:0;
	}
	
embed.music {
    width:144;
	height: 25;
	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;
}

/*Horizontal Lines*/
hr.homelink {
	text-align: center;
	}

/*Paragraphs*/
blockquote {
	text-align:justify;
	font-size:10pt;
	margin-left:0.5in;
	margin-right:0.5in;
	margin-bottom: 0pc;
	margin-top: 0pc;
	}
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;
	}