/* CSS Document */

#menu,#a, #{ behavior: url(/scripts/iepngfix.htc); }



a {
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
cursor: hand;
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#menu{
	position: absolute;
	top: 15px;
	left: 20px;
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	line-height: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	width:125px;
	
}
#contact{
	position: absolute;
	top: 15px;
	left: 175px;
	font-family: Courier New, Courier, monospace;
	font-size: 11px;
	line-height: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	width:400px;
	
}
.style1 {
color: #0099FF;
}
.style2 {
color: #999999;
}
.style3 {
color: #999999;
}

#folio{
	position: absolute;
	top: 15px;
	left: 175px;
	width:760px;
	height:560px;

}
.folio_cycle{
	z-index:0;
}
#intro{
	position: absolute;
	cursor: pointer;
	color: #999999;
	top: 0px;
	left: 0px;
	width:380px;
	height:560px;
	z-index:3;
}
.nav1{
	position: absolute;
	cursor: pointer;
	color: #999999;
	top: 0px;
	left: 0px;
	width:760px;
	height:560px;
	z-index:3;
}
.nav1 em {
position: absolute;
	background-image: url(images/structure/prevwordBG.png);
	background-repeat: no-repeat;
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	width: 100px;
	height: 25px;
	top: 250px;
	left: 0px;
	padding-top:6px;
	padding-left:9px;
	z-index: 2;
	display: none;
}

.nav2{
	position: absolute;
	cursor: pointer;
	font-size: 11px;
	top: 0px;
	left: 380px;
	width:380px;
	height:560px;
	z-index:3;
}
.nav2 em {
	position: absolute;
	background-image: url(images/structure/nextwordBG.png);
	background-repeat: no-repeat;
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	font-style: normal;
	color: #0099FF;
	width: 50px;
	height: 25px;
	top: 250px;
	left: 355px;
	padding-top:6px;
	padding-left:15px;
	z-index: 2;
	display: none;
}


