body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #663399;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color:#F3EFF8;
}
#textArea {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align:justify;
	color:#25004A;
	background-color:#FAF8FC;
	padding:5px 10px 5px 10px;
	/*background-image:url(nimages/mercurystat.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:fixed; */
	border:1px solid #663399;
	height:216px;
	width:210px;
}
iframe { 
overflow-x: hidden; 
overflow-y: scroll;
width:100%;
height:440px;
} 
#logo {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:24px;
}
#mainCell {
background-color:#FAF8FC;
width:460px;
height:440px;
}
#mainTable {
/*border-left:5px solid #7338AD;
border-right:5px solid #5B2D8A;*/
border-bottom:2px solid #FFCC00;
}
#topTable {
/*border-left:5px solid #7338AD;
border-right:5px solid #5B2D8A;
border-bottom:1px solid #FFCC00;*/
border-top:2px solid #FFCC00;
}
.currentPage {
color: #FFCC00;
font-size:12px;
}
/*Default links */
a:link {
	color: #663366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663366;
}
a:hover {
	text-decoration: underline;
	color: #FF9BFF;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
/*Purple background links */
.pb {
font-size:12px;
}
a.pb:link {
	color:#FFCC00;
	text-decoration: none;
}
a.pb:visited {
	text-decoration: none;
	color:#FFCC00;
}
a.pb:hover {
	text-decoration: underline;
	color: #FF9BFF;
}
a.pb:active {
	text-decoration: none;
	color:#FFCC00;
}