/* CSS Document */

A:link { color:#000000; } 
A:visited { color:#000000; } 
A:active { color:#000000; } 
A:hover { color:#ff6600; text-decoration:none; } 

A.linkA { color:#000000; }
A.linkA:active { color:#000000; font-size:10px; text-decoration:underline; }
A.linkA:visited { color:#000000; font-size:10px; text-decoration:underline; }
A.linkA:hover { color:#ff6600; text-decoration:none; font-size:10px; }

}
body {
margin:0px 0px 0px 0px;
background-repeat:repeat-x;
background-color: #3a3a3a;
}
.font{
		font-size: 12px;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka" ;
	}	
.white10 {
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
		color: white;
		font-size: 10px;
	}
.white12 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.white12bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.black10 {
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
		color: black;
		font-size: 10px;
	}
.black12 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.black12bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.orange12bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff6633;
}
.black14bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.orange14bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff6633;
}
.black18bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.line5 { line-height: 5px}
.line10 { line-height: 10px}
.line15 { line-height: 15px}