body {
	background-color:#E4E6DB;
	margin:0px;
}
body, td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.style1 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.style2 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.heading {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#D5B078;
}
.hcolor {
	color:#D5B078;
}
a:link {
	color:#A24A13;
}
a:visited {
	color:#A24A13;
}
a:hover {
	color:#A24A13;
}
.underlinelink:hover {
	color:#006699;
	text-decoration:underline;
}
.formlabel {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.list {
	list-style-position:outside;
	margin-left:17px;
	padding-bottom:5px;
	padding-top:0px;
}
.menuItemTop {
	cursor:pointer;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.menuItem {
	cursor:pointer;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	border-top:1px solid #ffffff;
}
.menuLink {
	cursor:pointer;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
a.menuLink:link {
	color:#ffffff;
	text-decoration:none;
}
a.menuLink:visited {
	color:#ffffff;
	text-decoration:none;
}
a.button {
	text-decoration:none;
	text-align:center;
	width:100%;
	height:20px;
	border:1px solid #725325;
}
.inputBtn {
	background-color:#8F9328;
	color:#ffffff;
	font-size :11px;
	font-family :verdana, arial, helvetica, sans-serif;
}
.footer {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	color:#B5B292;
}
a.footer:link {
	color:#B5B292;
	text-decoration:none;
}
a.footer:visited {
	color:#B5B292;
	text-decoration:none;
}
#dropinboxv2cover {
	width:375px; /*change width to desired */
	height:425px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index:100;
	overflow:hidden;
	visibility:hidden;
}
#dropinboxv2 {
	width:355px; /*change width to above width-20. */
	height:405px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border:2px solid black; /*Customize box appearance*/
	background-color:lightyellow;
	padding:4px;
	position:absolute; /*Don't change below 3 rules */
	left:0;
	top:0;
}
