.formtext {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #555433;
}
.headertxt {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #58581D;
}
.textbx {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E6E4C1;
	float: left;
	height: 16px;
	width: 125px;
	border: none;
	padding: 0px;
}
.yellotxt {
	font-family: Tahoma;
	font-size: 11px;
	color: #E3E2AB;
	font-weight: bold;
	text-decoration: none;
}
.textbx2 {

	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E6E4C1;
	float: left;
	height: 9px;
	width: 45px;
	border: none;
}
.button {
	height: 14px;
	width: auto;
	font-family: Tahoma;
	font-size: 10px;
	color: #EBDF91;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #CB9830;
	border: none;
	line-height: normal;
	text-align: center;
}
.rsvbutton {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #58581D;
	height: 20px;
	width: 20px;
	overflow: visible;
	text-align: center;
	
	border: none;
}
.tdbrwhit {
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.tdbrwhitrig {

	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
}
.newstxt {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #8A6504;
	line-height: normal;
}
.newsform {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B4782B;
	line-height: normal;
}
.textbxmail {

	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FCF5E3;
	float: left;
	height: 10px;
	width: 200px;
	border: none;
}
.tdbrbrown {

	border-top: 1px none #C78B32;
	border-right: 1px none #C78B32;
	border-bottom: 1px solid #C78B32;
	border-left: 1px none #C78B32;
}
.tdbrwhitleft {


	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.tdbrGREEN {


	border-top: 1px none #D7D492;
	border-right: 1px none #D7D492;
	border-bottom: 1px solid #D7D492;
	border-left: 1px none #D7D492;
}
.innerheader {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #675030;
	text-decoration: none;
}
.maintext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.linktext {
	font-size: 11px;
	font-weight: normal;
	color: #4B4B25;
	font-family: Tahoma;
	text-decoration: none;
}
.teamlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #996600;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}
.textbxDATE {

	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E6E4C1;
	float: left;
	height: 12px;
	width: 180px;
	border: none;
	padding: 0px;
}

#error{
	margin-bottom: 5px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.3em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
