body {
	background: #000000;
	/*font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
	/*font: 12px Arial, Helvetica, sans-serif;*/

	font: 1.05em Arial, Helvetica, sans-serif;

	
	/*font-family: palatino, georgia, serif;*/
	/*font-family: segoe;*/

	/*font-family: FF Din;*/
	/*font-size: 18px;*/

	font-style: normal;
	font-weight: normal;

	padding: 128px 0 128px 0;
	text-align: center;
	color: #ABABAB;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 824px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	color: #666666;
}

P {
	font-weight: normal;
	line-height: 125%;
	text-align: left;
	color: #888;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}

P strong {
	color: #999;
}

img {
	margin: 20px;
	float: none;
}

.to_left {
	float: left;
}

.to_right {
	float: right;
}

td img {
	float: left;
	margin: 0px;
}

td {
	padding: 10px;
	font-weight: normal;
	text-align: justify;
	color: #777;
}

H1 {
	font-size: 22px;
	color: #AAA;
}

H1 strong{
	color: #FFF;
}

H2 {
	font-size: 18px;
	margin: 0;
	color: #AAA;
}

H2 strong {
	color: #231f20;
	font-family: serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bolder;
	font-size: 22px;
	line-height: 250%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0px;
}

H3 {
	font-size: 16px;
	font-style: normal;
	margin: 0;
	color: #AAA;
}

HR {
	color: #3a3632;
	background-color: #3a3632;
	height: 3px;
	border: 0;
}

ul,ol {
	font-size: 16px;
	color: #777;
	list-style: square inside;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-size: 14px;
	color: #666;
	margin-top: 4px;
	margin-bottom: 0px;
}
li strong {
	color: #777;
}

.break {
	clear: both;
	float: none;
}

table, th, td
{
	border: 1px solid #aaa;
	border-collapse:collapse;
}

table {
	margin: 20px;
	float: left;
}

caption
{
	caption-side:bottom;
}

p a {
	color: #822;
	outline-style:none;
	outline-width:0;
}

p a:hover {
	color: #A22;
	outline-style:none;
	outline-width:0;
}

.flipX {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.flipY {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}


input.toggler {
	display: none;
}

input.toggler + * {
	display: none;
}

input.toggler:checked + * {
	display: block;
}

pre {
	padding: .5em;
	margin-left: 5em;
	margin-right: 5em;
	color: #000; 
	background: #bbb; 
	font-size: 70%;
	font-family: "Courier New", Courier, monospace; 
}

pre.wide {
	width: 50em;
}
