body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #282828;
	font-size: 11px;
	text-align: center;
	background-color: #e0e0e0;
	}
a {
	text-decoration: none;
	color:  #bd4a00;
	outline: none;
	}
a:visited {
	color:  #bd4a00;
	}
a:active {
	color:  #bd4a00;
	}
a:hover {
	color: #1b1b1b;
	text-decoration: underline;
	}
a.content {
	text-decoration: none;
	color:  #1b1b1b;
	outline: none;
	}
a.content:visited {
	color:  #1b1b1b;
	}
a.content:active {
	color:  #1b1b1b;
	}
a.content:hover {
	color: #bd4a00;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 11px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
div.intouch div.inputfield { padding: 4px 0px; position: relative; }
div.intouch div.inputfield input, div.intouch div.inputfield textarea { float: left; margin-left: 10px; }
div.intouch div.inputfield input { color: #666; width: 40%; border: 1px solid #CCC; padding: 2px; }
div.intouch div.inputfield textarea { color: #666; width: 60%; height: 138px; padding: 2px; border: 1px solid #CCC; }
div.intouch div.inputfield input.submitbutton { border: 1px solid #CCC; height: 24px; background: #FFF; cursor: pointer; color:#666; vertical-align: top;
div.intouch div.inputfield input.submitbutton:hover { background: #EBF0E5; }
div.intouch div.inputfield textarea:focus, div.intouch div.inputfield input[type="text"]:focus { background: #EBF0E5; }