.Small {font-size:10px; line-height: 14px; }
.Normal{font-size:12px; line-height: 18px; }
.Large {font-size:14px; line-height: 18px; }
.Huge  {font-size:18px; line-height: 20px; }
.Super {font-size:20px; line-height: 22px; }

BODY {
	FONT			:12px "‚l‚r ‚oƒSƒVƒbƒN",Osaka;
	MARGIN			:5px;
	scrollbar-face-color		:#444444;
	scrollbar-shadow-color		:#000000;
	scrollbar-highlight-color	:#444444;
	scrollbar-3dlight-color		:#555555;
	scrollbar-darkshadow-color	:#000000;
	scrollbar-track-color		:#222222;
	scrollbar-arrow-color		:#000000;
}

UL {
	MARGIN			:0px;
	padding:0px 0px 0px 15px;
}


a:link{color: #ffffff; text-decoration: none;}
a:visited{color: #dddddd; text-decoration: none;}
a:hover{color: #FF7F00; text-decoration: underline;}
a:active{color: #FF7F00; text-decoration: underline;}


FORM {
	MARGIN			:0px;
}

INPUT {
	CURSOR		:expression((this.type == "image" || this.type == "submit") ? "hand" : "");
	BACKGROUND	:rgb(255,255,255);
	COLOR		:rgb(0,0,0);
	BORDER		:1px solid;
	/*BORDER		:expression((this.type == "image" || this.type == "submit") ? "0" : "1px solid rgb(050,050,050)");*/
}

