body
{
	background: #000000;
	margin: 0;
	font: 9pt/15pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #d7d5d5;
	text-align: center;
}

.all { padding-top: 25px; }

.error { 
	color: #FF0000;
	font-weight: bold;
}

.ok {
	font-weight: bold;
	color: #060
}

table.center
{
	margin-left: auto;
	margin-right: auto;
}

A:link
{
	color: #2D9C3B;
	text-decoration: underline;
}

A:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

A:active
{
	color: #5C5799;
	text-decoration: underline;
}

A:active:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

A:visited
{
	color: #2D9C3B;
	text-decoration: underline;
}

A:visited:hover
{
	color: #00A3E4;
	text-decoration: overline;
}

#header { border-bottom: #00A3E4 1px solid; }

#content1
{
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#title
{
	font-family: 'Futura','Arial Narrow', Helvetica, sans-serif;
	padding: 20px 5px 0px 5px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d7d5d5;
	margin-top: 12px;
	margin-left: auto;
}

h3
{
	text-align: right;
	color: #00A3E4;
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	color: #00A3E4;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px dotted #00A3E4;
}

em
{
	color: #d7d5d5;
	font-weight: bold;
}

#navlist
{
	padding: 0 1px 1px;
	font: bold 12px Verdana, sans-serif;
	width: 13em;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-bottom: #00A3E4 1px solid;
	text-align: right;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
}

#navlist li a:link { color: white; }
#navlist li a:visited { color: white; }

#navlist li a:hover
{
	border-color: #FE3;
	color: #00A3E4;
	background: #333333;
}

#copyright
{
	color: #d7d5d5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
	border-top: #00A3E4 1px solid;
	width: 605px;
}

#address
{
	color: #d7d5d5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 605px;
	font-weight: bold;
}

table
{
	width: 420px;
	border: 0;
	border-spacing: 7px 0px;
	border-collapse: separate;
}

th
{
	text-decoration: underline;
	font-size: 1.1em;
}
