/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #95320F;
}
h1 {
	font-size: 22px;
	color: #99310C;
}
.PgContent {
	padding-right: 20px;
}
.Link {
	color: #95320F;
}
.Link a:link {
	color: #F4E6C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4E6C9;
}
.Link a:visited {
	text-decoration: none;
	color: #F4E6C9;
}
.Link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.Link a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.VertRule {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95320F;
}
.RustColor {
	color: #95320F;
}
.BtmNav a:link {
	color: #F4E6C9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4E6C9;
}
.BtmNav a:visited {
	text-decoration: none;
	color: #F4E6C9;
}
.BtmNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.BtmNav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
