@charset "UTF-8";
/* CSS Document */

.mytable {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top-color: 000000;
	border-right-color: 000000;
	border-bottom-color: 000000;
	border-left-color: 000000;
}

.myText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mySuper {
	vertical-align: super;
}
.mytable .myText a {
	color: #0066CC;
}
.myTable2 {
	height: 300px;
}
.headerTable {
	margin: 0px;
	padding: 0px;
	width: 1050px;
}
.innerTable {
	margin: 0px;
	padding: 0px;
	width: 1050px;
}
.spacedText {
	line-height: 24px;
}
.headText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.spacedLines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
