body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: White;
	color: #999999;
}
table {
	font-size: 8pt;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a.silver {
	background-color: #fbe6ef;
}
h5 {
	font-size: 1.4em;
	margin: 5px;
	text-align: center;
	color: #544e46;
}
h1 {
	font-size: 1.2em;
	margin: 5px;
	text-align: center;
	color: #544e46;
}
h2 {
	font-size: 1.1em;
	margin: 10px 0px 10px 0px;
	text-align: left;
	color: #666;
}
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;
}
input {
	background-color: #eee;
	border: 1px solid #67615a;
	/*font-size: 1em;*/
	color: #666;
	text-align: center;
	height: 17px;
	/*line-height: 17px;*/
}
input.but {
	border: 2px outset #67615a;
}
textarea {
	font-size: 10px;
	font-family: Arial, sans-serif;
}
input.but, button {
	cursor: pointer;
	width: 60px;
}
input.pointer {
	cursor: pointer;
}

input.ch {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
p {
	margin: 0;
	padding: 0;
}
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;
}
caption {
	padding: 0 4px 0 4px;
	text-align: left;
	background-color: White;
	color: #996666;
	font-size: 0.9em;
	letter-spacing: 1px;
}
th {
	background-image: url(../files/thbcg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0 4px 0 4px;
	text-align: left;
	background-color: #eee;
	color: #333;
}
th a {
	color: #666;
}
th a:hover {
	color: #999;
	text-decoration: none;
}
small {font-size: 0.8em;}


