@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #DBCAC0;
}
.main_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A97B64;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A97B64;
	border-right-color: #A97B64;
	border-bottom-color: #A97B64;
	border-left-color: #A97B64;
}
a:hover.main_links {
	color: #FFFFFF;
	background-color: #A97B64;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A97B64;
	font-weight: lighter;
	font-size: 36px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DBC9BF;
	line-height: 18px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #A97B64;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 18px;
}
