table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	vertical-align:top;
	table-layout:fixed;
}
td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:10px;
	padding-right:10px;
}
td.first {
	width: 200px;
}
input,textarea,select {
	margin-right:2px;
	background-color:white;
	border:1px solid black;
	padding:2px;
}
textarea,select,input[type="text"] {
	width:200px;
}
input:focus,select:focus,textarea:focus {
	background-color:#ffe8b5;
	color:black;
} 
textarea {
	height:80px;
}
.normalinput {
	width: auto;
}

body {
	font-size:10px;
	font-family:Verdana,Tahoma,Arial;
}
a:link {
	color:#000099;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
a:active {
	color:#000099;
	text-decoration:none;
}
