/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #FFFFFF;
}
.TOC {
	line-height: 16pt;
	font-size: smaller;
}
.highlight {
	background-color: #FFFF99;
}
.boldred {
	font-weight: bold;
	color: #CC0000;
}
.boldblue {
	font-weight: bold;
	color: #003366;
}
.proseIndent {
	line-height: 20pt;
	text-indent: 32pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.prose {
	line-height: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.poem {
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.proseJustify {
	line-height: 20pt;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.short {
	line-height: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
}
.proseFirst {
	font-size: xx-large;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #003366;
}

