body {
	background-image: url(images/bkgd.jpg);
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.stxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
a:hover {
/* 
	text-decoration: none;
 */
	color: #FFFFFF;
}
a:active {
/* 
	text-decoration: none;
 */
	color: #333333;
}
#hmhld {position:relative;}
#hmimg1 {position:relative;}
.hmimg
{
	opacity: 0.0;
	transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	position: absolute;
	top: 0;
	left: 0;
}
.cur { opacity: 1.0; }
.logo { height: 126px; padding: 25px;}
#iacet { height: 78px; width: auto; padding: 22px;}
.highlight {background: yellow; display: inline-block; padding: 4px;}
.highlight a:hover {color: #0018b0;}
#four{padding: 67px 85px;}