body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #800000 ;
}

a:link {
	font-weight: bold;
	color: #efefef ;
	font-style: normal;
	text-decoration: none
}
a:active {
	font-weight: bold;
	color: #000000 ;
	font-style: normal ;
	text-decoration: none
}
a:visited {
	font-weight: bold;
	color: #efefef ;
	font-style: normal ;
	text-decoration: none
}
a:hover {
	font-weight: bold;
	color: #ffffff;
	font-style: normal ;
	text-decoration: underline
}

table {
	font-size: 8pt;
	font-weight: normal;
	color: #000000 ;
	text-decoration: none
}

td {
  vertical-align: top;
}


input {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border: 1px outset color #888888;
	padding: 3px;
	background-color: #eeeeee;
	}

textarea {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	border: 1px outset color #888888;
	padding: 1px;
	background-color: #eeeeee;
	}


