BODY {	
	color: #606060;
	font-size : 12px;
	background: #FFFFFF;
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	scrollbar-track-color : white;
	scrollbar-face-color : white;
	scrollbar-shadow-color : black;
	scrollbar-darkshadow-color : white;
	scrollbar-highlight-color : white;
	scrollbar-3dlight-color : black;
	scrollbar-arrow-color : black;
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  text-align : center;
  scrollbar-base-color : white;
}

a:link {
	color: #202020;
	text-decoration: none;
}

a:visited {
	color: #202020;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: crosshair;
}

a:active {
	color: #808080;
	text-decoration: none;
}

.border {
	border-bottom: 1px #999999 dashed;
  
  
}





.font{
	font-size : 12px;
	font-color: #606060;
}

.font-border{
	font-size : 12px;
	font-color: #606060;
	border-bottom: 1px #999999 dashed;
}

ul.button {
	width: 110px;
	margin: 20px 10px;
	padding: 0;
	font-size: 12px;
	font-family: "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

.button li {
	list-style: none;
	border: solid 1px #848485;
	margin: 0.5em 0;
	padding: 0;
}

.button li a {
	display: block;
	width: 100px;
	margin: 0 0 0 0;
	padding: 2px 0 3px 3px;
	border-left: solid 10px #CACACD;
	color: #414161;
	background-color: #FFFFFF;
	text-decoration: none;
}

.button li a .link{
	border-bottom: none;
	padding: 0 0 0 2px;
}

.button a:hover{
	background-color: #FBFAFF;
	border-color: #CACAEE;
}


.border-up{
  border-top-style : dashed;
  border-bottom-style : dashed;
  border-top-color : #999999;
  border-bottom-color : #999999;
  border-top-width : 1px;
  border-bottom-width : 1px;
  font-size : 12px;
}
.table{
  vertical-align : top;
  text-align : left;
}
