body {
	background-color: #f5f5dc;
	color: #000000;
	font-family: Verdana;
	font-size: 12pt;
}

.dark {
	background-color: #982e07;
	color: #f5f5dc;
}

.darktext {
	color: #982e07;
}

.smallborder {
	border-left: 1px solid black;
	border-top: 2px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	border: 1px solid black;
}

.smallborder2 {
	border: 1px solid black;
}

.smallborderL {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	border-right:1px solid #982e07;
	border-bottom:1px solid #982e07;
}

.smallborderR {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	border-bottom:1px solid #982e07;
}

.smallborderI {
	font-family: "Comic Sans MS";
	font-size: 9pt;
	border-right:1px solid #982e07;
	border-bottom:1px solid #982e07;
}

h1 {
	color: #982e07;
	font-family: "Comic Sans MS";
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 24pt;
}

h1.banner {
	color: #f5f5dc;
	font-family: "Comic Sans MS";
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 26pt;
	font-style: italic;
}

h1.banner2 {
	color: #f5f5dc;
	font-family: "Comic Sans MS";
	font-size: 30pt;
	font-style: italic;
}

h1.banner3 {
	color: #f5f5dc;
	font: italic 30pt 'Comic Sans MS';
}

h2 {
	color: #982e07;
	font-family: Verdana;
	font-size: 16pt;
}

h2.banner {
	color: #f5f5dc;
	font-family: "Comic Sans MS";
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 14pt;
}

h3 {
	color: #000000;
	font-family: "Comic Sans MS";
	font-size: 14pt;
}

h4 {
	color: #000000;
	font-family: Verdana;
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 9pt;
}

h4.reviewer {
	color: #982e07;
	font-family: Verdana;
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 11pt;
}

h5 {
	color: #000000;
	font-family: Verdana;
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 8.5pt;
}

h5.reviewer {
	color: #982e07;
	font-family: Verdana;
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 10pt;
}

h6 {
	color: #000000;
	font-family: Verdana;
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 8pt;
}

.smaller	{
	font-size: 10pt;
}

p.smaller	{
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
}

p.links	{
	font-family: "Comic Sans MS";
	font-size: 10pt;
}

td	{
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
}

td.centerv	{
	font-family: Verdana;
	font-size: 10pt;
	vertical-align: middle;
	text-align: left;
}

pre	{
	font-family: Verdana;
	font-size: 10pt;
}

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

.smallblack	{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	vertical-align: top;
}

.smallblackrt	{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: top;
	text-align: right;
}

a:link	{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}

a.plain	{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover	{
	color: #000000;
	font-weight: bold;
	}

a:visited	{
	color: #000000;
	font-weight: bold;
	}

a:active	{
	color: #982e07;
	font-weight: bold;
	}

[disabled] { /* Text and background colour, medium red on light yellow */
	font-weight: bold;
	font-style: italic;
	color:#000000;
	background-color:#f5f5dc;
}

