BODY {
	font-family: "Arial", sans-serif;
	color: black;
	background-color: #DDDDDD;
	padding-left: .5in;
	padding-right: .5in;
	font-size: 14pt;
}
P {
	padding-top: 10pt;
	padding-bottom: 0pt;


}
P.title {
	font-family: Garamond, "Times New Roman", sans-serif;
	color: white;
	font-weight: bold;
	font-size: 32pt;
	text-align: center;
}
P.intro {
	font-size: 16pt;
}
LI.numbering {
	padding-top: 10pt;
	padding-bottom: 0px;


}
LI.bullets {
	padding-top: 10pt;
}
P.code {
	font-size: 14pt;
}
CODE {
	font-family: monospace;
	color:#772200;
}
OBJECT.flash {
	border: 2pt black;
	border-style: solid;
}
IMG {
	padding-top: 20pt;
	padding-bottom: 10pt;
	border: 2px solid #000000;

}
DIV.title {
	padding-top: 1pt;
	padding-bottom: 16pt;
	background-color: #772200;
}
DIV.code {
	border-size: 3pt;
	border-style: solid;
	border-left-color: black;
	border-right-color: white;
	border-top-color: black;
	border-bottom-color: white;
	padding-left: 0.5in;
	background-color: #772200;
	font-family: monospace;
	color: white;
	padding-top: 10px;

}
DIV.caption {
	padding-left: .5in;
	padding-right: .5in;
	font-style: italic;
	color: #772200;
}
HR.title {
	color: #772200;
	height: 4pt;
}
HR.intro {
	color: #999999;
}
UL {
	list-style-type: disc;
}
SPAN.code {
	font-family: monospace;
	color: #772200;
}
SPAN.blockCode {
	font-family: monospace;
	font-size : 14pt;
	color: white;
}
SPAN.subtleBlockCode {
	font-family: monospace;
	font-size : 14pt;
	color: #777777;
}
A {
	color: black;
}
