body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
p {
	font-size: 11px;
}
table {
	border: 1px solid #FFFFFF;
	padding: 0px;
	spacing: 1px;
}
th {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
td {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.out {
	background-color: #CCCCCC;
}
.over {
	background-color: #999999;
	cursor: hand;
}
input, select {
	color: #000000;
	background-color: #CCCCCC;
	margin: 3px;
	text-decoration: none;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
textarea {
	color: #000000;
	background-color: #CCCCCC;
	margin: 3px;
	text-decoration: none;
	width: 500px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

