/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: 75% Verdana;
	color: #404040;
	background: #fff;
	height: 100%;
	text-align:center;
	}
body a{
	text-decoration:none;
	}
body a:hover{
	text-decoration:underline;
	}
body a:visited{
	color: #cccccc;
	}
#slide {
	height:468px; 
	width:723px; 
	margin:15px auto 0 auto;
	background: #fff;
	text-align:center;
	}

#nav {
	height:30px; 
	width:500px; 
	margin:10px auto 0 auto;
	padding:5px 0 5px 0; 
	background:#fff; 
	color:#000000; 
	}
#page_left {
	width:360px; 
	height:468px; 
	float:left; 
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px dashed #999999;
	border-left:1px solid #999999;
	}
#page_right {
	width:360px; 
	height:468px; 
	float:left;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	}
#page_cover {
	width:360px; 
	height:468px; 
	margin:0 auto 0 auto;
	border:solid #999999 1px;
	}
.arrows {
	width:300px; 
	height:15px; 
	margin:0px auto 1px auto;
	text-align:center;
	}
.index {
	width:500px; 
	height:15px; 
	margin:0 auto 0 auto;
	font: bold 9px Verdana;
	text-align:center;
	}
.index a{
	color:#999999;
	}
.index .selected a{
	color:#E49C46;
	}
#copyright{
	height: 20px;
	text-align:center;
	padding:5px 0 5px 0;
	font-size:10px;
	color:#999999;
    }
	
	

#main{
	text-align:left;
	font: 18px Verdana;
	color:#000;
	line-height:25px;
	padding:30px 30px 0px 30px;
	}
.title{
	font: 30px Verdana;
	font-style: italic;
	color:#000;
	}	
.heading{
	font: bold 25px Verdana;
	color:#000;
	}
.italic{
	font-style: italic;
	}
.uline{
	text-decoration: underline;
	}
.small{
	font-size: 15px;
	line-height:20px;
	}
.xsmall{
	font-size: 12px;
	line-height:20px;
	}
