body
{
	background: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin: 0px;
}

a:link
{
	color:#000000;
	text-decoration: underline;
}

a:visited
{
	color:#000000;
	text-decoration: underline;
}

a:hover
{
	color:#000040;
	text-decoration: underline;
}

img
{
	border: 0px;
}

table
{
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 10px;
}

table td
{
	padding: 0px;
}

table.cellPaddingIs1 td
{
	padding: 1px;
}

table.cellPaddingIs2 td
{
	padding: 2px;
}

table.cellSpacingIs1
{
	border-collapse: separate;
	border-spacing: 1px;
}

table.cellSpacingIs2
{
	border-collapse: separate;
	border-spacing: 2px;
}

input
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border: 1px #000000 solid;
}

select
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border: 1px #000000 solid;
}

textarea
{
	font-size: 10px;
	font-family: Verdana, Arial;
	border: 1px #000000 solid;
}

.bold
{
	font-weight: bold;	
}

.valueinput
{
	background: black;
	border: 1px #808080 solid;
	font-weight: bold;
	text-align: center;
	color: #00ff00;
}

.button
{
	background: #e0e0e0;
	border-bottom: 1px #808080 solid;
	border-right: 1px #808080 solid;
	border-top: 1px #eeeeee solid;
	border-left: 1px #eeeeee solid;
	color: black;
}	

.checkbox
{
	border: 0px;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -2px;
	margin-bottom: -2px;
}	
