body{
	background: #E0E0E0;
	text-align: center;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color: #0080C0;
}
	
a:hover{
	color: #FF0000;
}

.tab{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding-bottom: 0px;
}
a.tabLink{
	color: #000000;
	text-decoration: none;
	cursor: default;
}
.tabText{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 5px;
	padding-bottom: 1px;
}
.tabs{
	height: 22px;
	width: 706px;
	text-align: left;
}

.textFrame{
	background: #FFFFFF;
	width: 700px;
	height: 450px;
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0;
	margin-top: -1px;
}

.text{
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 20px;
	text-align: left;
}

td{
	font-size: 8pt;
}

.infotd{
	font-size: 8pt;
	padding: 20px;
	line-height: 10pt;
	width: 50%;
}

.info{
	text-decoration: underline;
	color: #004080;
}

.infoText{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	text-align: left;
	width: 250px;
	background: #F0F0F0;
	color: #004080;
	border-width: 1px;
	border-style: solid;
	border-color: #A0A0A0;
	position: absolute;
	padding: 5px;
	top: -100px;
	filter: alpha(opacity = 90);
}