/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.bg {
	background-color: #FFFFFF;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #755741;
	text-decoration: none;
	padding: 1px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 1px;
}
.small-text-LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: hand;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.textboldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.textlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-variant: small-caps;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.border {
	border: thin double;
}
