a:link {
	color: #98000d;
	text-decoration: underline;
}

a:visited {
	color: #98000d;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #c79e2c;
}

a:active {
	color: #98000d;
	text-decoration: underline;
}

a.footer:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

a.footer:visited {
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
}

a.footer:hover {
	color: #c26b00;
	text-decoration: underline;
	letter-spacing: 1px;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333333;
}
.content {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 70px;
}
.content li {
	list-style-type: square;
	margin-bottom: 15px;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bkd.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 18px;
	color: #98000d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	color: #c26b00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #265e15;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #265e15;
}
.borderleftgreen {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #265e15;
}
.borderbot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	vertical-align: top;
	height: 450px;
}

