BODY { 
   background-color:#ffffff;
	font-family: verdana,arial,helvetica;
	font-size:  8.0pt;
}

h1 {
	background-color: #77aadd; color: black;
	font-size: 14.0pt; font-weight: normal;
	border: thin ridge white; padding: 5px 5px 5px 5px;
	margin-bottom: 20.0pt;
}

h2 {
	background-color: #77aadd; color: white;
	font-size: 10.0pt; font-weight: normal;
	border: thin ridge white; padding: 2px 2px 2px 2px;
}

h3 {
	background-color: #bbbbbb; color: black;
	font-size: 8.0pt; font-weight: normal;
	border: thin ridge white; padding: 2px 2px 2px 2px;
}

P { 
	font-family: verdana,arial,helvetica;
	font-size: 8.0pt;
   background-color:transparent; 
   color:#000000;
}
TD { 
	font-family: verdana,arial,helvetica;
	font-size: 8.0pt;
   color:#000000;
}
select { 
	font-family: verdana,arial,helvetica;
	font-size: 8.0pt;
   color:#000000;
}
LI { 
	font-family: verdana,arial,helvetica;
	font-size: 8.0pt;
   background-color:transparent; 
   color:#000000;
}
P.code { 
   font-family:Courier New; 
   font-size:8.0pt; 
   margin-bottom:1;
}

SPAN.Code { 
	color:#000000; 
	font-family:Courier New;
	font-size:8.0pt; 
}
/* A block of highlighted example text within (<pre>) */
.defn {
	font-size: 8.0pt;
	font-family: "Courier New";
	background-color: #cccccc;
	padding-left: 2.0pt;
}
/* A block of highlighted example text within (<pre>) */
.examp {
	font-size: 8.0pt;
	font-family: "Courier New";
	background-color: #cccccc;
	margin-top: -6.0pt;
	padding-left: 2.0pt;
}
/* Line after a code example, e.g. an explanation */
.after {
	margin-top: -6.0pt;
}
/* Title in the top frame */
.title {
	font-size: 10.0pt;
}

