@charset "utf-8";
/* CSS Document */

body {
	background: #CCC;
	text-align: left;
}
.medium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8A4A15;
}

a:link {
	color: #909090;
	text-decoration: none;
}
.border {
	border: 2px solid #EAA57B;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #ECB080;
}

.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.box {
	border-right-style: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.box2 {
	border: thin solid #CCC;
	padding: 0px;
}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #7A7A7A;
}
.smallbottom {
	color: #999;
	font-size: 9px;
}
.brownsmall {
	font-size: 10px;
	color: #C6681C;
	font-style: italic;
}

