/* Luurtsema CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height : 18px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : black;
	line-height : 18px;
}

ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 130%;
 	list-style-image: url(./images/arrow.gif);	
}

a, a:link {
	text-decoration: none;
	color: #A51821;
}

a:visited {
	text-decoration: none;
	color: #A51821;
}

a:hover {
	text-decoration: underline;
	color: #A51821;
}

/* Formatting */
.contact {
	font-size: 12px;
	padding-right: 18px;
	padding-bottom: 8px; 
}

.copyright {
	font-size: 10px;
	color: #888888;
}

.repeater {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #c8c8c8;
}
/* Navigation */

.navigation {
	font-size: 12px;
	height: 50px;
	color: white;
	padding-top: 5px;
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.navigation a:visited {
	text-decoration: none;
	color: white;
}

.navigation a:hover {
	text-decoration: underline;
	color: white;
}
/* Headings */

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	padding-bottom: 2px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

/* Content */

#content {
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 0px;
}

/* Forms */

.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top: solid 1px #7F9DB9;
	border-bottom: solid 1px #7F9DB9;
	border-right: solid 1px #7F9DB9;
	border-left: solid 1px #7F9DB9;
} 