.title {
	font-family: Lucida Grande, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 18px;
	color: #363636;
}

.intro {
	font-family: Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 28px;
	color: #000000;
}

.intro a {
	color: #000000;
}

.intro a:hover {
	color: #363636;
}

.heading_large {
	font-family: Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #000000;
}

.heading {
	font-family: Lucida Grande, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	margin-top: 36px;
	margin-bottom: 12px;
	color: #000000;
}

.heading_small {
	font-family: Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

.body {
	font-family: Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	line-height: 20px;
	color: #000000;
}

.body_small {
	font-family: Lucida Grande, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	line-height: 13px;
	color: #494949;
}

.sidebar {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	line-height: 20px;
	color: #494949;
}

.quote {
	font-family: Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	color: #494949;
}

img.border {
	border: 1px solid #DFDFDF;
}

.menu ul li {
	font-family: Lucida Grande, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	margin-top: 0px;
	color: #000000;
}

.menu_subtitle {
	font-size: 12px;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 0px;
}

.menu ul li a {
	color: #000000;
	text-decoration: none;
}

.menu ul li a:hover, .menu ul li.active a {
	color: #D85C13;
	text-decoration: none;
}

.menu ul li ul li {
	font-family: Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 0px 2px 0px;
	color: #000000;
}

.menu ul li ul li a {
	color: #000000;
	text-decoration: none;
}

.menu ul li ul li a:hover, ul.main_menu li ul span.active {
	color: #D85C13;
}

hr {
	border: 0px;
	height: 1px;
	border-top: 1px solid #DFDFDF;
	clear: both;
}

.footer {
	font-family: Lucida Grande, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7D7D7D;
}

.footer a {
	color: #2B7D20;
	text-decoration: none;
}

.footer a:hover {
	color: #9ED652;
}

a {
	color: #2B7D20;
}

a:hover {
	color: #9ED652;
}

ul.body {
	list-style: url(/images/templates/icon_arrow.gif);
	padding-left: 20px;
}

ol li {
	margin-bottom: 12px;
}

table {
	margin-bottom: 12px;
}

.body a.nolink {
	text-decoration: none;
	color: #000000;
}

.body a:hover.nolink {
	text-decoration: none;
	color: #9ED652;
}

.body_small a.nolink, .body_small.nolink a {
	text-decoration: none;
	color: #494949;
}

.body_small a:hover.nolink, .body_small.nolink a:hover {
	text-decoration: none;
	color: #9ED652;
}

.form_element_full {
	width: 400px;
	margin: 0;
	padding: 0;
}

.form_element_twothirds {
	width: 260px;
	margin: 0;
	padding: 0;
}

.form_element_half {
	width: 196px;
	margin: 0;
	padding: 0;
}

.form_element_third {
	width: 128px;
	margin: 0;
	padding: 0;
}

.form_element_quarter {
	width: 94px;
	margin: 0;
	padding: 0;
}

.form_element_fifth {
	width: 74px;
	margin: 0;
	padding: 0;
}

.stack_left {
	float: left;
	margin-right: 8px;
}

.stack_right {
	float: right;
	margin-left: 8px;
}

.column_half {
	float: left;
	margin-right: 2%;
	width: 47%; /* this is also set in the IE tweaks file */
}

.column_third {
	float: left;
	margin-right: 2%;
	width: 30%;
}

.column_fourth {
	float: left;
	margin-right: 2%;
	width: 22%;
}

.column_fifth {
	float: left;
	margin-right: 2%;
	width: 17%;
}

.reset {
	clear: both;
}

.reset_left {
	clear: left;
}

.reset_right {
	clear: right;
}

.hide {
	display: none;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -100px;
	left: -100px;
}

.feedback_positive {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #009900;
	/*background: url(/images/icons/feedback_positive.gif) no-repeat;*/
	/*padding: 6px 0 4px 26px;*/
}

.feedback_positive a {
	color: #009900;
}

.feedback_negative {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #FF3300;
	/*background: url(/images/icons/feedback_negative.gif) no-repeat;*/
	/*padding: 6px 0 4px 26px;*/
}

.feedback_negative a {
	color: #FF3300;
}

.debug {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}

.debug a {
	color: #999999;
}
