body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/pg_bkg.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #242021;
}

h1 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #a67964;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #d3d3d3;
	margin: 0px;
}

h3 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #87a9b2;
	margin: 0px;
}

h4 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #b4b4b4;
	margin: 0px;
}

hr {
	color: #AFC9CA;
	background-color: #AFC9CA;
	border: 0px;
	height: 0px;
	
	
}

b {
	
}

i {
	
}

.captionText {
	color:#a67964;
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #a67964;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #7c5847;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #a67964;
	color: #FFFFFF;
	border-top: 1px solid #7d5949;
	border-left: 1px solid #7d5949;
	border-right: 1px solid #7d5949;
	border-bottom: 1px solid #7d5949;
}

input.btn2 {
	background-color: #c5d9de;
	color: #70949d;
	border-top: 1px solid #688d97;
	border-left: 1px solid #688d97;
	border-right: 1px solid #688d97;
	border-bottom: 1px solid #688d97;
}

img.img {
	border: 3px double #cccccc;
}

img.img2 {
	border: 1px solid #cccccc;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 3px double #cccccc;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 3px double #cccccc;
}

img.left2 {
	float: left;
	border: 1px solid #242021;
}

img.right2 {
	float: right;
	border: 1px solid #242021;
}

div {
	scrollbar-face-color: #c5a697;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #f1ebe8;
	scrollbar-track-color: #f1ebe8;
}

.subnav {
	color: #8b8b8b;
	font-weight: bold;
}

a:link.subnav, a:visited.subnav, a:active.subnav {
	font-family: arial;
	color: #782f0e;
	/*font-size: 10px;*/
	text-decoration: none;
	font-weight: normal;
}

a:hover.subnav {
	color: #4c1800;
	font-weight: normal;
}

.subnav2 {
	color: #d8b9ab;
}

a:link.subnav2, a:visited.subnav2, a:active.subnav2 {
	font-family: arial;
	color: #b18977;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a:hover.subnav2 {
	color: #7c5847;
	font-weight: normal;
}

.subnav3 {
	color: #d1d1d1;
	font-weight: bold;
}

a:link.subnav3, a:visited.subnav3, a:active.subnav3 {
	font-family: arial;
	color: #acacac;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a:hover.subnav3 {
	color: #9c9c9c;
	font-weight: normal;
}