body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	/* background-image: url(); */
	background-color: #E8F7E6;
}
#navlist {
	font-size: .9em;
	margin: 0 0;
	width: 620px;
}
#navlist li {
	float: right;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist a {
	padding: 3px 10px 3px 22px;
	background-color: #999999;
	background-image:  url(images/l1_downb.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #CCCCCC;
}
#navlist a:link, #navlist a:visited {
	color: #333333;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited, 
#uberlink a:hover, #uberlink a:active {
	background-color: #9F6F9F;
	background-image:  url(images/l1_overb.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

.caption {
	font-size: 9px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
}

span.stepheader
{
	font-size: 0.8em;
	font-weight: bold;
}

ul.steps
{
	margin: 0 3em;
}

ul.stepdetail
{
}

ul.stepdetail li
{
	font-size: 0.8em;
	padding: 0.1em;
}

table.beginform
{
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid gray;
}

table.beginform tr.submitrow td
{
	text-align: center;
}

table.beginform input.beginbox
{
	width: 8em;
}

table.beginform tr.submitrow td input
{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.0em;
	font-weight: bold;
	color: #330033;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
	color: #330033;
	font-style: italic;
}

span.errormsg
{
	color: red;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}


.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: lighter;
}

table.helptest
{
	border: 1px solid gray;
	border-collapse: collapse;
	margin: auto;
	width: 90%;
}

table.helptest tr.arow
{
	background: #FFFFFF;
	border: 1px solid gray;
}

table.helptest tr.brow
{
	background: #EEEEEE;
}

table.helptest tr td
{
	border-top: 1px solid gray;
	padding: 0.2em 0.2em;
}

table.helptest input.app_field
{
	border: 1px solid gray;
}

table.helptest tr td.help
{
	font-size: 0.8em;
	font-style: italic;
}

p.confirm_details
{
	margin: 1em 2em;
	border: 1px solid gray;
	background-color: #EEEEEE;
}


#override_notice
{
	margin: 1em 4em;
	border: 1px solid gray;
	background: #EEEEEE;
	text-align: center;
}
