/* Copied from reset, defined for Page Editor */
body {
	font: normal 13px arial, helvetica, clean, sans-serif;
	/*line-height: 1.44;*/
	color: #434E34;
}

/* Default Styles */
h2,
.heading {
	margin: 0.5em 0;
	font: normal 197%/1.44 Times, serif;
	line-height: 1.44;
	color: #3F4A01;
}

h3,
.subheading,
.subHeading {
	margin: 0.5em 0;
	font: bold italic 114%/1.44 Times, serif;
	color: #070707;
}

p,
li,
.normal,
.altColor {
}

.altcolor,
.altColor {
	color: #476C70;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #934702;
	text-decoration: none;
}

button {
	cursor: pointer;
}