body,td
{
	font-family: verdana;
	font-size: 12px;
	color: #C0C0C0;
}

body
{
	background-color: #191919;
}

a
{
	color: #DE9A4B;
	text-decoration: none;
}

input,textarea,select
{
	border-color: #494949;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
}

input[type=checkbox]
{
	border-style: none;
}

h1
{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}

fieldset
{
	border-color: #494949;
	border-style: solid;
	border-width: 1px;
	padding: 0px;
}

legend
{
	margin-left: 8px;
	font-weight: bold;
	color: #C0C0C0;
}

td
{
	padding: 0px;
}

table.data
{
	border-collapse: collapse;
}

td.data
{
	padding: 5px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #4A4A4A;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}