
	BODY,HTML { height: 100%;width: 100%; }
	BODY {
		font-family: verdana,arial;
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		text-align: center;
		background-color: #EEEEEE;
	}
	
	#outerFrame {
		position: relative;
		font-size: 10px;
		width: 980px;
		text-align: right;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2px;
	}
	
	#top {
		border: 1px solid #666666;
		border-top: 0px;
		background-color: #FFFFFF;
		height: 104px;
	}
	
	#topBottom {
		height: 5px;
		background-image: url('../gfx/topbottom_bg.gif');
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.topLeftBg {
		background-image: url('../gfx/topleft_bg.gif');
	}
	
	table, tr, td {
		font-size: 12px;
	}
	
	#outerContent {
		border: 1px solid #666666;
		background-color: #FFFFFF;
		text-align: left;
	}
	
	#content {
		padding: 10px;
	}
	
	#txtContent {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.nav, .nav a:link, .nav a:visited, .nav a:active, .nav a:hover {
		font-size: 10px;
		color: #000000;
	}
	
	.nav2 {
		height: 15px;
	}
	
	#outerTop{
		height: 5px;
		background-image: url('../gfx/outertop.gif');
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	#outerBottom{
		height: 5px;
		background-image: url('../gfx/outerbottom.gif');
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#outerFoot {
		background-image: url('../gfx/bottom.gif');
		height: 20px;
		border-bottom: 0px;
	}
	
	#foot {
		text-align:center;
		padding-top: 4px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 10px;
	}
	
	.menu, .menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 10px; 
	}
	
	.undermenu, .undermenu a:link, .undermenu a:visited, .undermenu a:active, .undermenu a:hover {
		color: #000000;
		font-weight: normal;
		font-size: 12px; 
	}
	
	.headline {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 2px;
	}
	
	.streg {
		height: 1px;
		color: #000000;
		width: 100%;
	}
	
	.firstField {
		width: 120px;
		font-size: 10px;
		vertical-align:top;
	}
	
	.tableTop {
		font-weight: bold;
		font-size: 10px;
	}
	
