html, body {
	margin: 0px;
	padding: 0px;
	background-color: #5d5c5c;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
body, a, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5c5c;
	background-color: #ffffff;
}
.black {
	color: #000000;
}
.red {
	color: #cc0000;
}
img.imgborder {
border: 1px solid #333333;
padding: 4px;
background-color: #ffffff;
}