@charset "UTF-8";
body, html { 
	height: 100%;
	scroll: no;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;	
}

h2 {
	text-align:left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: normal;
}


h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;	
}

A:link {
	color: #333333;
}
A:visited {
	color: #333333;
}
A:hover {
	color: #333333;
}
A:active {
	color: #333333;
}

#myContent {
	width:100%;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
}

#myContent #flashcontent2 {
	z-index:0;
	width:100%;
	height: 100%;
	position:relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#myContent #pageContent {
	left:0px;
	top:200px;
	text-align:left;
	position:absolute;
	z-index:1000;
	max-width: 550px;
	width:expression(this.clientWidth > 550? "550px": "auto" );
	padding-left: 85px;
	padding-right: 30px;
}
#myContent #pageContent-kph {
	left:0px;
	top:200px;
	text-align:left;
	position:absolute;
	z-index:1000;
	max-width: 900px;
	width:expression(this.clientWidth > 900? "900px": "auto" );
	padding-left: 85px;
	padding-right: 30px;
}

.cpsbodyfont {
	text-align:left;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.cpsheaderfont {
	text-align:left;
	font-family: Helvetica, Arial;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.cpsfooterfont {
	text-align:left;
	font-family: Helvetica, Arial;
	font-size: 10px;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: 1px;
}
