body, input, textarea, select
{
	text-align: left;
	color: #000000;
	background-color: #dedcdc;
}
body, th, td
{
	font-family: Helvetica, sans-serif;
	font-size: 76%;
}

textarea {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
}

h1
{
	font-size: 2em;
	font-style: italic;
	color: #000080;
	margin-bottom: .75em;
}
h2
{
	font-size: 1.5em;
	margin-bottom: .5em;
}
h3
{
	font-size: 1.2em;
	margin-bottom: .25em;
}
h4
{
	font-size: 1em;
	margin-bottom: 0em;
}
h5
{
	font-size: .8em;
	font-style: italic;
	margin-bottom: 0em;
}
h6
{
	font-size: .8em;
	font-style: italic;
	margin-bottom: 0em;
}

h1, h2, h3, h4, h5, h6, #header
{
	font-family: Courier New, Courier, sans-serif;
}

p
{
	margin: 1em 0;
}

table
{
	margin: 0.5em 0;
}

a
{
	color: #4A7002;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}
a:hover img
{
	outline: 1px dotted #FFFBF0;
}

fieldset
{
	border-style: solid;
}

#identity a
{
	color: #FFFFFF;
	text-decoration: none;
}

#logo
{
	margin: 0;
	font-size: 2.5em;
	color: #FFFFFF;
}

#welcome
{
	text-align: center;
	color: #222;
	font-size: 12px;
	font-style: normal;
}
#name
{
	white-space: nowrap;
}

#controls
{
	height: 11px;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	text-align: center;
	background-color: none;
}
#controls ul
{
	display: block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#controls li
{
	display: inline;
	text-transform: lowercase;
}
#controls a
{
	padding: 2px 7px;
	text-decoration: none;
	color: #000000;
}
#controls a:hover
{
	color: blue;
}

/* Overrides */

.adminLinks {
	background-color: #fff;
}