body {
	margin : 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 90%;
}

H1 {
	padding : 0px 10px 10px 10px;
	font-size: 150%;
	font-weight : bold;
    color : #000066;
	border-bottom: 1px solid Black;
}

H2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	font-size : 105%;
	font-weight : bold;
	color : #2B2F42;
}

P {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-top: 0px; 
}

.pas {
    margin-bottom: 0px;
}	

pre {
	margin-top: 0px;
	margin-bottom: 0px;	
	padding : 10px 5px 10px 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.param {
	font-family : "Courier New", Courier, monospace;
	font-size: 105%;
	font-weight : bold;
	color : #00006F;
}

.inh {
	background-color : #DBDBDB;
	color: #818181;
}

.jv_warning {
	color : Maroon;
	font-size: 90%;
}

A:LINK.inh 	{
	color: #2B3340;
}
A:VISITED.inh {
	color: #2B3340;
}

A:HOVER.inh {
	color: #2B3340;
}

.xml1 {
	background-color : #FFFFD9;
	border : 1px solid;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


.xml1-attributename { color: #800000; }
.xml1-attributevalue { color: #000080; font-weight: bold; }
.xml1-cdatasection { color: #808000; font-style: italic; }
.xml1-comment { color: #808080; font-weight: bold; font-style: italic; }
.xml1-doctypesection { color: #0000FF; font-style: italic; }
.xml1-elementname { color: #800000; font-weight: bold; }
.xml1-entityreference { color: #0000FF; font-weight: bold; }
.xml1-namespaceattributename { color: #FF0000; }
.xml1-namespaceattributevalue { color: #FF0000; font-weight: bold; }
.xml1-processinginstruction { color: #0000FF; }
.xml1-symbol { color: #0000FF; }
.xml1-text { color: #000000; font-weight: bold; }
.xml1-whitespace { }

.pas1-assembler { color: #FF00FF; }
.pas1-character {
	color: #3300CC;
}
.pas1-comment { color: #808080; }
.pas1-float { color: #00FF00; }
.pas1-hexadecimal { color: #00FF00; }
.pas1-identifier {
	color: Navy;
}
A:LINK.pas1-identifier 	{
	color: Navy;
	text-decoration : none;
	border-bottom : 1px dotted #849BFB;
}
A:VISITED.pas1-identifier {
	color: Navy;
	text-decoration : none;
	border-bottom : 1px dotted #849BFB;
}

A:HOVER.pas1-identifier {
	color: Navy;
	text-decoration : none;
	border-bottom : 1px solid Blue;
}

.pas1-number {
	color: Green;
}
.pas1-preprocessor { color: #808080; }
.pas1-reservedword {
	color: #185816;
	font-weight : bold;
}
.pas1-space { color: #FFFF00; }
.pas1-string {
	color: #3300CC;
}
.pas1-symbol {
	color: Black;
}

.copyright {
	font-size : 80%;
	color : #8A92B3;
	padding-top:3px;
	text-align : center;
	border-top : 1px solid #6F79A2;
	margin-top: 15px;
}

LI {
	margin-bottom: 3px;
}

TABLE.attrib {
	font-size: 90%;
	border : 2px solid Black;
	border-collapse: collapse;
}

TH.attrib {
    border : 1px solid Black;
	border-bottom-width: 2px;
	padding : 3px 4px 3px 4px;
	text-align: left;
	border-collapse: collapse;
}

TD.attrib, TD.param {
	border : 1px solid Black;
	padding : 3px 4px 3px 4px;
	border-collapse: collapse;
}


