@charset "utf-8";
body {
	margin: 0px;
	font-size: small;
	line-height: 150%;
	letter-spacing: 1px;
}
a:link, a:visited {
	color: #0066FF;
}
#top_line {
	text-align: right;
	background-color: #efefef;
	padding: 5px;
	font-size: 12px;
	color: #06F;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin:0 5px;
}

#nav {
	margin-right: 5px;
	margin-left: 5px;
}
#nav a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	text-decoration: underline;
}
.box_con {
	background-color:#FFF;
	border:#7F7F7F solid 1px;
	border-top:none;
	padding:5px;
	height:150px;
"
}

hr {
	border: thin dashed #666666;
}
#content {
	background-color: #FFFFFF;
	border-right: solid 1px #7f7f7f;
	border-left: solid 1px #7f7f7f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
	padding: 5px;
	margin: 0 5px 0 5px;
}
h3 {
	color: #FF9900;
	margin: 0px;
}
h3 img {
	vertical-align: middle;
}
p {
	font-size: small;
	color: #333333;
	margin: 5px 0px 10px 35px;
	line-height: 150%;
}
p.step {
	text-indent: -65px;
	padding: 5px 0 5px 70px;
	border: 1px dashed #FF9900;
	margin: 5px 10px 10px 40px;
	color: #000000;
	font-size: medium;
}
.step img {
	vertical-align: text-bottom;
}
.style1 {
	color: #0033FF;
	font-weight: bold;
	font-size: medium;
}
.style3 {
	color: #000000;
	margin-left: 60px;
	font-size: medium;
	line-height: 150%;
	text-indent: -50px;
}
.style3 p {
	font-size: medium;
}
#tab ul {
	height:26px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#tab ul li {
	float: left;
	width: 120px;
	height: 26px;
	margin: 0 5px;
}
#tab ul li a {
	color:#06F;
	display: block;
	text-align: center;
	width: 100%;
	height:100%;
	background-image: url(images/tab_o.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding-top:5px;
}
#tab ul li .active {
	background-image: url(images/tab_a.gif);
	color: #FFF;
}

#tab ul li a:hover {
	text-decoration: underline;
	background-image: url(images/tab_h.gif);
	color: #F60;
}
#info_con {
	height: 325px;
	width: 100%;
	overflow: auto;
	padding-top: 5px;
}
