/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-image: url(images/layout/bk.gif);
	background-repeat: repeat-x;
	background-color: #C7B299;
	margin-left: 0px;
	margin-top: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bordert {
	background-color: #736257;
	background-image: url(images/layout/border_t.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.borderl {
	background-color: #736257;
	background-image: url(images/layout/border_l.gif);
	background-repeat: repeat-y;
	width: 11px;
}
.borderb {
	background-color: #736257;
	background-image: url(images/layout/border_b.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.borderr {
	background-color: #736257;
	background-image: url(images/layout/border_r.gif);
	background-repeat: repeat-y;
	width: 11px;
}
.bodybk {
	background-image: url(images/layout/body_bk.jpg);
	background-repeat: no-repeat;
	background-color: #524741;
	height: 188px;
}
.ftrbk {
	background-image: url(images/layout/ftr_bk.jpg);
	background-repeat: no-repeat;
	height: 69px;
}
.ftrtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #362F2D;
	text-align: center;
}
.navtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 14px;
	padding-bottom: 10px;
	line-height: 20px;
}
a:link {
	color: #C7B299;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C7B299;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #C7B299;
}

a.ftrlink:link {
	color: #362F2D;
	font-weight: normal;
	text-decoration: underline;
}

a.ftrlink:visited {
	color: #362F2D;
	font-weight: normal;
	text-decoration: underline;
}

a.ftrlink:hover {
	color: #362F2D;
	font-weight: normal;
	text-decoration: none;
}

a.ftrlink:active {
	color: #362F2D;
	font-weight: normal;
	text-decoration: underline;
}
