@charset "utf-8";
/* CSS Document */
.largetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.gdbtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	text-align: left;
}
.horizontaldots {
	background-image: url(images/horizontal-dots.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.verticaldots {
	background-image: url(../images/vertical-dots.gif);
	background-repeat: repeat-y;
}
.lowerbar {
	background-attachment: fixed;
	background-image: url(../images/bottom-bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lowerbartext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}
.topblackbar {
	background-color: #000000;
}
a:link {
	color: #900;
}

.fancytitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}
.bottombar {
	background-image: url(images/bottom-bar.gif);
	background-repeat: no-repeat;
}
a.lower:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}a.lower:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
a.lower:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: blink;
}
