* {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

body {
	background-color: #f9f9f9;
	line-height: 18px;
	margin: 20px 0 60px 20px;
	overflow-y: scroll;
}

h1 {
	margin-bottom: 20px;
}

h1 a {
	color: black;
}

h1 a:hover {
	background-color: transparent;
	color: black;
}

h2 {
	font-weight: normal;
	margin-bottom: 12px;
}

p {
	margin-bottom: 12px;
}

ul {
	margin-bottom: 12px;
}

ul li {
	list-style-position: inside;
	list-style-type: square;
}

a {
	color: black;
	margin-left: -3px;
	padding: 2px 3px;
	text-decoration: none;
}

a:hover {
	background-color: #0072bc;
	color: white;
}

sup {
	font-size: 11px;
}

form {
	margin-bottom: 12px;
}

dl {
	width: 350px;
}

dt {
	float: left;
	margin-bottom: 5px;
	width: 100px
}

dd {
	float: right;
	margin-bottom: 5px;
	width: 150px;
}

input, textarea {
	background-color: white;
	border: 2px inset;
}

input[type="button"] {
	background-color: #008F67;
	border: 1px solid #008F67;
	color: white;	
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}

pre {
	font-family: monospace;
	font-size: 11px;
}

.panel {
	float: left;	
}

/* fixes */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}