/* CSS Document */

body {
	background-color: #BDAF95;
	margin-top: 0px;
	background-image: url(images/site/_bkgd_tan-shade.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
}

body.index {
	background-color: #FFFFFF;
	margin-top: 0px;
	background-image:none;
}

td.watermark {
  background-image:url(images/site/_bkgd_watermark.jpg);
  background-repeat:repeat-x;
  background-position:center;
}

.links {
	font-family: Garamond, "Times New Roman", "Trebuchet MS", serif;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	color: #444444;
}

a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
