<!---

body {
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 12pt;
}

input, textarea, select {
	color: #000;
	font-size: 10pt;
	border-collapse: collapse; border: 1px solid #000;
}

.maintable {
	font-family: arial, helvetica, sans-serif;
	border: 0px #fff solid;
	background-color: #fff;
	width: 100%;
	padding: 0px;
	font-size: 10pt;
}

.rows {
	font-family: arial, helvetica, sans-serif;
	border: 7px #fff solid;
	background-color: #ccc;
	padding: 0px;
	font-size: 10pt;
	color: #000;
}

.rows a:link, .rows a:active, .rows a:visited { color : #00f; }

.columns {
	font-family: arial, helvetica, sans-serif;
	border: 7px #fff solid;
	background-color: #fff;
	padding: 0px;
	width: 33%;
	font-size: 10pt;
}

.subtable {
	font-family: arial, helvetica, sans-serif;
	border: 1px #000 dashed;
	background-color: #ccc;
	width: 100%;
	padding: 0px;
	font-size: 10pt;
}

.subrows {
	font-family: arial, helvetica, sans-serif;
	border: 2px #fff solid;
	background-color: #ccc;
	padding: 0px;
	font-size: 10pt;
	color: #000;
}

.subrows a:link, .rows a:active, .rows a:visited { color : #00f; }

.subcolumns {
	font-family: arial, helvetica, sans-serif;
	border: 2px #fff solid;
	background-color: #ccc;
	padding: 0px;
	font-size: 10pt;
}

.box {
	font-family: arial, helvetica, sans-serif;
	border: 2px solid #f00;
	background-color: #f00;
	width: 90%;
	padding: 0px;
	font-size: 10pt;
	color: #fff;
}

.box a:link, .box a:active, .box a:visited { color : #fff; }

.boxtable {
	font-family: arial, helvetica, sans-serif;
	border: 1px #f00 solid;
	background-color: #fff;
	width: 100%;
	padding: 0px;
}
--->