/**
 * Miscellaneous Helpers
 */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.right {
	float: right;
}
.left {
	float: left;
}

/**
 * Global application styles
 */
body {
	color: #575757;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: x-small;
	margin: 0 auto;
	padding: 0;
}
form {
	margin: 0;
}
h1 {
	font-family: Arial;
	font-size: 117%;
	color:#6D6E70;
	line-height: 1.5em;
}
h2 {
	font-size: 117%;
	color:#504238;
}
h3 {
	font-size: 1.45em;
}
h4 {
	font-size: 1.25em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	line-height: 1.5em;
}
a {
	color: #843b19;
}
a.blue {
	color: #0079C1;
}
img {
	border: 0;
}

img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}

textarea {
	resize: none; /* Disable Safari 3 textare resizing */
}
