.foot1{
	background-image: url('foot1.png');
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 10px;
}

.foot2{
	background-image: url('foot2.png');
	background-repeat: no-repeat;
	height: 49px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 10px;
}

body a{
	color: black;
}

body a:visited{
	color: black;
}

body a:hover{
	color: black;
}

.grid_9 img{
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sidelink{
	font-weight: bold;
	display: block;
	width: 210px;
	height: 35px;
	background-image: url( 'link.png' );
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: black;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 10px;
	text-decoration: none;
	line-height: 105%;
}

.sidelink:hover, .sidelink:visited:hover,
.sublink:hover, .sublink:visited:hover{
	color: white;
	border: 0px none;
}



.sidelink:visited{
	color: black;
	border: 0px none;
}
.sublink{
	font-weight: bold;
	display: block;
	width: 195px;
	height: 35px;
	vertical-align: middle;
	background-image: url( 'sublink.png' );
	background-position: left center;
	background-repeat: no-repeat;
	color: black;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 25px;
	padding-top: 12px;
	text-decoration: none;
	line-height: 105%;
}

.sublink:hover{
	color: white;
	border: 0px none;
}

.sublink:visited{
	color: black;
	border: 0px none;
}

h1{
	border-bottom: 1px solid #124763;
	padding-bottom: 15px;
	font-size: 19px;
	margin-bottom: 26px;
}

td{
	vertical-align: middle;
}

.active,.active:visited{
	color: black;
}
