body  {
	background: white;
}

p {
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

ul {
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: "#000000";
}

.title {
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.subhead
{
	font-family: "Arial", "Helvetia," sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.dropcap {
	font: bold 300% times,serif;
	float: left;
}

.learn
{
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}

.cutline
{
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.credit
{
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.close {
	font-size: 10pt;
}

.nav {
	text-align: center;
	font-size: 10pt;
}
	
a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: green;
}	
a:visited {
	color: red;
}


