
table
	{
	background: #FFFFFF;
	}

A:link, A:visited
	{ 
	color: #000000;
	text-decoration: none
	}

A:hover
  {
	text-decoration: underline
	}

TD, p, BODY
	{ 
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight: normal; 
	font-style: normal;
	}

hr
	{
	color: #000000;
	border-style: solid;
	width: 95%;
	height: 1;
	}


select 	{ 
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
	border: 1px #000000 solid;
	background-color: #FFFFFF; 
	width: 100%;
	}

input, textarea
	{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	border: 1px #000000 solid;
	color: #000000;
	background: #FFFFFF;
	width: 100%;
	}

input.check
  {
	border-width: 0;
	color: #000000;
	background: #DDDDDD;
	height: 15px;
	width: 15px;
  }

input.button
  {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	border: 1px #666666 outset;
	background-color: #EEEEEE;
  width: 60px;
  height: 19px;
  margin: 3px;
  }

input.none
  {
	border-style: none;
  width: 20;
	background: none;
  }

