body {
 
	background-color: #FFFFFF;
}

p  {
	color: #313A4C;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	color: #660000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

p.code {
	color: #0000FF;
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

h1 {
	color: #000066;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	color: #000033;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3, h4 {
	color: #000033;
}

h5{
	color: #660000;
}

h6 {
	color: #0000FF;
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
	font-weight: bold;
}

a {
	text-decoration: non;
	font-weight: bold;
	color: #CC6600;
}

a:visited {
	color: #009933;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline; color: #0E4BA8
}
a:visited {
  color: #0E4BA8;
}
OL {
	list-style-type: decimal;
	list-style-position: outside;
	color: #660000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
} 
