	body {
		margin: 0px;
		background: #e1ddd3;
	}
	td, input, select, textarea, div, button {
		font-size: 11px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
	form {
		margin: 0px;
	}
	
	a:link {
		color: #000000;
	}

	a:active {
		color: #000000;
	}

	a:visited {
		color: #000000;
	}

	a:hover {
		color: #49463e;
	}

	#menu td {
		padding-left: 20px;
		font-size: 12px;
	}
	
	#menu td a:link {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	#menu td a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	#menu td a:active {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	#menu td a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #333333;
	}

	.menubtnbg {
		height: 32px;
		cursor: pointer;
	}
	
	.menuover {
		background: transparent url(../images/menubtnbg.jpg) scroll repeat-x top;
		color: #E1DDD3;
		height: 32px;
		background-color: #f7f5ef;
		cursor: pointer;
	}

	.menuactive {
		background: transparent url(../images/menubtnbgactive.jpg) scroll repeat-x top;
		color: #E1DDD3;
		height: 32px;
		cursor: pointer;
	}
	
	.menuclick {
		background: transparent url(../images/menubtnbgclick.jpg) scroll repeat-x top;
		color: #E1DDD3;
		height: 32px;
		cursor: pointer;
	}
	
	#tableclass td {
		padding: 4px;
		height: 22px;
	}
	
	.even { background: #e7e4db; }
	.evenover { background: #97C2E2; }

	.odd { background: #e1ddd3; }
	.oddover { background: #97C2E2; }
	
	.footer {
		font-size: 10px;
	}
	
	.boxHeadline {
/*		text-transform: uppercase; */
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
	
	.darkboxHeadline {
		text-transform: uppercase;
/*		font-size: 14px; */
		font-weight: bold;
	}
	
	.imgborder {
		border: #c8c0af solid 1px;
	}