@charset "UTF-8";


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}

a:link {
	text-decoration	: none;
	color			: #003399;

}
a:visited {
	text-decoration	: none;
	color			: #6D0096;

}
a:hover {
	color			: #0000FF;
	text-decoration	: underline;
	
}

.imgnob {
	border			: 0px none;
}



body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #D1C79E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}




.kop {
	height			: 77px;
	width			: 550px;
}
.menu {
	height			: 20px;
	width			: 550px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: small;
}
.content {
	width			: 520px;
	height			: 487px;
	vertical-align	: top;
	padding-top		: 0px;
	padding-right	: 15px;
	padding-bottom	: 0px;
	padding-left	: 15px;
}

.tdimg {
	padding-top		: 5px;
	padding-right	: 15px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	vertical-align	: top;
}


.design {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #b5a977;
}
.design a {
	color: #b5a977;
}
