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: #141C14;
	background: -moz-linear-gradient(top, #444C44, #141C14) fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(#444C44), to(#141C14)) fixed;
	background: -o-linear-gradient(top, #444C44, #141C14) fixed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444C44', endColorstr='#141C14');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444C44', endColorstr='#141C14')";
	margin: 0 auto;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCAA;
	padding: 0;
	text-align:center;
}

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

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

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

a:hover {
	color: #88CC88;
	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: #CCCCAA;
	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: #E0FFE0;
	border-bottom: 1px solid #F4FCF4;
	margin-bottom: 5px;
}

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

.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 #006600;
	background-color: #002200;
}

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

#logo {margin: auto;}
#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:192px; text-align:center; height:100%; border-top:1px solid #545C54; border-bottom:1px solid #545C54; border-right:1px solid #545C54;}
#tabs li.last {border-right:none;}
#tabs li a {
	background-repeat: no-repeat;
	background: #343C34;
	background: -moz-linear-gradient(top, #343C34, #141C14);
	background: -webkit-gradient(linear, left top, left bottom, from(#343C34), to(#141C14));
	background: -o-linear-gradient(top, #343C34, #141C14);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343C34', endColorstr='#141C14');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#343C34', endColorstr='#141C14')";
	color: #E0FFE0;
	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: #646C64;
	background: -moz-linear-gradient(top, #646C64, #444C44);
	background: -webkit-gradient(linear, left top, left bottom, from(#646C64), to(#444C44));
	background: -o-linear-gradient(top, #646C64, #444C44);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646C64', endColorstr='#444C44');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#646C64', endColorstr='#444C44')";
}
#tabs li.current a {
	background-repeat: no-repeat;
	background: #545C54;
	background: -moz-linear-gradient(top, #545C54, #343C34) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#545C54), to(#343C34)) !important;
	background: -o-linear-gradient(top, #545C54, #343C34) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545C54', endColorstr='#343C34');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#545C54', endColorstr='#343C34')";
	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:#00A000;
	color:#F4FCF4;
}

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

#content {
	width: 964px;
	text-align: center;
	margin: 0 auto;
	color: #C4CCC4;
	border-left:1px solid #343C34;
	border-right:1px solid #343C34;
	border-bottom:1px solid #343C34;
	background-repeat: no-repeat;
	background: #141C14;
	background: -moz-linear-gradient(top, #141C14, #101810) fixed;
	background: -webkit-gradient(linear, left top, left bottom, from(#141C14), to(#101810)) fixed;
	background: -o-linear-gradient(top, #141C14, #101810) fixed;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141C14', endColorstr='#101810');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#141C14', endColorstr='#101810')";
}
#main {
	width: 920px;
	margin-left: 25px;
	text-decoration: none;
	text-align: left;
}

#main dt {
	margin:10px 0 0 0;
}
#main dd {
	margin:0 0 10px 20px;
}
#main dl.standard dt {
	font-weight:bold;
}
#main ol.standard, #main ul.standard {
	margin-left:10px;
}
#main ol.standard li {
	margin:0 0 10px 20px; list-style-type:decimal;
}
#main ol.standard ul li, #main ul.standard li {
	margin-left:20px; list-style-type:disc;
}
#main ul.standard li ul li {
	list-style-type:circle;
}

#main strong {
	color: #E0FFE0;
	font-weight:bold;
}

#main em {
	font-style:italic;
}

#main br{clear:none;}

#main .TextBold {
	font-weight: bold;
}

#main .TextItalic {
	font-style: italic;
}

#main .TextUnder {
	text-decoration: underline;
}

#main .NewsSubject {
	font-size: 16px;
	font-weight: bold;
	color:#F4FCF4;
	text-decoration: underline;
	text-align: left;
}

#main .NewsBody {
	font-size: 14px;
	text-align: left;
}

#main .NewsDate {
	color: #E0FFE0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
}

#main .Flowchart{
	margin: 0 auto;
	text-align: center;
}

#main .Flowchart table {
	margin-left: auto;
	margin-right: auto;
	border: #000000;
}

#main .Flowchart tr {
	text-align: left;
}

#main .Flowchart th {
	background: #00AA00;
	text-align: center;
}

#main .Flowchart td {
	background: #0000AA;
	text-align: center;
	padding: 2px;
}

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

#footer a {
	text-decoration: underline;
}

