body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #666;
	background-image: url('../img/bg.top.png');
	background-repeat: repeat-x;
}
table
{
	border-collapse: collapse;
	table-layout: fixed;
	width: auto;
}
td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
div.column
{
	text-align: left;
	width: 800px;
	border: 1px solid #000;
	border-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 60px;
}
table.top
{
	width: 800px;
	height: 240px;
	background-image: url('../img/bg.logo.gif');
	background-repeat: repeat-x;
}
table.top td.logo-img
{
	background-image: url('../img/logo.jpg');
	background-repeat: no-repeat;
	width: 400px;
}
table.top div.panel
{
	font-size: 11px;
	padding: 10px 0px 20px 40px;
}
a
{
	color: #800000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
table.digits
{
	margin-left: 40px;
	margin-top: 5px;
}
table.digits td
{
	width: 29px;
	height: 46px;
}
table.digits td.d
{
	width: 11px;
	background-image: url('../img/dot.1.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
table.digits td.sec
{
	background-image: url('../img/d.sec.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25px;
}
table.digits td.dig_x
{
	background-image: url('../img/d.x.gif');
}
table.digits td.dig_0
{
	background-image: url('../img/d.0.gif');
}
table.digits td.dig_1
{
	background-image: url('../img/d.1.gif');
}
table.digits td.dig_2
{
	background-image: url('../img/d.2.gif');
}
table.digits td.dig_3
{
	background-image: url('../img/d.3.gif');
}
table.digits td.dig_4
{
	background-image: url('../img/d.4.gif');
}
table.digits td.dig_5
{
	background-image: url('../img/d.5.gif');
}
table.digits td.dig_6
{
	background-image: url('../img/d.6.gif');
}
table.digits td.dig_7
{
	background-image: url('../img/d.7.gif');
}
table.digits td.dig_8
{
	background-image: url('../img/d.8.gif');
}
table.digits td.dig_9
{
	background-image: url('../img/d.9.gif');
}

