body {
	margin: 0px 0px 0px 0px;
	background: url(img/nl/bg.jpg) #FFFFFF;
	background-position: center top;
	background-repeat: repeat-y;
}
body, table, tr, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}
a,a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #AA1822;
	text-decoration: underline;
}
a.b,a:visited.b {
	color: #AA1822;
	text-decoration: none;
}
a:hover.b {
	color: #333333;
	text-decoration: underline;
}
input, textarea, select, submit {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	border: thin solid #666666;
	border: 1px solid #666666;
}
ul,li { 
	overflow: hidden;
	padding-left: 0px;
	padding-top: 0px;
	width: 160px;
	height: 109px;
	margin: 0px;
}

/* IRREGULAR FONTS */
.buttom {
	color: #333333;
}
.bigtitle {
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	color: #333333;
}
.title {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
.smalltitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.whitetitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.highlight {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.standard {
	color: #333333;
}
.small {
	font-size: 10px;
}

/* FLOATS */
#content {
	margin: 20px;
}
