/* Links  */

a.main: link {color: #333366;text-decoration: none}
a.main: visited {color: #003300;text-decoration: none}
a.main: hover {color: #FF6600;text-decoration: underline}
a.main: active {color: #FF6600;text-decoration: none}

/* Headers and Body Text */

p.header {
   	text-align: left;
	font-style: normal;
   	font-size: 16pt;
	font-family: "Verdana, Helvetica, sans serif";
	color:black;
}

p.subheader {
   	text-align: left;
   	font-size: 12pt;
	font-family: "Arial, Helvetica, sans serif";
	font-weight: bold;
	color:black;
}

p.main {
   text-indent: 0em;
   font-style: normal;
   font-size: 10pt;
   color: black;
   font-family: "Arial, Helvetica, sans serif";
}

.justtext {
   text-indent: 0em;
   font-style: normal;
   font-size: small;
   color: black;
   text-align: justify;
   font-family: "Arial, Helvetica, sans serif";
}

blockquote {
   margin-left: 1%;
   margin-right: 1%;
   margin-top: 6pt;
   margin-bottom: 6pt;
   font-family: "Arial, Helvetica, Verdana, sans-serif";
   font-size: 10pt/12pt;
}

/* Lists */

ul {
	font-size: 10pt;
   	font-family: "Arial, Helvetica, Verdana,sans serif";
    color: #003366;
}
