body  {
	font-family : "Verdana" "Arial", "Helvetica" sans-serif;
	font-size: 10pt;
}

/* HEADINGS*/
h1 h2 h3 h4  {
	margin-top : 1em;
	page-break-after : never;
	font-weight : bold;
}

h1  {
	page-break-before : encourage;
	font-size : x-large;
	color : #006699;
	text-align: center
}

h2  {
	font-size : large;
	font-weight : bold;
	color : #006699;
}

h3  {
	font-size : medium;
	font-weight : bold;
	color : #006699;
}

h4  {
	font-style : italic;
	color : #006699;
}

hr  {
	color : #006699;
}

/* Paragraph*/
p  {
	text-indent : 20;
	font-size: 10pt;
}

p.continue {
	text-indent: 0;
	font-size: 10pt;
}

em  {
	font-style : italic;
	font-weight : bold;
}

.margin  {
	font-style : italic;
	text-align : right;
	margin-right : 10%;
	font-size: 10pt;
}

.topics  {
	color : #990099;
	font-style : italic;
}

.summary  {
	color : #009999;
}

.figure  {}

.caption  {
	font-size : x-small;
	color : #000099;
}

.defTable  {
	color : red;
	font-weight : bold;
	text-align : center;
}

.sidebar  {
	color : #000066;
	font-size: 10pt;
}

/* code elements embedded in text*/
var  {
	font-family : monospace;
	font-style: normal;
	color : #cc0000;
}

/* Table data for code fragments*/
.codeTable  {
	background : #fff7c7;
	vertical-align : top;
}

/* code fragments*/
pre  {
	margin-left : 10;
	font-family : monospace;
	font-size: 10pt;
}

strong {
	color : red;
	font-weight: bold;
}
.method  {
	color : #e00080;
	font-weight : bold;
}

.api  {
	color : #0000ff;
}

.wintype  {
	color : #009966;
}

.file  {
	font-weight: bold;
	color : #006600;
}

/* lists*/
ul  {
	list-style : disc;
	font-size: 10pt
}

ol  {
	font-size: 10pt
}

.red  {
	color : red;
}

