@charset "utf-8";
/* CSS Document */

h1 {
	font: 18pt Georgia, "Times New Roman", Times, serif; /*Was 20pt*/
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
	line-height: 1.5;
	margin-top: 0;
}

h2 {
	font: 14pt Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

h3 {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

p {
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.4;
	font-weight:normal;
}

blockquote {
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1;
	font-weight:normal;
}

blockquote p {
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1;
	font-weight:normal;
}

ul li {
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2;
	font-weight:normal;
}

ol li {
	font: 12pt Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2;
	font-weight:normal;
}

.footnote {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left
}

.copywrite {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align:center;
	line-height: 1;
	margin: 0;
	padding: 5px 0;
}

hr {
	width: 50%;
	margin: 0 auto;
}

hr.fullwidth {
	width: 100%;
}

td {
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}

.center {
	text-align: center;	
}

.justified {
	text-align: justify;
}

.superscript {
	vertical-align:super;
	font-size: 80%;
}

a.superscript {
	vertical-align: super;
	font-size: 70%;
}

.caption {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1;
	font-weight:normal;
}

/*Links*/

a:link { 				/* unvisited link */
	color:#004F00;
	text-decoration: none;
	font-weight: bold;
}   
   
a:visited {				/* visited link */
	color:#004F00;
	text-decoration: none;
	font-weight: bold;
}  

a:hover {				/* mouse over link */
	color:#004F00;
	text-decoration:underline;
	font-weight: bold;
}  

a:active {				/* selected link */
	color: #004F00;
	text-decoration: underline;
	font-weight: bold;
}  