html, body, iframe{
	scrollbar-arrow-color: #003399;
	scrollbar-3dlight-color: #c9d9e9;
	scrollbar-highlight-color: #c9d9e9;
	scrollbar-face-color: #c9d9e9;
	scrollbar-shadow-color: #003399;
	scrollbar-darkshadow-color: #c9d9e9;
	scrollbar-track-color: #c9d9e9;
}

iframe{
	background-color: transparent;
	filter: alpha(opacity=65);
}

body, td{
   font-family:Arial;
   font-size:8Pt;
   color:#003399;
   text-align:justify;
}

a{
   color:#003399;
}

hr{
   color:#003399;
   height:1Px;
}

.headLine{
   font-family:Arial;
   font-size:12Pt;
	font-weight:bold;
   color:#003399;}

.muxiflex{
   color:#2c79d1;
   font-size:0.1Px;
}

.introflex{
   color:#FFFFFF;
   font-size:0.1Px;
}

.loginMain{
	font-weight:bold;
	color:#575656;
	font-size:16Px;
}

.logininfo{
	color:#575656;
	font-size:12Px;
}

.adminHeaderTable{
   color:#F5F5F5;
   font-size:12Px;
   text-decoration:none;
   background:#666666; 
   font-weight:bold;
}

.adminMainMenu{
   color:#2c79d1;
   font-size:30Px;
   text-decoration:none;
}

.adminMainMenuFormat{
   background:#F5F5F5;
}

/* Style spec's for tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:450px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }