body
{
	background-color: #C0C0C0;
	color: #400040;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica;
}

.preload
{
	display: none;
}

.footer
{
	font-size: 0.8em;
	text-align: center;
}

h1
{
	color: #800000;
	text-align: center;
	font-size: 1.5em;
}

h2
{
	color: #008000;
	text-align: left;
	font-size: 1.2em;
}

.narrow
{
	width: 1;
}

.wide
{
	width: 80%;
}

table
{
	width: 80%;
	border-style: outset;
	border-width: 2px;
	border-collapse: collapse;
	font-size: 0.8em;
}

thead tr
{
	color: #F0F0F0;
	font-weight: bold;
	background-color: #0000C0;
	padding-bottom: 100px;
}

td
{
	padding: 1px;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
}

.button
{
	color: #FFFFFF;
	background-color: #B0B0B0;
	font-weight: bold;
	letter-spacing: 0.1em;
	/*cursor: hand;*/
}

.field
{
	width: 100%;
}

.field_error
{
	width: 100%;
	background-color: #FFC0C0;
}

a { color: #000000; }
a:hover { color: #FFFFFF; }

img
{
	border-style: none;
	background-color: transparent;
}

