@charset "utf-8";
/* CSS Document */

.footer {
	position:relative;
	left:0px;
	bottom:2px;
	width:100%;
	height:100px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #999;
	font-size: xx-small;
	display: block;
}
.footer a {
	text-decoration: none;
	font-size: x-small;
	color: #bbb;
}
.footer a:hover {
	text-decoration: none;
	font-size: x-small;
	color: #bbb;
}
.footer a:visited {
	text-decoration: none;
	font-size: x-small;
	color: #bbb;
}
.footer #firefox a {
	text-decoration: none;
	font-size: x-small;
	color: #000;
}
.footer #firefox a:hover {
	text-decoration: underline;
	font-size: x-small;
	color: #ff009c;
}
.footer #firefox a:visited {
	text-decoration: none;
	font-size: x-small;
	color: #000;
}
.footer #linkage a {
	text-decoration: none;
	font-size: x-small;
	color: #000;
}
.footer #linkage a:hover {
	text-decoration: none;
	font-size: x-small;
	color: #000;
}
.footer #linkage a:visited {
	text-decoration: none;
	font-size: x-small;
	color: #000;
}
.footer #btnRSS {
	background-image: url(bitmaps/rss_icon.jpg);
	height: 36px;
	width: 36px;
	display: inline-block;
}
.footer #btnRSS a:hover {
	background-image: url(bitmaps/rss_icon2.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
	display: inline-block;
}
#flashcontent {
	text-align: center;
	vertical-align: middle;
	display: block;
}

