body {
	background-color: #221111;
}

.title {
	color: eeeecc;
	font-weight: bold;
	font-size: 52pt;
	line-height: 60pt;
	font-family: "Times New Roman", Garamond;
	text-align: center;
}

.subtitle {
	color: eeeecc;
	font-weight: bold;
	font-size: 13pt;
	line-height: 15pt;
	font-family: "Times New Roman", Garamond;
	text-align: center;
}

.note {
	color: eedddd;
	font-style: normal;
	font-size: 10pt;
	line-height: 15pt;
	font-family: "Times New Roman", Garamond;
	text-align: center;
}

.question {
	color: ffeeee;
	font-weight: bolder;
	font-size: 13pt;
	line-height: 15pt;
	padding-left:20pt;
	font-family: "Times New Roman", Garamond;
	text-align: left;
}

.answer {
	color: ffdddd;
	font-weight: bolder;
	font-size: 13pt;
	line-height:15pt;
	padding-left:30pt;
	padding-bottom:40pt;
	font-family: "Times New Roman", Garamond;
	text-align: left;
}

a:link {
	text-decoration: none;
	color: eeee88;
}

a:visited {
	text-decoration: none;
	color: aaaa88;
}

a:hover {
	text-decoration: underline;
	color:  eeeeaa;
}

a:active {
	text-decoration: underline;
	color: ffffaa;
}

.tiny {
	font-size: 70%;
}

.missingform {
	font-weight: bold;
	color: #ffff66;
}
.formlabel {
	font-family: arial,helvetica,sans-serif;
	font-size: 95%;
}

body, td, th {
	font-family: arial,helvetica,sans-serif;
	font-size: 95%;
}

em {
	font-weight: bold;
	font-style: italic;
}

.error {
        color: #cc0000;
}

.newsDate {
	font-size: 85%;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
	font-size: 85%;
}


pre,code {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	font-size: 90%;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #ffaa88;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #ffaa88;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #ffff66;
}

small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

a.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
	text-decoration: none;
}

.tableTitle {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.tableExtras {
	font-family: arial,helvetica,sans-serif;
	font-size: 85%;
	color: #FFFFFF;
}

input, textarea {
	font-family: arial,helvetica,sans-serif;
}

input.small, textarea.small, select.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}
