/* CSS definition file containing sitestyle stylesheets */

BODY {
	background-color : #000000;
	color : #ffffff;
	margins : 0;
	font-family : monospace;
	font-size : 13px;
}
INPUT {
	background-color : #000000;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 2px outset;
}
INPUT.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
}
INPUT.radio {
	background-color : #000000;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 0px;
}
INPUT.checkbox {
	background-color : #000000;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 0px;
}
TEXTAREA {
	background-color : #000000;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 2px outset;
}
SELECT {
	background-color : #000000;
	color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 2px outset;
}
TD {
	font-family : monospace;
	font-size : 13px;
}

a {
	color : #CFFAA7;
	text-decoration : underline;
}
a:hover {
	color : #E3F30F;
	text-decoration : underline;
}
.report_label {
	background-color : #3F61A1;
	color : #ffffff;
	font-weight : bold;
	font-size : 10px;
	text-decoration : none;
}
.report_line1 {
	background-color : #E3E8F1;
	color : #000000;
	font-size : 10px;
	text-decoration : none;
}
.report_line2 {
	background-color : #CED6E7;
	color : #000000;
	font-size : 10px;
	text-decoration : none;
}
.formlabel {
	color : #ffffff;
}

.menubar {
	color : #CFFAA7;
	font-weight : bold;
	font-size : 15px;
	text-decoration : none;
}
a.menubar {
	color : #CFFAA7;
	font-weight : bold;
	font-size : 15px;
	text-decoration : none;
}
a:hover.menubar {
	color : #CFFAA7;
	font-weight : bold;
	font-size : 15px;
	text-decoration : underline;
}
.menubar_selected {
	color : #E3F30F;
	font-weight : bold;
	font-size : 15px;
	text-decoration : none;
}
a.menubar_selected {
	color : #E3F30F;
	font-weight : bold;
	font-size : 15px;
	text-decoration : none;
}
a:hover.menubar_selected {
	color : #E3F30F;
	font-weight : bold;
	font-size : 15px;
	text-decoration : underline;
}
.submenu {
	color : #CFFAA7;
	font-size : 11px;
	text-decoration : none;
}
a.submenu {
	color : #CFFAA7;
	font-size : 11px;
	text-decoration : none;
}
a:hover.submenu {
	color : #CFFAA7;
	font-size : 11px;
	text-decoration : underline;
}
.submenu_selected {
	color : #E3F30F;
	font-size : 11px;
	text-decoration : none;
}
a.submenu_selected {
	color : #E3F30F;
	font-size : 11px;
	text-decoration : none;
}
a:hover.submenu_selected {
	color : #E3F30F;
	font-size : 11px;
	text-decoration : underline;
}

.title {
	font-size : 20px;
	color : #FF2000;
	font-weight : bold;
}
.subtitle {
	color : #ffffff;
	font-weight : bold;
}
.instructions {
	font-size : 11px;
}

.dateline {
	font-size : 10px;
}
.copyright {
	font-size : 11px;
	color : #CFFAA7;
}
.note {
	font-size : 12px;
	color : #001383;
	background-color : #DFE2F0;
}
.footnote {
	font-size : 11px;
}
.footer {
	font-size : 11px;
}
.codeexample {
	font-family : Courier;
}
.small {
	font-size : 10px;
}

