body, submit, form, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], textarea, input[type=file] {
	color: #000000;
	font-size: 11px;
	background: #FFFFFF;
    border: 1px solid #990000;
	margin: 2px;
	padding: 2px;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover, input[type=file]:hover {
    border: #000000 solid 1px;
}
input[type=submit], input[type=button] {
	color: #000000;
	font-size: 11px;
	background-color: #E2E2E2;
}
input[type=submit]:hover, input[type=button]:hover {
	color: #FFFFFF;
	background-color: #990000;
}

select {
	font-size: 11px;
    border: 1px solid #990000;
	margin: 2px;
	padding: 2px;
}
select:hover {
    border: #000000 solid 1px;
}
