.text {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #6f6f6f;
}

.textsm {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #6f6f6f;
}

.header {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #6f6f6f;
	font-weight: bold;
}

.headerfirst {
	font-family: arial, sans-serif;
	font-size: 36px;
	color: #6f6f6f;
}

.sub {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #B9AC82;
	font-weight: bold;
}

.sub2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #B9AC82;
	font-weight: bold;
}

.emph {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #996699;
	letter-spacing: 2px;
}

.postcard {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2px;
}

a:visited {
	color: #996699;
}

a:link {
	color: #996699;	
}
.form {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

.formOn {
	font-family			: arial, helvetica, sans-serif;
	font-size			: 10px;
	color				: #484848;
	background-color	: #ebebeb;
	border-bottom		: #909090	1px solid;
	border-left			: #909090	1px solid;
	border-right		: #909090	1px solid;
	border-top			: #909090	1px solid;
}

.formOff {
	font-family			: arial, helvetica, sans-serif;
	font-size			: 10px;
	color				: #484848;
	background-color	: #ffffff;
	border-bottom		: #B9AC82	1px solid;
	border-left			: #B9AC82	1px solid;
	border-right		: #B9AC82	1px solid;
	border-top			: #B9AC82	1px solid;
}

.input {
	font-family			: arial, helvetica, sans-serif;
	font-size			: 10px;
	color				: #6f6f6f;
	background-color	: #ffffff;
	border-bottom		: #B9AC82	1px solid;
	border-left			: #B9AC82	1px solid;
	border-right		: #B9AC82	1px solid;
	border-top			: #B9AC82	1px solid;
}

.button {
	font-family			: Arial,Helvetica,sans-serif;
	font-size			: 12px;
	color				: #ffffff;
	background-color	: #9999CC;
	border-bottom		: #ff9933	1px solid;
	border-left			: #ff9933	1px solid;
	border-right		: #ff9933	1px solid;
	border-top			: #ff9933	1px solid;
	padding-bottom		: 3px;
	padding-left		: 3px;
	padding-right		: 3px;
	padding-top			: 0px;
	height				: 25px;
}