body { 
	background: #FFF; 
}
.agn {
	background: #CFC;
}
p, h1, h2, h3, h4, h5, h6, em, ol, ul { 
	font-family: tahoma, arial, helvetica, sans-serif; 
	color: black; 
}

table#apx1 {
	background-color:#FFFFFF;
	border: solid #999 2px;
	width: 650px;
}
table#apx1 td {
	padding: 5px;
	border: solid #999 1px;
}
.data {
	font-family: tahoma, arial, helvetica, sans-serif; 
	color: #000;
	text-align: center;
}
.toprow {
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow0 {
	background-color:#FFBE7F; /* light orange */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow1 {
	background-color:#D6FFDB; /* light green */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow2 {
	background-color:#EFD6FF; /* pale fucsia */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow3 {
	background-color:#80CC33; /* dark green */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow4 {
	background-color:#FFFF99; /* light yellow */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow5 {
	background-color:#FFCCCC; /* pink */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow6 {
	background-color:#CCE6FF; /* pale blue */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow7 {
	background-color:#99CCFF; /* med blue */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow8 {
	background-color:#52ABFF; /* other blue */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.toprow9 {
	background-color:#C5A1E2; /* lavendar */
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-weight: bold;
	text-align: center;
}
.leftcol {
	font-family: tahoma, arial, helvetica, sans-serif; 
	text-align: left;
}

img.left {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
br#imgclr {
	clear: left;
}
br#imgclrr {
	clear: right;
}

#block {
	margin: 0 72px 0 72px; 
}
#cent {
	text-align: center; 
}
#algrt {
	text-align: right; 
}


.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.next {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
	margin: 0 16px 16px 16px;
}
.ind {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
	margin: 0 32px 0 32px;
}
.wind {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
	margin: 0 32px 16px 32px;
}
.deep {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
	margin: 0 48px 16px 48px;
}
.numb {
	text-align: justify; 
	line-height: 150%;
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.serif { 
	font-family: georgia, times new roman, times, serif; 
}
.under { 
	text-decoration: underline; 
}
.red { 
	color: red; 
}
.blue { 
	color: blue; 
}
.purple { 
	color: purple; 
}
.yellow { 
	color: yellow;
}
.bold { 
	font-weight: bold; 
}
.light { 
	font-weight: normal; 
}
.min { 
	font-size: 90%; 
}
.bigger {
	font-size: 120%;
}
.big {
	font-size: 110%;
}
.sm {
	font-size: 80%;
}
.tiny {
	font-size: 70%;
}
.blue {
	color: blue;
}
.brown {
	color: #C60;
}
.ink {
	color: #366;
}

A {
	cursor:normal; 
}
A:link {
	color: teal;
}
A:visited {
	color: firebrick;
}
A:active {
	color: #336666;
}
A:hover { 
	color: #CC6600; 
}
A.blue:link {
	color: teal;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:visited {
	color: firebrick;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:active {
	color: #336666;
	font-family: georgia, times new roman, times, serif; 
}
A.blue:hover { 
	color: #CC6600; 
	font-family: georgia, times new roman, times, serif; 
}