html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-repeat: no-repeat;
	background: #1C1C14;
	background: -moz-linear-gradient(top, #4C4C44, #1C1C14) fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(#4C4C44), to(#1C1C14)) fixed;
	background: -o-linear-gradient(top, #4C4C44, #1C1C14) fixed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C4C44', endColorstr='#1C1C14');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C4C44', endColorstr='#1C1C14')";
	margin: 0 auto;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AAAACC;
	padding: 0;
	text-align:center;
}

a:link {
	color: #AAAA66;
	text-decoration: none;
}

a:visited {
	color: #AAAA66;
	text-decoration: none;
}

a:active {
	color: #AAAA66;
	text-decoration: none;
}

a:hover {
	color: #CCCC88;
	text-decoration: none;
}

p {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	margin-left: 10px;
	margin-bottom: 15px;
	page-break-before: always;
	page-break-after: always;
}

pre {
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 12px;
	color: #AAAACC;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: pre;
	margin: 10px 50px;
	padding: 5px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFE0;
	border-bottom: 1px solid #FCFCF4;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFE0;
	line-height: 25px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.note {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
/*	vertical-align: center; */
	word-spacing: normal;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	page-break-before: always;
	page-break-after: always;
	text-indent: 25px;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: pre;
	margin: 10px 50px;
	padding: 5px;
	border: 1px dotted #000000;
	background-color: #000000;
}

#header{width:100%; padding:10px 0px; margin:0 auto;}

#logo {
	margin: auto;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

#logo span {
	font-size: 30px;
}

#logo a{
	display:block;
	border:none;
}
#logo img {
	background:no-repeat top left;
	border:none;
}

#tabs {clear:both; list-style:none; padding-top:10px; height:30px;}
#tabs li{float:left; width:160px; text-align:center; height:100%; border-top:1px solid #5C5C54; border-bottom:1px solid #5C5C54; border-right:1px solid #5C5C54;}
#tabs li.last {border-right:none;}
#tabs li a {
	background-repeat: no-repeat;
	background: #3C3C34;
	background: -moz-linear-gradient(top, #3C3C34, #1C1C14);
	background: -webkit-gradient(linear, left top, left bottom, from(#3C3C34), to(#1C1C14));
	background: -o-linear-gradient(top, #3C3C34, #1C1C14);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3C34', endColorstr='#1C1C14');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3C34', endColorstr='#1C1C14')";
	color: #FFFFE0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
#tabs li a:hover {
	background-repeat: no-repeat;
	background: #6C6C64;
	background: -moz-linear-gradient(top, #6C6C64, #4C4C44);
	background: -webkit-gradient(linear, left top, left bottom, from(#6C6C64), to(#4C4C44));
	background: -o-linear-gradient(top, #6C6C64, #4C4C44);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6C64', endColorstr='#4C4C44');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6C6C64', endColorstr='#4C4C44')";
}
#tabs li.current a {
	background-repeat: no-repeat;
	background: #5C5C54;
	background: -moz-linear-gradient(top, #5C5C54, #3C3C34) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#5C5C54), to(#3C3C34)) !important;
	background: -o-linear-gradient(top, #5C5C54, #3C3C34) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C54', endColorstr='#3C3C34');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C54', endColorstr='#3C3C34')";
	z-index:3;
}

#title{
	text-align:center;
	clear:both;
	position:relative;
	z-index:2;
	float:left;
	padding:5px;
	margin:-2px 0 15px 0;
	width:100%;
	border-width:2px 0;
	background:#0000A0;
	color:#FCFCF4;
}

#title, .section ul li{border-color:#000000; border-style:solid; }
#title h2{border-color:#FCFCF4; border-width: 0 0 1px 0;}

#main {
	width: 965px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	color: #CCCCC4;
	border-left:1px solid #3C3C34;
	border-right:1px solid #3C3C34;
	border-bottom:1px solid #3C3C34;
	background-repeat: no-repeat;
	background: #1C1C14;
	background: -moz-linear-gradient(top, #1C1C14, #181810) fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(#1C1C14), to(#181810)) fixed;
	background: -o-linear-gradient(top, #1C1C14, #181810) fixed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C1C14', endColorstr='#181810');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C1C14', endColorstr='#181810')";
}
#content {
	width: 920px;
	margin-left: 25px;
	text-decoration: none;
	text-align: left;
}

#content table tbody tr td {
	line-height: 16px;
}

#content dl {
	margin-left:10px;
}

#content dt {
	margin:10px 0 0 0;
}
#content dd {
	margin:0 0 10px 10px;
}

#content dl.inline dt {
	clear: both;
	font-weight: bold;
	display: inline;
	float: left;
	margin: 10px 0;
	padding: 0;
}

#content dl.inline dd {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#content dl.standard dt {
	color: #FFFFE0;
	font-weight: bold;
	line-height: 16px;
}

#content ol, #content ul {
	margin-left: 10px;
}

#content ol.standard, #content ul.standard {
	margin-left:10px;
}
#content ol.standard li {
	margin:0 0 10px 20px;
	list-style-type:decimal;
}
#content ol.standard ul li, #content ul.standard li {
	margin-left: 20px;
	line-height: 16px;
	list-style-type:disc;
}

#content ol.spaced ul li, #content ul.spaced li {
	margin:0 0 10px 20px;
}

#content ul.standard li ul li {
	list-style-type:circle;
}

#content strong, #content .strong {
	color: #FFFFE0;
	font-weight:bold;
}

#content em {
	font-style:italic;
}

#content br{clear:none;}

#footer {
	font-size: 12px;
	width: 100%;
	text-align:center;
	color: #CCCCC4;
	padding-top: 10px;
}

#footer a {
	text-decoration: underline;
}
