body {
	color: black;
	font-family: Arial;
	font-size: 12pt;	
}

div {
	border: 0px solid red;
}

.top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat; 
	border-bottom: 6px solid #46b0b0;
}

.content {
	width: 570px;
	margin-left: 160px;
	padding-left: 25px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div .navi {
	width: 167px;
	float: left;
}

div .box {
	border-right: 6px solid #46b0b0;
	margin-bottom: 50px;
	padding-right: 10px;
}

div .box_small {
	float : left;
	border: 0px solid #46b0b0;
	margin-bottom: 50px;
	margin-right: 25px;
	width : 260px;
}

div .box_small img {
	margin-bottom: 5px;
}

.navi li {
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background-repeat: no-repeat;
	font-family: Arial;
	
}

.navi li a{
	color: white;
	text-decoration: none;
	}

.navi li a:visited{
	color: white;
	text-decoration: none;
	}
	
.navi li a:hover{
	color: #ff6600;
	}

.navi {
	list-style: none;
	margin: 0;
	padding: 0;
}

.justify { text-align : justify}


h1 {
	color: #ff6600;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	}
	
h2 {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	}
	
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}
	
a {
	text-decoration: none;
	color: grey;
}

a:hover {
	color: #ff6600;
	text-decoration: unterline;
} 


a:visited {
	color: #ff6600;
}


.tek1 {
	font-size: 8pt;
	vertical-align: top;

}