/*base*/
 html{
 	overflow-y:scroll;
 }

  body,p,strong,em,dt,dd,ul,ol,dl,sl,th,td,font,u,blink,select,option,div,span,li { font-size: 10pt;}
  .txt_size8 {font-size: 8pt; line-height:130%; color: #EFEDE0;}
  .txt_size8_black {font-size: 8pt; }
  .lh110 {line-height:110%; color: #EFEDE0;}
  .lh130 {line-height:130%; color: #EFEDE0;}
  .lh150 {line-height:150%; color: #EFEDE0;}
  .black {color: #666666;}
  .bold {line-height:130%; font-weight: bold;}
  
/*scroll*/
  body	{SCROLLBAR-FACE-COLOR: #E4E4E4;
	SCROLLBAR-HIGHLIGHT-COLOR: #E4E4E4;
	SCROLLBAR-SHADOW-COLOR: #C3C3C3;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee}
	
/*link*/
  a:link	{color:#115B7E; text-decoration : none;}
  a:visited	{color:#115B7E; text-decoration : none;}
  a:hover	{color:#2C779A; text-decoration : none;}

/*etc*/
  input	{font-size:10pt; margin:0px;}
  /*select{font-size:8pt; margin:0px;}*/
  form	{margin:0px;}
