.opaque {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
}

a:link {
	color: #FFE712;
	text-decoration: none;

}
a:visited {
	color: #FFE712;
	text-decoration: none;

}
a:hover {
	color:#FF9;
	text-decoration: underline;
}
a:active {
	color: #D9DCDE;
	text-decoration: none;
}
#copyrightNotice {
	position:absolute;
	width:180px;
	height: 61px;
	z-index:4;
	left: 502px;
	top: 633px;
}
#copyrightNotice2 {
	position:absolute;
	background-color: #666666;
	width:180px;
	height: 61px;
	z-index:3;
	left: 502px;
	top: 633px;
}

#lfBoxBottom {
	position:absolute;
	background-color: #666666;
	width:200px;
	height: 450px;
	z-index:3;
	left: 90px;
	top: 100px;
}

#lfBoxTop {
	position:absolute;
	width:200px;
	height: 450px;
	z-index:4;
	left: 90px;
	top: 100px;
}

#rtBoxBottom {
	position:absolute;
	width:200px;
	height: 450px;
	z-index:3;
	left: 310px;
	top: 100px;

}
#rtBoxTop {
	position:absolute;
	width:200px;
	height: 450px;
	z-index:4;
	left: 310px;
	top: 100px;

}

#ubox1 {
        position:absolute;
        width:200px;
        height: 450px;
        z-index:3;  
        left: 90px;
        top: 100px;

}
#obox1 {
        position:absolute;
        width:200px;
        height: 450px;
        z-index:4;
        left: 90px;
        top: 100px;
        
}

.overBox {
	color: #CCC;
	border: 1px #c0c0c0 dashed;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	overflow : auto;
}

.underBox {
	background-color: #666666;
	color: #CCC;
	border: 1px #c0c0c0 dashed;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	/* for IE */
  	filter:alpha(opacity=65);
  	/* CSS3 standard */
  	opacity:0.65;
}

.titleColor {
	color: #FFF;
}

#bformbg {
	position:absolute;
	z-index:1;
	left: 0px;
	top: 0px;
}

.pMain {

	font-size: 12px;
	line-height: 20px;
}

body,td,th {
	background-color: #FFC;
	background-image: url(images/bgstripe1.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;	
	color: #666;
}
.menuDiv1 {
	position:absolute;
	width:200px;
	height:199px;
	z-index:1;
	left: 495px;
	top: 16px;
	overflow: hidden;
	border:1px #00F dashed;
	padding: 10px;
	visibility: visible;
}

.slider {
	display: none;
	width:180px;
	background-color: #CFBEA7;
	margin: 1px;
	padding: 3px;
	color: #333;
	border: 1px solid #FF9;
}

a.sliderSubLink:link {
	color: #5B3815;
	text-decoration: none;
}
a.sliderSubLink:visited {
	color: #A46526;
	text-decoration: none;

}
a.sliderSubLink:hover {
	color:#7E4B25;
	text-decoration: underline;
}
a.sliderSubLink:active {
	color: #713800;
	text-decoration: none;
}
