body {
	background-color:#CCCCCC;
	margin:30px;
	font: 11px Verdana;
	color: #333333;
	line-height:15px;
	text-align:center;
}
hr {
	margin:0px;
	padding:0px;
	height:2px;
}
body>hr {
	margin-bottom:10px;
	margin-top:10px;
}
a:link, a:visited {
	color:#333333;
}
a:hover, a:active {
	color:#F47C30;
}
h1, h2, h3 {
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	margin:0px;
	letter-spacing: 1px;
}
h1 {
	font-size:20px;
	margin-bottom:15px;
	color:#F47C30;
}
h2 {
	font-size:14px;
	color:#F47C30;
}
h3 {
	font-size:12px;
}
p {
	margin:0px;
	margin-bottom:15px;
}
p span {
	color:#999999;
}
table, td {
	border-collapse:collapse;
	border:0px;
}
td {
	vertical-align:top;
}
pre {
	margin:0px;
	margin-bottom:15px;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#666666;
}
div {
	text-align:left;
	padding:15px;
	padding-bottom:0px;
}
div.container {
	background-color:#FFFFFF;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
div.banner {
	padding:0px;
}
div.top {
	font-size:10px;
	color:#666666;
	line-height:0px;
	padding-left:0px;
	text-transform:uppercase;
}
div.top a:link, div.top a:visited {
	color:#666666;
	text-decoration:none;
}
div.top a:hover, div.top a:active {
	color:#F47C30;
	text-decoration:none;
}
div.anchor {
	line-height:0px;
	height:1px;
	font-size:1px;
}
div.code {
	margin-left:15px;
	border:1px solid #999999;
	padding:5px;
	font-family:"Courier New";
	background-color:#E5E5E5;
	font-weight:bold;
	font-size:13px;
	color:#666666;
}
div.nav {
	background-color:#E5E5E5;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:8px;
	margin-bottom:15px;
	text-align:center;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size:14px;
	color:#F47C30;
}
div.nav a:link, div.nav a:visited {
	color:#F47C30;
	text-decoration:none;
}
div.nav a:hover, div.nav a:active {
	color:#333333;
	text-decoration:none;
}