body    { font-size: 13px; color: black; font-family: arial }
table   { font-size:13px; font-family: arial }
A:link  { color:blue; font-weight: normal; text-decoration: none;}
A:visited       { color:blue; font-weight: normal; text-decoration: none;}
A:hover { color:blue; font-weight: normal; text-decoration: underline;}

.infoBox { font-size:13px; font-family: arial }

.whiteArea {
	font-size:12px;
	font-family: arial;
}

.fakeLink {
	font-size:12px;
	font-family: arial;
	text-decoration: value; color:#0000ff; font-weight: bolder;
}

.tabBody {
	background-color: #ffff88;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: black;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.tabOn {
	background-color: #ffff88;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.tabOnFirst {
	background-color: #ffff88;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: black;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.tabOff {
	background-color: #dddddd;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.tabOffFirst {
	background-color: #dddddd;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: black;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: black;
}

.tabEmpty {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: black;
}

.insideText {
	z-index:3;
}
