/* Begin default CSS */

body {
	background-color: #6F0000;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #A89574;
	text-decoration: none;
}

img {
	border: 0px;
}

a, a:link, a:visited, a:hover {
	color: #C2B59E;
	text-decoration: underline;

}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

/* Einde default CSS */

#header{
	height: 150px;
	background-color: #000000;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 1515px;
	height: 95px;
}

#menu {
	width: 1000px;
	height: 35px;
	background-image: url(../images/back_menu.gif);
	background-repeat: repeat-x;
}

#menu a {
	float: left;
	display: block;
}

#content {
	padding: 28px;
}
td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.tabletitles {
	font-weight: bold;
	color: #6F0000;
	background-color: #A89574;
}

