body { backGround: #FAF5F5; }

body,td
{
	font-family: arial;
	font-size: 10pt;
}

.footer
{
	backGround: #A03333;
	color: #ffffff;
}
.footer a:link, .footer a:active, .footer a:visited
{
	color: #ffffff;
}

a:link, a:active, a:visited
{
	color: #aa0000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.text_input
{
	border: 1px solid #000000;
	backGround: #ffffff;
	width: 100%;
}

.btn
{
	border: 1px solid #000000;
	backGround: #eeeeee;
	cursor: hand;
}

.error { color: #aa0000; }

.adm_title { font-weight: bold; }

#admin_main { backGround: #fafafa; }

#admin_left { backGround: #eeeeee; }

.hline { color: #b0b0b0; }

.highlight { backGround: #e5e5e5; padding: 4px; }

.stat_highlight { backGround: #e5e5e5; font-size: 8pt; padding: 4px; }
.stat_small { font-size: 8pt; padding: 5px; }
.stat_cell { font-size: 6pt; }

.padded { padding: 5px 10px 0 10px; }

#red { color: #ff0000; }
#green { color: #007700; }
