.FullBorder {
	border: 1px solid #999999;
}
.home {
	background-attachment: fixed;
	background-image: url(images/home1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Act {
	background-attachment: fixed;
	background-image: url(images/act1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.News {
	background-attachment: fixed;
	background-image: url(images/news1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Contact {
	background-attachment: fixed;
	background-image: url(images/contact1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.UnderBCk {
	background-attachment: fixed;
	background-image: url(images/UnderBCK.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
}
.RightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.BottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a:hover {
	color: #999999;
}
.AdminLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
