/* CSS Document */

BODY {
	margin: 0pt;
	background-image:url(images/bkgd.gif);
	background-repeat: repeat-y;
	background-color: #333333;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.grayTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #558811;
	text-decoration: none;
}
a.topNav:link, a.topNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topNav:hover {
	color: #BBEE00;
	text-decoration: underline;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-transform: uppercase;
}
.bkgdTop {
	background-image: url(images/top01.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
}
a.galleryLink:link, a.galleryLink:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.galleryLink:hover {
	color: #CC0000;
}

