body {
	background-color: #000000;
}
body, td, p, input{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
td.content {
	background-color: #ffffff;
}
._note {
	font-size: 10px;
}
._message {
	color: #000066;
}
a.nav:link, a.nav:visited {
	color: #888888;
	text-decoration: none;
}
a.nav:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
a.light:link, a.light:visited {
	color: #cccccc;
	text-decoration: none;
}
a.light:hover {
	color: #eeeeee;
	text-decoration: underline;
}
a:link, a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}
input, select, textarea {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
input._button_delete {
	background-color: #990000;
	color: #ffffff;
}
input._button_normal {
	background-color: #464646;
	color: #ffffff;
}
._template_topbottom {
	color: #ffffff;
	background-color: #cc3300;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}
._history {
	background-image: url('../img/background.history.gif');
	background-repeat: no-repeat;
}
