body{
	background-color: #000000;
}
body table{
	background-color: #000000;
	font-family: sans-serif;
	color: #aeb0b3;
	font-size: 10px;
}


a:active, a:focus, a:hover, a:link, a:visited, a {
	color: #ca864b;
}



table#outline {
	background-color: #222222;
	border-left: 1 solid #383838;
	border-right: 1 solid #383838;
	border-bottom: 1 solid #383838;
	font-size: 11px;
	color: #aeb0b3;
}
table#title {
	background-color: transparent;
	font-size: 16px;
	color: #c22f31;
	font-weight: bold;
	padding-top: 6px;
}
table#detail tr {
	//in detail functions explained
	vertical-align: top;
	background-color: #222222;
}
table#detail td {
	padding-bottom: 16px;
}
table tr {
	vertical-align: top;
}

