* {
	font-family: Arial, Helvetica;
}

body {
	font-family: Arial, Helvetica;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #ffffff;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

.title {
	font-size: 15pt;
	font-weight: bold;
	color: #0d1364;
}

.heading {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}

.subhead {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

p {
	font-size: 10pt;
	color: #000000;
}

.copy {
	font-size: 10pt;
	color: #000000;
}

.signature {
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	margin-left: 50px;	
}

.copyind {
	font-size: 10pt;
	color: #000000;
	margin-left: 40px;
	padding: 2px;
}

.copyright {
	color: #000000;
	font-size: 8pt;
}

.nav {
	font-size: 9pt;
	color: #0000ff;
}

a.headernav {
	font-size: 11pt;
	font-weight: bold;
	color: #0d1364;
	padding: 2px;
	text-decoration: underline;
}

a.headernav:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #0d1364;
	padding: 2px;
	text-decoration: none;
}

a.image:link {
	text-decoration: none;
}

a.image:active {
	text-decoration: none;
}

a.image:visited {
	text-decoration: none;
}

a.image:hover {
	text-decoration: none;
}


