body {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 5px;
}

div, td, th {
	color: #4D4D4D;
	font-family: Tahoma, sans-serif;
}

input, select, textarea {
	background-color: #FFFFFF;
	color: #4D4D4D;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #4D4D4D;
	text-decoration: none;
}

a:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}

.error {
	color: #FF0000;
}

.hidden {
	display: none;
}

#main {
	width: 933px;
}

#header {
	background-image: url(../img/logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 11px;
	height: 14px;
	text-align: right;
}

#header img {
	margin-left: 18px;
	margin-right: 5px;
}