@charset "UTF-8";
/* CSS Document */
.placeHolder {
	POSITION: relative;
	WIDTH: 650px; 
	HEIGHT: 650px; 
	VISIBILITY: visible; 
	CURSOR: move;
	z-index: 10; 
}
.nowLoading {
	VISIBILITY: visible; 
	POSITION: absolute;
}
.imageDiv {
	POSITION: relative; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	z-index: 30; 
}
.imageDivOuter {
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px;
	LEFT: 0px; 
	CURSOR: move;
	WIDTH: 600px; 
	HEIGHT: 600px; 
	OVERFLOW: hidden;
	z-index: 30; 
}
.picFrameDiv {
	POSITION: absolute; 
	CLIP: rect(0px 0px 0px 0px); 
	TOP: 10px; 
	LEFT: 10px; 
	z-index: 50; 	
	CURSOR: move;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #00C2FA;
}
a:visited {
	color: #00FF53;
}
a:hover {
	color: #00BA30;
}
a:active {
	color: #00BF2F;
}
.footerlink a:link {
	color: #00C2FA;
	text-decoration:none;
}
.footerlink a:visited {
	color: #00C2FA;
	text-decoration:none;
}
.footerlink a:hover {
	color: #00BA30;
	text-decoration:none;
}
.footerlink a:active {
	color: #00BF2F;
	text-decoration:none;
}

.landingheader {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
}
.landingheader2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#006633;
}
