/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color: #0066CC;
	color:#666666;
	text-align: center;
	font-size:14px;
	line-height:1.5;
	text-decoration:none;
}

#top {
	margin:0px;
	padding:0px;
	height:11px;
	text-align:center;
	background: url(../images/bg_top.png) no-repeat center;
	font-size:6px;
}

#rap {
    background:url(../images/bg_cont.png) repeat-y center;
	text-align:center;
	margin:0;
	padding:0;
}

#rap a:link, #rap a:visited {
    color:#666666;
	text-decoration:none;
}

#rap a:hover {
    color:#FF0000;
	text-decoration:none;
}

#bottom {
	margin:0px;
	padding:0px;
	height:11px;
	text-align:center;
	background:url(../images/bg_bottom.png) no-repeat center;
	font-size:6px;
}

.scrbox {
	height:250px;
	overflow:auto;
	border-bottom:1px #999999 dotted;
	font-size:12px;
}

.fontselect {
	font-size: 11px;
	color: #666666;
}

.panlist {
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

.fontcopy {
    font-size:12px;
}

.font1 {
   font-size:18px;
   color: #660000;
   border-bottom:1px #660000 dotted;
   margin:0;
}

.font2 {
   font-size:16px;
}

.font3 {
   font-size:14px;
   font-weight:bold;
   color:#FF0000;
}

.font2title {
   font-size:16px;
   border-bottom:1px #666666 dotted;
}

.marginnone {
   margin:0;
}

.margin0 {
   margin:0;
   padding-left:20px;
}

.margin1 {
   margin-top:15px;
}

.lnkbottom {
   font-size:12px;
   margin:20px;@@
}