body {
	margin: 5px 0px 0px 5px;
	background: url(/img/bg.jpg);
	color: #003300; font-size: 8pt; font-family: tahoma; font-weight: normal;
}

h1	{
	color: #003300;
	font-size: 16pt; font-family: tahoma; font-weight: bold;
	margin: 8px 0px 4px 0px;
}

.button	{
	//color: #003300; background: #cccc99;
	color: #000000; background: #9999cc;
	font-size: 8pt; font-family: tahoma; font-weight: bold;
	border: 2px #003300 solid; padding: 2px 4px 2px 4px; margin: 0px 0px -3px 0px;
	text-align: center; text-decoration: none;
	width: 1px;
}
.button:hover	{
	color: #000000; background: #ccccff; border: 2px #000000 solid;
}

td,th	{
	color: #003300; font-size: 8pt; font-family: tahoma; font-weight: normal;
}

input,select,textarea {
	color: #000000; background: #cccc99;
	font-size: 8pt; font-family: tahoma; font-weight: normal;
}

input:focus {
	color: #0000ff; background: #cccccc; outline: thick solid black
	font-size: 8pt; font-family: tahoma; font-weight: normal;
}

input:active {
	color: #0000ff; background: #cccccc; outline: thick solid red;
	font-size: 8pt; font-family: tahoma; font-weight: normal;
}

legend	{ color: #003300; font-size: 8pt; font-family: tahoma; font-weight: bold }
fieldset { padding: 3px }