.title {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #959597;
	text-decoration: none;
}
.footer a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #959597;
	text-decoration: underline;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #959597;
}
.ieg a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.ieg a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.ieg {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.blacktext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.input {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
}
.tableborder {
	border: 1px solid #000000;
}
.button {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 90px;
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
color: #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: grey;
color: #FFFFFF;
}
