 
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 220px; 
	text-align: left;
      
}
.dock-container {
	position: absolute;
	height: 30px;

	padding-left: 0px;
   
}
a.dock-item {
	display: block;
	width: 190px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
 
 
	width: 90px; 
	color: #0A2D1B; 
}
.dock-item img {
	border: none; 
	margin: 5px 5px 5px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 10px;
    padding-right: 10px;

    width:150px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	top: -100px;
	position: relative;
	left: 140px;

}
.dock-container2 {
	position: absolute;
	height: 90px;
 
}
a.dock-item2 {
	display: block; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
 FONT-WEIGHT: BOLD;
 
	width: 90px; 
	color: #0A2D1B; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
 

    width:150px;
}
  
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


 
 body {
	background-image : url(img/back_time.jpg);
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;

}
 td {

    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px;

}
 a {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #006633;

}

 a:hover {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #006633;

}