.body {
	background-image: url(../images/wafer_cell.jpg);
	background-repeat:  repeat;
}
.georgia24brown {
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	color: #7C4600;
	text-decoration: none;
}
.georgia20black {
	font-family: georgia;
	font-size: 20px;
	font-weight: normal;
	color: #434343;
	text-decoration: none;
}
.dotedline {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
}
.tahoma12black {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.tahoma14black {
	font-family: tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}
.tahoma10black {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.tahoma10black:hover {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.tahoma12black2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.botbg {
	background-image: url(../images/bot_bg.gif);
	background-repeat: repeat-x;
}

a.tahoma12black2:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #996523;
	text-decoration: none;
}


.linktext {
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.linktext:hover {
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.tahloma12blackunderline {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	line-height: 18px;
}

a.tahloma12blackunderline:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #996523;
	text-decoration: underline;
	line-height: 18px;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden; 
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block; 
	color: white;
	text-align: center;
	border-left: 1px solid #bbb;
	padding: 12px 21px; 
	text-decoration: none}

a:hover:not(.active) {
	background-color: #111;
}

.active {
background-color:#4CAF50;
}


