<STYLE TYPE="text/css">

   <!--

	a:active { text-decoration: none; color: #EE6600; font-weight: bold }
	a:link { text-decoration: none; color: #EE6600; font-weight: bold }
	a:visited { text-decoration: none; color: #EE6600; font-weight: bold }
	a:hover { text-decoration: underline; color: #EE6600; font-weight: bold }

	body, td {
		text-decoration: none;
		color: #444444;
		font-family: verdana, tahoma, arial;
		font-size: 12
	}

	.intro {
		text-decoration: none;
		color: #444444;
		font-family: verdana, tahoma, arial;
		font-size: 14
	}

	.small {
		text-decoration: none;
		color: #444444;
		font-family: verdana, tahoma, arial;
		font-size: 10
       	}

	div.info {
		font-size:100%;
		visibility:hidden;
		position:absolute;
		z-index:200
	}

	input {
		background-color: #FFFFFF;
		height: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		color: #444444;
		font-family: verdana, tahoma, arial;
		font-size:12
	}

	textarea {
		background-color: #FFFFFF;
		border-style: solid;
		border-width: 1px;
		border-color: #333333;
		color: #444444;
		font-family: verdana, tahoma, arial;
		overflow: auto;
		font-size:12
	}

	.button {
		color: #FFFFFF;
		font-family: verdana, tahoma, arial;
		font-weight: bold;
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
		border: 0;
		background-image: url("./button.gif");
		text-align: center;
		height: 20;
		width: 80;
		cursor: pointer;
		font-size: 10
	}

   -->

</STYLE>