body, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
}

body, p, tr, th, input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #311c0f;
}

img {
	border: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a#hover {
	color: white;
}

.greyed {
	background-color: #999999;
}

.highlight {
	background-color: #a18469;
	color: white;
	font-weight: bold;
}

.highlight_top {
	background-image: url('/images/horiz_line_top.png');
}

.highlight_bottom {
	background-image: url('/images/horiz_line_bottom.png');
}

input, select, textarea {
	border: 1px dashed #999999;
	background: transparent;
}
