html,
body {
  height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body, html, textarea, table, button, input {
	color: #9a9a9a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.27;
	font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, b {
	font-size: 11px;
	line-height: 1.27;
	text-transform: uppercase;
}

h1, h2, h3 {
	font-weight: 700;
	margin-bottom: 0.5em;
}

h4, h5, h6 { font-weight: 500; }

p { margin-bottom: 1.27em; }

a {
  color: #a1a1a1;
  text-decoration: none;
}

strong { text-transform: none; }

img { border: none; }

form, form div { display: inline; }

input.button {
	cursor: pointer;
	border: none;
	border-left: -3px solid transparent;
	margin-left: -3px;
	text-align: left;
	background-color: transparent;
}


p {
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	margin-bottom: 1em;
}

a, p a {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: lowercase;
}

#qmEditor a,
.column p a { display: inline; }

h1 {
	font: 18px Hoefler Text, Times, serif;
	font-style: italic;
	margin-bottom: 1.5em;
	text-transform: capitalize;
}

.description h1 {
	font: inherit;
	font-size: inherit;
	text-transform: inherit;
}

h2 {
	font-size: 12px;
}




