/* CSS Document */
.maintd {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.bg {
	background-image: url(images/bg.gif);
}
.toplinksbg {
	background-image: url(images/toplinks.jpg);
	background-repeat: no-repeat;
}
.fullsite {
	background-image: url(images/fullsite.jpg);
	background-repeat: repeat-y;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E4E3DE;
}
.toplinks a:link {
TEXT-DECORATION: none;
color: #E4E3DE;
}
.toplinks a:visited {
TEXT-DECORATION: none;
color: #E4E3DE;
}
.toplinks a:hover {TEXT-DECORATION: none;
color: #DDCC9F;
}

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDCC9F;
}
.bottomlinks a:link {
TEXT-DECORATION: none;
color: #DDCC9F;
}
.bottomlinks a:visited {
TEXT-DECORATION: none;
color: #DDCC9F;
}
.bottomlinks a:hover {TEXT-DECORATION: none;
color: #E4E3DE;
}
.verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
