.border {
	border: 1px solid #999999;
}
.base_bg {
	background-attachment: fixed;
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
}
.butbase {
	background-attachment: fixed;
	background-image: url(images/butbase.png);
	background-repeat: no-repeat;
}
.menufont {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}