body
{
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	font-family: Verdana;
	font-size: 8pt;
}

p
{
	margin: 0px;
}

th
{
	font-size: 7pt;
	text-align: center;
	background-image: url('/img/back_th.gif');
	height: 28px;
	color: #606060;
	font-weight: normal;
	border: 1px solid #606060;
}

td
{
	font-size: 8pt;
}

input
{
	font-size: 8pt;
	border: 1px solid #606060;
}

textarea
{
	font-size: 8pt;
}

h1
{
	font-size: 13pt;
	margin-bottom: 5px;
}

h2
{
	font-size: 10pt;
	margin-bottom: 3px;
}

a
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: none;
}

.textField
{
	border: 1px solid #000000;
}

form
{
	margin: 0px;
}

.table100
{
	width: 100%;
}

.td1
{
	background-color: #f0f0f0;
}
.td2
{
	background-color: #e0e0e0;
}

.td1right
{
	background-color: #f0f0f0;
	text-align: right;
}
.td2right
{
	background-color: #e0e0e0;
	text-align: right;
}

.right
{
	text-align: right;
}

img
{
	border: 0px;
}

.mbBorder
{
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #4C4A48;
	border-bottom: 1px solid #4C4A48;
}