/* faq.css */

html {
	background:  transparent;
	background-attachment: fixed;
	padding: 0em;
}

body  {
	background:  #fff repeat;
	background-attachment: fixed;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 100%;
	margin-top: 8.5em;
	margin-bottom: 10em;
	margin-left: 10%;
	margin-right: 10%;
	border-style: none;
	border-width: 10px;
	border-color: #f55;
	padding: 0em;
}

#doc_header {
	background:  #fff repeat;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 90%;
	font-weight: normal;
	z-index: 3;
}
