body {
    background-color: #fff;
    color: #000;
	font-family: "Verdana";
	font-size: 13px;
	scrollbar-3dlight-color:#d1d7dc; 
    scrollbar-arrow-color:#000; 
    scrollbar-darkshadow-color:#98aab1; 
    scrollbar-face-color:#fff; 
    scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#fff; 
    scrollbar-track-color:#fff;
}

table {
	background-color: #fff;
    color: #000;
	font-family: "Verdana";
	font-size: 13px;
}

p {
	width: 100%;
	font-family: "Verdana";
	font-size: 13px;
}

li {
	font-family: "Verdana";
	font-size: 13px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px	
}

ol {
	font-weight: bold;
	margin-top: 0px;
}

ol span {
	font-weight: normal;
}

#code {
	font: 14px Courier New;
}

.codeblock {
	overflow: scroll;
	width: 700px;
	border: 1px solid #000;
    padding: 5px;
	font-family: "Courier New";
}

.codeblock_noscroll {
    width: 700px;
	border: 1px solid #000;
    padding: 5px;
	font-family: "Courier New";

.blue {
    color: blue;
}

.green {
    color: green;
}

p_indent{ 
	text-indent:20px 
}

.symbol {
	font-style: italic;
}

.doc_date {
	text-align: center;
}