a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #e6e7e8;
}
.bodytext02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6e7e8;
}
.bodytext03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e6e7e8;
}
.bodytext04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e6e7e8;
}
.bodytext05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #e6e7e8;
}
.bodytext06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e6e7e8;
}
.bodytext07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d1d3d4;
}
.bodytext08 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0095da;
}
.bodytext09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f1f2f2;
}
.title01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6f532c;
}
.title02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f532c;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbc68c;
}
.footer02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a78e5e;
}
.footer03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fbf5e3;
}
.bullet01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #A02013;
	font-weight: bold;
}
.input 
{ border: 0px #ad1117 solid; background: #ad1117 ; font: normal 12px/normal Verdana, Arial, Helvetica, sans-serif; color: #333333;
}
.scroll {
   width: 800px;
   height: 350px;
    background: ;
   overflow: scroll;
}
.scroll::-webkit-scrollbar {
    width: 3px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); 
    border-radius: 0px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.7); 
}