BODY {
	background-color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size:  8.0pt;
}

h1 {
	color: black;
	background-image: url(../common/gradient_DKGold.jpg);
	height: 32px;
	font-size: 14.0pt; font-weight: normal;
	border: thin ridge white; padding: 5px 5px 5px 5px;
	margin-bottom: 20.0pt;
}

h2 {
	color: black;
	font-size: 10.0pt; font-weight: bold;
	background-image: url(../common/gradient_DKBlue.jpg);
	height: 16px;
	border: thin ridge white; padding: 2px 2px 2px 2px;
}

h3 {
	color: black;
	font-size: 8.0pt; font-weight: normal;
	background-image: url(../common/gradient_LtGray.jpg);
	height: 10px;
	border: thin ridge white; padding: 2px 2px 2px 2px;
}

h4 {
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	font-size: 10.0pt;
}

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;
}

SPAN.Code {
	color: #000000;
	font-size: 8.0pt;
	font-family: "Courier New";
}

/* A block of greyed definition text within <pre>, normal top margin */
.defn {
	font-size: 8.0pt;
	font-family: "Courier New";
	background-color: #cccccc;
	padding-left: 2.0pt;
}

/* A block of highlighted example text within <pre>, reduced top margin */
.examp {
	font-size: 8.0pt;
	font-family: "Courier New";
	background-color: #cccccc;
	margin-top: -12.0pt;
	padding-left: 2.0pt;
}

/* Line after a code example, e.g. an explanation */
.after {
	margin-top: -12.0pt;
}

/* First of an indented list of things after a <p> */
P.item1 {
	margin-bottom: 14pt;
	white-space: nowrap;
	margin-top: -13.0pt;
	margin-left: 40px;
}

/* Title in the top frame */
.title {
	font-size: 10.0pt;
}

/* TextRollover */
a:link { color:#0000FF; text-decoration:none}
a:visited { color:#0000FF; text-decoration:none}
a:hover { color:#D00000; text-decoration:none}
a:active { color:#008000; text-decoration:none}
