/* Style Sheet for Mask Site */


A:link {
  color: #000000; 
  text-decoration: bold, underline;}/*normal links in the text*/

A:visited {
  color: #000000; 
  text-decoration: none;}

A:hover { /*this effect is not shown in NN4.xx*/
  color: #000000;} 

A:active {/*color in NN4.xx is red*/ 
  color: #000000; 
  text-decoration: underline;}
  
.copy {
	font-family: georgia, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}
.small {font-family: tahoma, sans serif; font-size: 10pt; font-weight: normal; color: #220000;}

body { 
scrollbar-face-color: #c2c2c2; 
scrollbar-shadow-color: #c2c2c2; 
scrollbar-highlight-color: #c2c2c2; 
scrollbar-3dlight-color: #c2c2c2; 
scrollbar-darkshadow-color: #c2c2c2; 
scrollbar-track-color: #c2c2c2; 
scrollbar-arrow-color: #c2c2c2; 
} 

#bottom {
	background-color: transparent;
	position: absolute;
	top: 225px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#rectangle {
	background-color: #6666CC;
	position: absolute;
	margin-left: -338px;
	top: -200px;
	left: 50%;
	width: 740px;
	height: 580px;
	border: 3px solid #c2c2c2;
}

#leftbox {
	width: 197px;
	height: 357px;
	position: absolute;
	left: 11px;
	top: 94px;
	background: #6666cc
}

#topbox {
	background-color: #6666cc;
	position: absolute;
	right: 5px;
	top: 8px;
	width: 729px;
	height: 80;
	overflow: auto;
}

#bottombox {
	background-color: #ffffff;
	position: absolute;
	right: 12px;
	bottom: 47px;
	width: 504px;
	height: 433px;
	overflow: auto;
	padding: 5px;
	border: 0px solid #ffffff;
	scrollbar-face-color: #755774;
	scrollbar-shadow-color: #C18EBF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #C18EBF;
	scrollbar-darkshadow-color: #755774;
	scrollbar-track-color: #C18EBF;
	scrollbar-arrow-color: #C18EBF;
	background-position: bottom right;
	background-repeat: no-repeat;
}
