body {
	margin: 0px;
	background-color: #660000;
	color: black;
	font-size: 10pt;
}

.separator1 {
	background-color: #996600;
	height: 4px;
}

.separator2 {
	background-color: #000000;
	height: 2px;
}

.pageheader {
	padding: 5px;
	background-color: #FFCC00;
	color: black;
	text-align: center;
	font-family: Sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.pageheader a {
	color: #CC0000;
	font-face: Serif;
	font-size: 10pt;
}
.pageheader a:visited {
	color: #CC0000;
	font-face: Serif;
	font-size: 10pt;
}
.pageheader a:active {
	color: #CC0000;
	font-face: Serif;
	font-size: 10pt;
}
.pageheader a:hover {
	color: #FF3333;;
	font-face: Serif;
	font-size: 10pt;
}

.wordlist {
	padding-left: 17px;
	vertical-align: top;
	text-align: left;
	background-color: #333366;
	color: #FFCC00;
	font-family: Serif;
	font-size: 10pt;
}

.wordlisth1 {
	padding-left: 0px;
	vertical-align: top;
	text-align: center;
	background-color: #333366;
	color: #FFCC00;
	font-family: Serif;
	font-size: 14pt;
	font-weight: bold;
}

.wordlistheader {
	padding: 4px;
	vertical-align: top;
	text-align: center;
	background-color: #FFCC00;
	color: #333366;
	font-family: Serif;
	font-size: 10pt;
	font-weight: bold;
}

.progoptions {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #CC9900;
	color: #000000;
	font-family: Serif;
	font-size: 10pt;
}

.progoptionsleft {
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-color: #CC9900;
	color: #000000;
	font-family: Serif;
	font-size: 10pt;
}

.progoptionsright {
	padding: 5px 5px 5px 5px;
	text-align: right;
	background-color: #CC9900;
	color: #000000;
	font-family: Serif;
	font-size: 10pt;
}

a, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #CC3333;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}

.raw {
	font-size: 10pt;
	font-family: monospace;
	color: white;
}

.margin {
	font-family: Serif;
	font-size: 12pt;
	background-color: gray;
	color: black;
}

.highlight {
	font-family: Serif;
	font-size: 12pt;
	background-color: #CC6633;
	color: black;
}

.info {
	font-family: Serif;
	font-size: 10pt;
	background-color: #660000;
}
