body {
	font-family:courier new; 
	font-size: 100%;	
	background-color: white;
	margin: 0px;
	padding: 8px;
}

body, td { font-family:arial; font-size:10pt; }
/*
a { color:#08798C; }
a:hover { color: 00a5b5; }
*/
A {
	text-decoration : none;
	font-weight : normal;
	color : #4477aa;
}

A:hover {
	text-decoration : underline;
	font-weight : normal;
	color : #003366;
}

.list_prophead { background-color:#eeeeee; font-weight: bold; }			/* -- property list: property name */
.list_propdesc { background-color:#eeeeee; }								/* -- property list: property description */
.list_methhead { background-color:#f5f5f5; font-size: x-small; font-weight: bold; border: 1px outset white;}			/* -- method list: method name */
.list_methdesc { background-color:#eeeeee; font-size: x-small; border: 1px outset white; }								/* -- method list: method description */

h1, .heading1 { 
/*
	font-family:arial;
	font-weight:bold;
	font-size:14pt; 
*/
		font-family : verdana;
		font-weight : bold;
		font-size: x-large;
		color: #003366;
		text-align: center;		

}		/* -- major heading */

h2 {

	font-family : Arial;
	color : #003366; /*#336699;*/
	font-weight : bold;
	font-size: large;
	text-decoration : none;
	border-bottom: 2px solid;
	/*margin-bottom: 0pt;*/
}

h3 {

	font-family : Arial;
	color : #003366; /*#336699;*/
	font-weight : bold;
	font-size: medium; 
	margin-bottom: ;
	border: 0px solid red;
}

.head_method { font-family:arial;font-weight:bold;font-size:12pt; }		/* -- method name heading */
.head_sub { font-family:arial;font-weight:bold;font-size:10pt; }		/* -- sub heading */
.syntax { background-color:#eeeeee; padding:4px; font-size: small; border: 1px outset white; margin-left: 40px;}		/* -- syntax */

.paramlist { margin-left: 40px;}	/* -- method parameter list */
.paramlist_name { background-color:#eeeeee; font-style:italic; border: 1px outset white;}	/* -- method parameter list */
.paramlist_desc { background-color:#eeeeee; border: 1px outset white; }	/* -- method parameter list */

.cssCode {
	font-family:courier new;
	font-size:x-small;
	font-weight:bold;
	color: #117711; /* #669944;*/
}

.cssComment {
	font-style: italic;
	font-weight: normal;
}

.cssInnerBorder {
	background-color:#f5f5f5;
	margin:0px; 
	padding:16px; 
	border:1px dashed #aaaaaa;
	/*height: 100%;*/
}