body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#topLeft {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 65px;
	height: 17px;
}

#indexMainTable {
	text-align: center;
}

#indexMainTable td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#mainTable {
	border: solid 2px #D6E9E5;
	text-align: left;
}

#mainTable td {
	border-bottom: solid 1px #D6E9E5;
	vertical-align: top;
	background-color: #F0F6F6;
}

#mainTable th {
	font-weight: normal;
}

#mainTable td.sectionHeader {
	background-color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	color: #007056;
}

th {
	height: 30px;
	border-right: solid 1px #D6E9E5;
	border-bottom: solid 1px #D6E9E5;
}

.icons {
	text-align: center;
}

.iconsBrdrL {
	text-align: center;
	border-left: solid 1px #D6E9E5;
}

.vrt {
	writing-mode: tb-rl;
}