BODY {
	color: black;
	background-color: white;
}

P {
	font-family: sans-serif;
	margin-top: 6pt;
	margin-bottom: 6pt; 
}

.notice {
	border: 1pt;
	border-style: solid;
	border-color: silver;
	padding: 3pt;
}

.example {
	background-color: #D2B48C; 
	border: thin solid #000099; 
	padding:5px;
}


.menu {
	margin-top: 6pt;
	margin-bottom: 8pt; 
        margin-left: 4pt;
        margin-right: 2pt;
/*	padding: 2pt; */
}

H1, H2, H3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
/*	origcolor: #004099; */
	color: #006666;
	margin-top: 24pt;
}
H1 {	
	font-weight: bold;
}
.title {
	color: #CCFFFF;
	margin-left: 4pt;
	margin-right: 4pt;
}

H3 {	margin-top: 12pt; }

UL {	font-family: sans-serif; 
	list-style-type: disc; }

OL {	font-family: sans-serif; }
.ol {	font-family: sans-serif; }
LI {	font-family: sans-serif; 
	margin-top: 3px;
	margin-bottom: 3px; }

LI.NEWS {
/*	margin-top: 8pt;*/
}
OL.TOC {  
	font-family: sans-serif;
	margin-top: 36pt;
	list-style-type: decimal;
}
LI.TOC {
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

OL.SUBTOC { 
	font-family: sans-serif;
	list-style-type: lower-alpha;
}
LI.SUBTOC {
	font-family: sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
}

PRE {
	font-family: Courier, monospace;
	margin-left: 12pt;
}

TT { font-family: Courier, monospace; }

STRONG {
	font-weight: bold;
	font-style: italic;
}

EM {
	color: black;
	background-color: yellow;
	font-weight: normal;	
	font-style: normal;
}
