/* common */
A {text-decoration:none;}
A:hover {color:red;text-decoration:none}
A:visited:hover {color:red;}
A.copyright {color:blue; font-family:Arial,Verdana;}
A.copyright:hover {color:red;text-decoration:none}
BODY { font-family:MS UI Gothic;
	scrollbar-3d-light-color:#eeeeee;
	scrollbar-arrow-color:white;
	scrollbar-base-color:white;
	scrollbar-face-color:#efefff;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:#eeeeee
	}
TABLE,TD {font-size:10pt}
INPUT,TEXTAREA,SELECT {
	color:black; background-color:white;font-size:10pt;
	border-top:gray 1px solid;
	border-bottom:gray 1px solid;
	border-left:gray 1px solid;
	border-right:gray 1px solid;
	}
