.admintable1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 10px solid #FFFFFF;
	background-color: #DCD8CB;
	padding: 5px;
}
/**** FORMS ****/

	textarea {
	border : 1px solid #343434;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #353535;
	font-size: 11px;
	}
	textarea:hover {
	border : 1px solid #343434;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #EAEAEA;
	font-size: 11px;
	color: #3B313A;
	}
	input {
	border : 1px solid #343434;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #343434;
	font-size: 11px;
	}
	input:hover {
	border : 1px solid #383236;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #EAEAEA;
	font-size: 11px;
	color: #383236;
	}
	.required {
	color: #E18200;
	font-size: 11px;
	font-weight: bold;
	}
	.captchaerror{
	font-family: Geneva, georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	}
	.button {
	border: none;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	background-color: #548127;
	}
	.button:hover {
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	cursor: hand;
	background-color: #BCCFA5;
	}
	

/**** LINKS ****/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #FFFFFF;
}
/* Sets the style for visited links. */
a:visited {
	color: #FFFFFF;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #A1B68D;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #FFFFFF;
}
.picborder {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
}
.picborder:hover  {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding: 2px;
}
.picborder2 {
	border: 2px solid #5E4F3E;
	padding: 1px;
}
.picborder2:hover  {
	border: 2px solid #917960;
}
.b {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.b:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.b:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.b:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.c {
	text-decoration: none;
	color: #E28807;
	font-size: 12px;
	font-weight: bold;
}
.c:link {
	color: #E28807;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.c:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.c:visited {
	text-decoration: none;
	color: #E28807;
	font-size: 12px;
	font-weight: bold;
}
.d {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.d:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
.d:hover {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
.d:visited {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.e {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.e:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.e:hover {
	color: #FFCC00;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.e:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
