body {
	background-color: white;
}

h1 {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

h2 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.plain-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.small-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.header-text {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: white;
}

.nav-text {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #DDDDDD;
}

.nav-divider {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}

a:link {
	text-decoration: none;
		color: green;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

.quote-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.quote-source {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.bold-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.italic-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.italic-bold-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.sub-heading {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
}


