body
{
	margin: 3px;
	padding: 0px;
	color: #ffffff;
}

p, td
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
}

h1 {
	font-family: Georgia,Times,Serif;
	font-size: 18px;
	color: #FF9;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 4px;
}

.field {
	font-size:11px;
	font-family:arial,verdana,helvetica;
	background-color:#FFFFFF;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 6px;
}

.sm { font-size: 9px;
	letter-spacing: .02em;
}


select
{
	background-color: #eee;
	font-family: Verdana, Trebuchet;
	font-size: 10px;
	border-color: #FFF #999 #999 #FFF;
	border-width: 1px;
	border-style: solid;
}

option
{
	background-color: #eee;
	font-family: Verdana, Trebuchet;
	font-size: 10px;
}

input.button
{
	background-color: #dddddd;
	padding: 3px;
	margin-top: 5px;
	border-color: #FFF #999 #999 #FFF;
	border-width: 1px;
	border-style: solid;
}

input.checkbox { border: 0; }


.trace
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: .02em;
	line-height: 16px;
	color: #B6AAA6;
}

a
{
	color: #FFFF99;
	text-decoration: none;
}

a:link
{
	color: #FFFF99;
	text-decoration: none;
}

a:visited
{
	color: #900;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


span.footer
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: .02em;
	line-height: 16px;
	color: #FFFF99;
}

span.footer a:link
{
	color: #FFFF99;
	text-decoration: none;
}

span.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
span.footer a:visited
{
	color: #B6AAA6;
}

