/* redefined styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006699;
}
h4 { font-size: 1em; font-weight: bold; }
a, a:link, a:visted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #006699;
}

/* custom styles */
table.outlined {
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.featuredArt {
	height: 100%;
	width: 175px;
	padding: 5px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	bottom: 100%;
}
.galleryLink, a.galleryLink:link, a.galleryLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	word-spacing: normal;
	left: 10px;
	right: 10px;
}
a.galleryLink:hover, a.galleryLink:active {
	color: #006699;
}
.footerText {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .7em;
}
.headerText {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
a.adminLink:link, a.adminLink:visited, a.adminLink:hover, a.adminLink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.errorCode {
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
p.sideText {
	font-size: .7ems;
}