




body, th, td {	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: Black;
	margin: 0;
	padding: 0;
}

body 
{
	font-size: 12px;
	margin: 2px;
}

th {
	text-align: left;
	/*vertical-align: top;*/
	font-weight: bold;
}
td {
	/*vertical-align: top;*/
}


img {
	border: 0;
}


a {
	color: #38628D;
	text-decoration: underline;
}
a:hover {
	color: #78A2CD;
	text-decoration: underline;
}



.Subheading_1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #38628D;
}
.Subheading_2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #38628D;
}
.Subheading_3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #38628D;
}





h1 
{
	color: #38628D;
	font-size: 1.6em;
	margin: 0px 0px 10px 0px;
}
h2 
{
	color: #38628D;
	font-size: 1.5em;
	margin: 20px 0px 10px 0px;
}
h3 
{
	color: #38628D;
	font-size: 1.4em;
	margin: 20px 0px 8px 0px;
}
h4 
{
	color: #38628D;
	font-size: 1.3em;
	margin: 20px 0px 8px 0px;
}





/* LAYOUT */

#Container_print {
	width: 1024px;
	overflow: hidden;
}
#Container {
	width: 1024px;
	margin: 0;
	overflow: hidden;
}

	#Head_print {
		width: 1024px;
		height: 132px;
		visibility: visible;
	}
		#Head_print img {
			/*margin: 0px 0px 20px 0px;*/
		}
	
	#Head {
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
				
						
	#Neck {
		height: 50px;
		visibility: hidden;
		overflow: hidden;
	}	

				
	
	#Left 
	{
		width: 176px;			/*176*/
		color: #FFFFFF;
		
		overflow: hidden;
		visibility: hidden;
	}	
	
	
	#Mid {
		width: 595px;
		vertical-align: top;
	}
	
			
		#Content {
			padding: 0;
			position: relative;
			z-index: 100;
		}
			
			.Column_left {
				width: 260px;
				float: left;
			}
			.Column_right {
				width: 260px;
				float: right;
			}
			
			#TabMenu {
				height: 0;
				visibility: hidden;
				overflow: hidden;
			}

	
	#Right 
	{
		width: 0;
		visibility: hidden;
		overflow: hidden;

	}		

			
	#Foot {
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}			
	#Foot_Left {
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}
	#Footer_Print {
		width: 1024px;
		height: 101px;
		visibility: visible;
		text-align: center;
	}



.Leveler {
	width: 100%;
	height: 25px;
	line-height: 1px;
	clear: both;
}




.NordbenTable {
	
}

.NordbenTable th {
	padding: 3px;
	font-weight: bold;
}

.NordbenTable td {
	padding: 3px;
	border-bottom: 1px solid #38628D;
	font-size: 0.9em;
}


