html {
	width			: 100%;
	height			: 100%;
	margin			: 0px;
	padding			: 0px;
	color			: black;
	background-image	: url('images/back.png');
	background-repeat	: repeat-x;
	background-color	: #FB973E;
	font-size		: 14px;
}

.maintable {
	width	: 80%;
	height	: 100%;
	margin	: 0 auto;
}

.columntable {
	color		: white;
	width		: 250px;
	vertical-align	: top;
	padding-right	: 40px;
}

/*
columntable:last-child {
	padding-right	: 0px;
}
*/
.listtable {
	width			: 250px;
	top			: 0px;
	border-collapse		: collapse;
	padding			: 0px;
	margin			: 0px;
/*	background-color	: #FD7416;*/
/*	background-repeat	: no-repeat;
	background-image	: url('images/block.png');
	background-position	: bottom;
*/
}

.listtable h1 {
	font-size	: 14px;
	font-weight	: normal;
	margin-left	: 10px;
	margin-right	: 10px;
}

.list {
	background-repeat       : no-repeat;
        background-image        : url('images/block.png');
        background-position     : bottom;
}

.listhead {
	background-repeat       : no-repeat;
        background-image        : url('images/block-head.png');
	height			: 38px;
	color			: white;
	text-align		: center;
	background-position	: top;
}

h1 {
	text-align		: center;
	background-color	: #FD7416;
}

a {
	text-decoration	: none;
	color		: black;
}

a:hover {
	text-decoration	: none;
	color		: #EE2E26;
}

ul {
	list-style-type		: none;
}

td.toptd {
        height                  : 93px; 
        width                   : 578px; 
        background-image        : url('images/head_be_nl.png'); 
        background-repeat       : no-repeat; 
        background-position     : center center;
}

