@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; /* http://www.thesitewizard.com/css/center-div-block.shtml */
	font-size: 12pt;
	color: 121212;
	background-color: fdfdfd;
	line-height: 200%;
	width: 760px;
	
}
p {
	text-indent: 10px;
}
h2 {
	padding-top: 50px;
	font-size: 16px;
	font-weight: bold;
}
.docTitle {
	font-size: large;
	text-indent: -20px;
	margin: 20px;
	line-height: 200%;
}
a {
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
	letter-spacing: 110%;
}
.liArrwR {
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	list-style-image: url(../gif/10x10arrwR.gif);
}
.liCirc {
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
	list-style-image: url(../gif/10x10arrwblob.gif);
}
.liOpnSqr {
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
	list-style-image: url(../gif/10x10opn5sqr.gif);
}
.liArrwDR {
	list-style-position: outside;
	list-style-type: square;
	text-decoration: none;
	list-style-image: url(../gif/10x10arrwDR.gif);
}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
.citeRef {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
blockquote {
	line-height: 150%;
	color: #000;
	background-color: #EEEEEE;
	margin-left: 60px;
	padding: 10px;
}

.uRed {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #FF0000;
}
.uYellow {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #FFFF00;
}
.uGreen {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #00FF00;
}
.uAqua {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #00FFFF;
}
.uBlue {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #0000FF;
}
.uMagenta {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #FF00FF;
}
.uBlack {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: outset;
	border-left-style: none;
	border-bottom-color: #000000;
}
.smallRight {
	font-size: smaller;
	text-align: right;
}.nounderline {
	text-decoration: none;
}
