	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-color: #FFFFFF;
		font-family: Verdana, Arial;
		font-size: 11px;
		color: #777777;
	}
	
	a {
		color: #E5172E;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.text {
		border:1px solid #E5172E;
		color: #777777;
	}
	
	.label {
		color: #777777;
	}
	
	.button {
		width: 74px;
		height: 21px;
		background-color: #E5172E;
		font-family: Verdana, Arial;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	div.fileinput input {
		border:1px solid #E5172E;
		color: #777777;
		border-collapse: collapse;
	}
	
	/********************************************/
	
	table#siteContainer {
		width: 954px;
		margin-left: auto;
		margin-right: auto;
	}
	
	td.leftBorder {
		width: 47px;
		background-image: url('../images/layout/leftBorder.jpg');
		background-position: top right;
		background-repeat: repeat-y;
	}
	
	td.rightBorder {
		width: 47px;
		background-image: url('../images/layout/rightBorder.jpg');
		background-position: top left;
		background-repeat: repeat-y;
	}
	
	td.bottomBorder {
		height: 65px;
		background-image: url('../images/layout/bottomBorder.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		vertical-align: top;
	}
	
	td.bottomBorder div {
		width: 850px;
		height: 20px;
		background-color: #BFBFBF;
		color: #000000;
		font-size: 10px;
		position: relative;
		left: 52px;
		top: 0px;
	}
	
	td.bottomBorder div table tr td {
		width: 850px;
		height: 20px;
		text-align: center;
		vertical-align: middle;
	}
	
	/********************************************/
	
	td.redbar {
		height: 27px;
		background-image: url('../images/layout/redbar.gif');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	/********************************************/
	
	ul#menuList {
		width: 610px;
		list-style-type: none;
		text-decoration: none;
	}

	ul#menuList li {
		display: inline;
	}
	
	/********************************************/
	
	table.popupMenu {
		position: absolute;
		z-index: 100;
	}
	
	table.popupMenu td {
		width: 170px;
	}
	
	td.normal {
		background-color: #FFFFFF;
		border: 1px solid #777777;
		height: 22px;
		text-align: left;
	}
	
	td.normal a {
		padding-left: 25px;
		padding-right: 10px;
		color: #777777 !important;
		background-image: none !important;
		text-decoration: none;
	}
	
	td.normal a:hover {
		text-decoration: none;
	}

	td.hover {
		background-color: #FFFFFF;
		border: 1px solid #777777;
		height: 22px;
		text-align: left;
	}
	
	td.hover a {
		padding-left: 25px;
		padding-right: 10px;
		color: #E5172E;
		background-image: url('../images/layout/menu_arrow.gif');
		background-position: 10px 50%;
		background-repeat: no-repeat;
	}
	
	td.hover a:hover {
		text-decoration: none;
	}

	/********************************************/
	
	div#flashDiv {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: #000000;
		filter: alpha(opacity=90);
		opacity: 0.9;
		-moz-opacity: 0.9;
		z-index: 100;
		display: none;
	}
	
	div#flashTable {
		position: absolute;
		z-index: 101;
		top: 0px;
		left: 0px;
		display: none;
		text-align: right;
	}
	/*
	table#flashTable {
		position: absolute;
		z-index: 101;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
	}*/
	
	/********************************************/

	.Kop1 {
		font-family: Verdana, Arial;
		color: #E5172E;
		font-size: 14px;
	}

	.Kop2 {
		font-family: Verdana, Arial;
		color: #E5172E;
		font-size: 11px;
	}

	span.failed {
		color: red;	
	}