<!--

body {
	font-size:14px ;
	font-color: #333333; 
	line-height:1.2;

	scrollbar-face-color: #ffffff ;
	scrollbar-arrow-color: #666666 ;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-track-color: #ffffff ;
	scrollbar-3dlight-color: #ffffff ;
	scrollbar-darkshadow-color: #ffffff ;
}

table{ font-size:14px ;
	line-height:1.2;}

.fmenu {font-size:16px; font-family:Osaka,Tahoma,sans-serif; font-variant:small-caps; }
.fb { font-weight: bold }
.fs { font-size: 10px }
.fm { font-size: 12px }
.fl { font-size: 18px }
.fbl {font: bold 16px }

A{ TEXT-DECORATION: none; }
A:link { color: #d8b8bd; }
A:visited { color: darkgray; }
A:active { color: #dd3333; }
A:hover { color: #dd3333; TEXT-DECORATION: underline; }

A.link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: darkgray;
}

A.link:active  {
  text-decoration: none;
  color: #b7282e;
}

A.link:visited {
  text-decoration:none;
  color: darkgray;
}

A.link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #b7282e;
}

hr.line {
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: gray;
height: 1px;
}

hr.hr_dash {
 	color: yellowgreen;
	background-color: yellowgreen;
	height: 6px;
	border: 3px;
	border-style: dashed;
}

hr.hr_double {
border-width: 6px 0px 0px 0px;
border-style: double;
border-color: yellowgreen;
height: 3px;
}

hr.hr_double_g {
border-width: 6px 0px 0px 0px;
border-style: double;
border-color: LightSlateGray;
height: 3px;
}

hr.hr_dash_b {
border-width: 3px 0px 0px 0px;
border-style: dashed;
border-color: SteelBlue;
height: 3px;
}

hr.hr_dash_r {
border-width: 3px 0px 0px 0px;
border-style: dashed;
border-color: IndianRed;
height: 3px;
}

hr.hr_dash_s {
border-width: 3px 0px 0px 0px;
border-style: dashed;
border-color: SkyBlue;
height: 3px;
}

hr.hr_dash_g {
border-width: 3px 0px 0px 0px;
border-style: dashed;
border-color: Silver;
height: 3px;
}

input,textarea,select,button {
       border-top: 1px solid #666666;
       border-bottom: 1px solid #666666;
       border-left: 1px solid #666666;
       border-right: 1px solid #666666;
       background-color: #ffffff;
       color: #333333;

}

.splink A: link { color: yellowtreen; font-size: 12px;}
.splink A: visited { color: yellowgreen; font-size: 12px;}
.splink A: active { color: forestgreen; font-size: 12px;}
.splink A: hover { color: forestgreen; TEXT-DECORATION: underline; font-size: 12px; font-weight: normal;}

-->