body, input, select {
	font-size: 10px;
	font-family: verdana, tahoma, arial, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}
form {
	margin: 0; 
	padding: 0;
}
input {
	line-height: 100% !important;
}
img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #709667;
}
a:hover {
	cursor: hand;
	cursor: pointer;
}

a:hover span {
	color: #fff;
	background-color: #8e8d8d !important;
}
a:hover span.orange {
	background-color: #e16d54 !important;
}
a.black:hover span {
	color: #000 !important;
	background-color: transparent !important;
}
a img {
	cursor: hand;
	cursor: pointer;
}
a.arrow1 {
	background: url(../img/arrowright_green.gif) center right no-repeat;
	padding-right: 20px;
	display: inline-block;
}
a.arrow2 {
	background: url(../img/arrowright_grey.gif) center right no-repeat;
	padding-right: 15px;
	display: inline-block;
}
a.arrow3 {
	background: url(../img/arrowright_orange.gif) center right no-repeat;
	padding-right: 15px;
	display: inline-block;
}
a.arrow3.colored {
	color: #e16d54;
}

a.arrowOrange {
	background: url(../img/arrowright_orange_small.gif) center right no-repeat;
	padding-right: 20px;
	display: inline-block;
}
a.arrowBlue {
	background: url(../img/arrowright_blue_small.gif) center right no-repeat;
	padding-right: 20px;
	display: inline-block;
}

p {
	margin-top: 0;
	margin-bottom: 7px;
}

div.horLine {
	line-height: 1px;
	height: 1px;
	background: url(../img/dots_horizontal.gif) top left repeat-x;
	clear: both;
}
div.horLine hr {
	display: none;
}
.required {
	font-weight: bold;
}
.divider {
	background: url(../img/dots_vertical.gif) top center repeat-y;
}
.redtext {
	color: #F00;
}