BODY, P, LI, UL, OL {
	background-color: #ffffff;
	color:#000000;
	font-size: 100%;
	list-style-position: outside;
}

A:link {
	color:#663300;
}

A:active {
	color:#ff6600;
}

A:visited {
	color:#996633;
}

p.listpara {
	text-indent: 15%;
}

H1 {
	font-size:170%;
	color:#336699;
	border : solid #CCCC99;
	width : 100%;
	border-width : 0px 0px 2px 0px;
}

H2 {
	font-size:130%;
	color:#336699;
	border : solid #cccc99;
	border-width : 0px 0px 2px 0px;
	width : 100%;
}

H3 {
	font-size:110%;
	color:#336699;
	width : 100%;
}

H4 {
	font-size:95%;
	color:#000000;
	font-weight: bold;
	width : 100%;
}

.code_no_color {
	color : #000000;
}

CODE {  
	color : #336699;
}

P.indent {
	text-indent: 9%;
}

TABLE.borders {
	border : 1% solid #BDB76B;
}

TR {
	text-align : left;
	vertical-align : top;
}

TH {
	font-size: 11pt;
	color:#000000;
	font-weight: bold;
}

TD {
	font-size: 11pt;
	color:#000000;
}

.smalltext {
	font-size:95%;
}

P.note {
	border: 2px solid #CCCCCC;
	display: block;
	font-size: 100%;
	text-indent: -2em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2.5em;
	padding-right: 0.5em;
}

P.warning { 
	display: block;
	font-size: 100%;
}

PRE {
	color: #336699;
	margin-left : 20px;
	line-height : 90%;
}

.GUITag {
	font-size: 95%;
	font-style: normal;
	font-weight: bold;
}

.PropertyName {
	font-style: normal;
}

.GlossaryItem { 
	color : #008080;
	font-size : 95%;
}
LI PRE {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
DL {
	margin-top: 1em;
	margin-bottom: 1em;
}