body {
	background: #FFFFFF;
	color: #000; 
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
   	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link { color: #880000 }
a:visited { color: #880000 }
a:hover { color:#000000 }

a:link.notdone { color: #000000; text-decoration:none; }
a:visited.notdone { color: #000000; text-decoration:none; }
a:hover.notdone { color: #000000; text-decoration:none; }

a:link.helper		{ color:#990000; font-size:75%; }
a:visited.helper	{ color:#990000; font-size:75%; }
a:hover.helper		{ color:#000000; font-size:75%; }

a img {
	border-style: none none none none;
	color: #FFFBF0;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1.title { text-align: left; }

span.title { font-weight: bold; }
div.page_content { color:#000000; background:#FFFFFF; }
div.title { text-align: center }
div.grouped { border: solid; background: #DDDDDD; padding: 5px; }
.error { color: #DD0000; }
div.note { background: #88FF88; }
div.copyright { text-align:center; font-size:75%; }
div.news h3, blockquote h3 { text-align: center; }

.confirm { color: #DD0000; }

.nonactive { color: #666666; }

tr.submission_group1 { background:#DDDDDD; }
tr.submission_group2 { background:#BBBBBB; }

table.search_form { border: 1px solid #CCC; margin-left:auto; margin-right:auto; }
th.search_title { background:#FEFE76; }
th.search_note { background:#FEFE76; color:#CC0000; font-size: 90%; }
th.search_item_title { background:#D6EBFE; text-align:right; }
td.search_item { background:#D6EBFE; text-align:left; }
th.search_output_title { background:#FEFE76; text-align:right; }
td.output_item { background:#D6EBFE; text-align:left; border-top: 1px solid #B4C9DC; }

span.search_example { font-size: 75%; }
span.example { font-family: Courier, Monaco, sans-serif; }

span.required { color: #005500; }
th.required { text-align:right; color: #005500; }
td.input_field { text-align:left; }
td.example { text-align:center; color: #0000CC; }

td.result_header, th.result_header { background:#CCCCCC; border:solid 1px; }
td.result_odd { background:#FFFFFF; border:solid 1px; }
td.result_even { background:#EEEEFF; border:solid 1px; }
td.result_odd_flagged { background:#FFAA22; border:solid 1px; color:#000000; }
td.result_even_flagged { background:#FFCC44; border:solid 1px; color:#000000; }

td.result_odd_deleted { background:#DDDDDD; border:solid 1px; color:#444444; text-decoration: line-through; }
td.result_even_deleted { background:#BBBBBB; border:solid 1px; color:#444444; text-decoration: line-through; }
td.result_odd_flagged_deleted { background:#DD8800; border:solid 1px; color:#444444; text-decoration: line-through; }
td.result_even_flagged_deleted { background:#DD9922; border:solid 1px; color:#444444; text-decoration: line-through; }

span.results_count { color:#0000BB; }

span.define_word { font-style: italic; font-weight: bold; }
span.definition { padding-bottom: 2em; }

table.centered { margin-left:auto; margin-right:auto; }
div.centered { text-align:center; }

.nav { background: #660000; color: #FFFFFF; }

div.nav { padding: 0.5em; }

.pipe
{
	color: #222222;
	margin: 0 4px 0 4px;
	font-size: .9em;
}
.navPipe
{
	color: #DDDDDD;
	margin: 0 4px 0 4px;
	font-size: .9em;
}

a:link.nav { color: #FFCC33 }
a:visited.nav { color: #FFCC33 }
a:hover.nav { color: #FFFFFF }

em {
	font-weight: bold;
	font-size:110%
}
p.description {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:90%;
}
p.title {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
    font-size: 175%;
    text-align: center;
}
p.error {
	color: #DD0000;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
}
p.copyright {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.two_column_table {
	width: 100%;
	padding: 0;
}

.left_column_content {
	width: 50%;
	vertical-align: top;
	padding-right: 0.5em;
}

.right_column_content {
	width: 50%;
	vertical-align: top;
	padding-left: 0.5em;
}

.content_box {
	border: 1px solid #CCC;
}

.content_header {
	background: #FEFE76;
	padding: 0.2em;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #CCC;
}

.content {
	background: #D6EBFE;
	padding: 0.5em;
}

.descriptive_text {
	font-size: 85%;
}
