	/*
	Author: KiSpring Inc.
	date  : 9/29/08 
	*/

	body{
		margin:0px 0px 20px 0px;
		font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
		background:transparent !important;
		}
	img{border:none;}

	.large-notice{
		font-size:25pt;
		text-align:center;
		padding-top:80px;
		height:200px;
		width:885px;
		margin-left:auto;
		margin-right:auto;
		clear:both;
		}

	.noscript{
		font-size:14pt;
		color:#FFFFFF;
		text-align:center;
		background:#333333;
		padding:10px;
		position:relative;
		z-index:100;
		}
	.notice{
		font-size:10pt;
		font-weight:bold;
		color:#FFFFFF;
		text-align:center;
		background:#741c1c;
		padding:10px;
		position:relative;
		z-index:100;
		display:none;
		}
	.notice a{color:#FFFFFF;}


	.fade-top{
		background: url("../images/fade.png") repeat-x;
		width:900px;
		height:20px;
		position:fixed;
		top:0px;
		left:0px;
		z-index:99;
		}
	.fade-bottom{
		background: url("../images/fade-bottom.png") repeat-x;
		width:900px;
		height:20px;
		position:fixed;
		bottom:0px;
		left:0px;
		z-index:99;
		}

	.screen{
		margin:0px;
		width:880px;
		height:400px;
		position:relative;
		text-align:left;
		}
	.loading{
		background: url("../images/loading.gif") no-repeat;
		background-position:50% 50%;
		}

	.navigation{
		position:absolute;
		top:0px;
		right:250px;
		width:90px;
		height:18px;
display:none;
		}
	.next-prev{
		position:absolute;
		bottom:40px;
		right:0px;
		text-align:right;
		}

	.next-prev a{
		font-size:11pt;
		font-weight:bold;
		color:#666666;
		text-decoration:none;
		}
	.next-prev a.none{color:#CCCCCC !important;}
	.next-prev span a{
		font-size:7pt !important;
		font-weight:normal !important;
		}
	.next-prev span a b{
		color:#CCCCCC !important;
		font-size:10pt;
		}


	.description{
		position:absolute;
		top:20px;
		left:530px;
		width:340px;
		}

	.description h1{
		font-size:22pt;
		font-weight:normal;
		color:#666666;
		}
	.description p{
		font-size:13pt;
		color:#666666;
		}
	.description p span{font-weight:bold;}


