.footer {
	font-size: xx-small;
	color: #666666;
	}
	a.footer:link {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:hover {
		color: #000000;
		text-decoration: underline;
		}
	a.footer:active {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

.forms {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	}
.topbg {
	background-image: url(../../images/interface/topbg/01.gif);
	background-repeat: no-repeat;
}
.gallery {
	text-align: center;
	vertical-align: middle;
	width: 400px;
	height: 400px;
}
.information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 110%;
	text-transform: uppercase;
	color: #BEBEBE;
	width: 135px;
}
.content {
	height: 420px;
	width: 740px;
	line-height: 200%;
}
.newsbg {
	background-attachment: fixed;
	background-image: url(../../images/content/home/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	color: #417378;
	font-size: 11px;
}
.newsdate {
	display: none;
}
.newstext {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #417378;
}