body
	{
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	}

table, tr, td
	{
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	}

input
	{
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 1px outset #000000;
	}


select
	{
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	border: 1px outset #000000;
	}

a
	{
	color: #666666;
	background-color: transparent;
	decoration: none;
	}

a:hover
	{
	color: #333399;
	background-color: #eeeeee;
	decoration: none;
	}



