
body {
	background-color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10pt;

}


h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #006EAE;
	letter-spacing: 4pt;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
	color: #006EAE;
	letter-spacing: 3pt;
}

h3 {

	font-size: 14pt;
	font-weight: normal;
	color: #7DA3D0;
	letter-spacing: 2pt;
}
h4 {
	font-weight: bold;
	letter-spacing: 2pt;
	color: #114B92;
}
h5 {
	color: #333333;
}
h6 {
	font-weight: bold;
	color: #0066CC;
	letter-spacing: 4pt;
	font-size: 11pt;
}

.highlight {
	font-weight: bold;
	color: #5388BA;
}
a:link {
	color: #114B92;
	text-decoration: none;
}
a:visited {
	color: #114B92;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	color: #CC0033;
	text-decoration: none;
}
ol {
	font-size: 10pt;
}
ul {
	list-style-type: square;
}



li {
	font-size: 10pt;
	line-height: 14pt;
}
.footnote {
	font-size: 8pt;
	line-height: 13pt;
	font-style: italic;
}
#mainTitle {
	font-size: 1pt;
	visibility: hidden;
}
#printTitle {
	font-family: Times, "Times New Roman", serif;
	font-size: 10pt;
	font-weight: bold;
	color: #114B92;
}
#mainNav {
	visibility: hidden;
	font-size: 1pt;
}



