@charset "utf-8";
/* CSS Document */

a img 
{
	border:none;
	position:inherit;
}

a.blackBg:link { color: white; }
a.blackBg:visited { color: white; }
a.blackBg:hover { color: white; }
a.blackBg:focus { color: white; }
a.blackBg:active { color: white; }
	
table.white 
{
	 border:none;
	 width:100%;
}

td
{
	vertical-align:top;
}

td.quarter
{
	width:25%;
}

td.top
{
	background-image:url(../data1/white_top.png);
	background-position:center;
	height:44px; 
	background-repeat:no-repeat;
}

td.mid
{
	background-image:url(../data1/white_mid.png);
	background-position:center;
	background-repeat:repeat-y;
}

td.bot
{
	background-image:url(../data1/white_bot.png);
	background-position:center;
	height:46px;
	background-repeat:no-repeat;
}

div.tableBody
{
	margin-left:70px;
	margin-right:70px;
	text-align:justify;
}

div.OpacityFull
{
	float:none;
	filter:alpha(opacity=100);
	opacity:1;
}

div.Opacity30
{
	float:left;
	filter:alpha(opacity=30);
	opacity:.3;
}