BODY
{
	BACKGROUND-COLOR: #ffffff;
}

p,li,body
{
	font-family: sans-serif;	
	color: #000000;
}

.PropertyTable
{
	border:0; 
	padding: 2;
}

h1, h2, h3, h4
 {
	font-family: sans-serif;	
	font-weight: bold;
	color: #000000;
 }
H1
{
		FONT-SIZE: 140%;
//		margin-bottom: .5em; 
}
H2
{
 	font-size: 125%;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
H3
{
	Font-size: 115%;
	margin-top: 1.2em;
	margin-bottom: .5em
}
H4
{
	FONT-SIZE: 100%;
	margin-top: 1.2em;
	margin-bottom: .5em;
}

.SAMPLE
{
	background-color: #CCFFFF;
	font-family: monospace;
	margin-left: 2em;
}

.SAMPLE_TAB
{
	background-color: #CCFFFF;
	font-family: monospace;
	margin-left: 2em;
}

.PRELIMINARY
{
	color : Red;
	font-size: x-small;
	margin-left : 2em;
}


A:link
{
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: red;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: purple;
    TEXT-DECORATION: underline
}

.REF
{
	background-color : White;
	border-bottom-style : solid;
	border-bottom-color : Black;
	border-top : thin;
	margin-bottom: 2em;
	padding: 1em;
	text-decoration : none;
}

.FOOTER
{
	COLOR: #228b22;
	FONT-FAMILY: sans-serif;
	FONT-SIZE: xx-small;
	MARGIN: 1cm 0px 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center
}

.SYNTAX
{
	BACKGROUND-COLOR: #f0f0f0;
	font-family: monospace;
	margin-left: 2em;
}

.PARAM
{
    COLOR: blue;
    CURSOR: help
}

.ListBullet
{
	display : list-item;
	list-style : disc outside;
}
.BodyText
{
	font-size : 85%;
}
.ListNumber
{
	display : list-item;
	list-style : decimal inside;
	white-space : inherit;
}

.NOTE
{
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;

}