body {
	background-color:#f0f0f0;
	background-image:url("img/bg.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment:fixed;
}

body,tr,td,th {
	font-size: 10pt ;
	color: #222222;
	font-family: 'verdana,chicago,"‚l‚r ‚oƒSƒVƒbƒN",Osaka';
}

td {
	background-color :#ffffff;
	filter:alpha(opacity=80,finishopacity=80,style=0);
	border:0px solid #999999;
}

.big {font-size:11pt; font-weight:bold; color:#222222;}
.small {font-size:8pt; font-weight:bold; color:#222222;}

a:link    {color:#0033FF; text-decoration:underline;}
a:visited {color:#663399;}
a:active  {color:#66CCFF;}
a:hover   {color:#0099FF; text-decoration:underline;}

