body {
	margin: 0;
	padding: 0;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: Black;
}
table {
	font-size: 12px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: none;
}
a.silver {
	background-color: #fbe6ef;
}
h4 {
	font-size: 0.9em;
	margin-bottom: 3px;
}
img {
	border: 0;
	vertical-align: middle;
}
form {
	display: inline;
}
select, button, input {
	font-size: 0.8em;
	vertical-align: middle;
}
textarea {
	font-size: 10px;
	font-family: Arial, sans-serif;
}
input.but, button {
	cursor: pointer;
	cursor: hand;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: justify;
}
p.room {
	margin: 40px;
	line-height: 160%;
}
p:first-letter {
	font-size: 1.1em;
	color: Black;
}
fieldset {
	border: 1px solid Black;
	background-color: White;
	margin: 0 0 10px 0;
	padding: 0;
}
label {
	border: 1px solid Black;
	color: Black;
	font-weight: bold;
	background-color: White;
}
th {
	padding: 0 4px 0 4px;
	text-align: left;
	background-color: #474b53;
	color: White;
}
th a {
	color: White;
}
th a:hover {
	color: White;
	text-decoration: none;
}
tr {
	height: 20px;
}
