
	body {
		padding: 0px;
		margin: 0px;
	}
	
	body, td, input, select, li, p, legend {
		font-family: Verdana, Arial, Helvetica;
		font-size: 11px;
		background-color: #EAEFF3;
		color: #000000;
	}
	
	fieldset {
		width: 100%;
		height: 100%;
		text-align: center;
		border: 1px solid #C7721F;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 5px;
	}
		
	a, a:hover {
		color: #C7721F;
		font-weight: bold;
		text-decoration: none;
	}

	.navigation-active, .navigation-active:hover {
		color: #C7721F;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.navigation-deactive {
		color: #1A5E9C;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
	}
		
	.table-width {
		width: 100%;
	}
	
	.table-header {
		background-color: #C7721F;
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
	}
	
	.table-header a {
		text-decoration: none;
		color: #ffffff;
	}
	
	.table-row-even {
		background-color: #EAEFF3;
	}
	
	.table-row-odd {
		background-color: #D2DCE5;
	}
	
	.table-headline {
		border-bottom: 1px solid #C7721F;
	}
	
	h5 {
		padding: 0px;
		margin: 0px;
		color: #555555;
		font-weight: bolder;
	}
	
	.headline {
		font-size: 14px;
		color: #C7721F;
		font-weight: bold;
	}
	
	.hidden {
		display: none;
	}
	
	.overlay-box, .box {
		background: #EAEFF3;
		border: 2px solid #C7721F;
		vertical-align: middle;
		padding: 5px;
	}
