/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	height: 100%;
	font-family: "Lucida Grande", "Luxi Sans", "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.tableborder {
	border: 1px solid #5A3314;
}
a:link,
a:visited {
	text-decoration: none;
	color: #5A3314;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}