*{
	margin:0;
	padding:0;
}
body{
	margin:auto;
	width:850px; /* must set width to center in browsers */
	font-family:"Times New Roman", Times, serif;*/
	font-size:18px;
	position:relative;
}
p{
	padding-bottom:15px;
	text-indent:25px;
	line-height:22px;
	clear:both;
}
img{
	border:none;
}
table{
	margin:auto;
}
.input_wrap{
	padding:5px 0px 7px 0px;
	float:left;
	background-image:url(../images/input_middle.jpg);
	background-repeat:repeat-x;
	background-color:transparent;
}
input{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	outline:none;
	border:0;
	highlight:none;
}
.select_wrap{
	padding-left:10px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
}
* html .select_wrap{
	padding-top:4px;	
}
select{
	font-family:"Times New Roman", Times, serif;*/
	font-size:14px;
	opacity:0;
	filter:alpha(opacity=0);
}
.content{
	width:850px;
}
.header img{
	float:left;
}
.paper{
	float:left;
}
.paper_top{
	margin-bottom:-155px;
	width:650px;
	height:175px;
	position:relative;
	z-index:50;
	background-image:url(../images/top.jpg);
	background-position:center;
}
.paper_middle{
	width:650px;
	background-image:url(../images/middle.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
* html .paper_middle{
	overflow:hidden;
}
.paper_bottom{
	margin-top:-85px;
	width:650px;
	height:120px;
	position:relative;
	z-index:50;
	background-image:url(../images/bottom.jpg);
	background-position:center;
}
.inside{
	padding:20px 60px 25px 60px;
	min-height:200px;
	height:auto !important;
	height:200px;
	position:relative;
	z-index:100;
}
.scroll{
	width:200px;
	background-image:url(../images/scroll_middle.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.inside_scroll{
	padding:5px 16px;
	font-size:14px;
}
.inside_scroll a{
	line-height:25px;
	color:#000000;
	font-style:italic;
	text-decoration:none;
}
.inside_scroll a:hover{
	font-weight:bold;
}
.bar{
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#336699;
	width:530px;
	border-bottom-color:#336699;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.bar a{
	color:#336699;
	text-decoration:none;
}
.bar a:hover{
	text-decoration:underline;
}
.footer{
	width:850px;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:center;
	line-height:20px;
}
.footer a{
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.links a{
	color:#336699;
	text-decoration:none;
}
.links a:hover{
	text-decoration:underline;
}