.bg {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.textbox {
	font-family: "Lucida Sans Unicode", "Lucida Console";
	border: 1px solid #6B784D;
	font-size: 10px;
	font-style: normal;
}
.body, ul, p {
	font-size: 11px;
	color: #6A614D;
	font-family: "Trebuchet MS";
	line-height: 14px;
	font-weight: normal;
}
li {
list-style-image:url(../images/star.png);
}

.pagebg {
	background-attachment: scroll;
	background-image: url(../images/page_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(../images/left_border_loop.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightbg {
	background-attachment: scroll;
	background-image: url(../images/right_border_loop.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.horizontalrule {
	color: #DACFB6;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #505E39;
	border: 1px solid #FFFFFF;
}
.smallprint {

	font-size: 10px;
	font-family: "Trebuchet MS";
	line-height: 16px;
	font-weight: normal;
}
.subheader {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	line-height: 18px;
}
A, A:link {text-decoration: underline; color: #FF9900 ;};
A: hover {text-decoration: none; color: #6A822F ;};
A: active {text-decoration: none; color: #6A822F ;};
A: visited {text-decoration: none; color: #FF9900 ;};
