body {
	background-color: #000000;
	color: #F0F0F0;
	font-family: verdana;
	font-size: 11px;
}

.invisible {
	background-color: #000000;
}

td {
	font-size:11px;
	background-color:#000000;
}

td.title {
	font-size:12px;
	font-weight:bold;
	background-color:#2E2E2E;
}

td.bg {
	background-color:#FFFFFF;
}

.text{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	border-style: inset;
	border-width: 1px;
	background-color: #DDDDDD;
	width:80px;
}

.select {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	border-style: inset;
	border-width: 1px;
	background-color: #DDDDDD;
	width:100px;
}

.text:focus {
	background-color: #FF3030;
}

.textarea {
	font-family:verdana;
	font-size:11px;
	border-style: inset;
	border-width: 1px;
	background-color: #DDDDDD;
	width:300px;
	height:30px;
}

.textarea:focus {
	background-color: #FF2020;
}

.button {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	border-style: outset;
	border-width: 1px;
	background-color: #DDDDDD;
}

.button:hover {
	border-style:inset;
}

a {
	color: #F0F0F0;
}

a:visited {
	color: #F0F0F0;
}

a:hover {
	text-decoration:none;
}

.small {
	font-size:9px;
}

