<!-- /* Hide from older browsers. */
/* Elements of same class addressed by omitting tag name in selector.  Thus, 'a:link' and 'a:visited' are both handled by 'a' alone. */
a {
	color: Blue;
}
body {
	background: url("images/background.gif");
	background-color: #9F07F6;
	font-family: Tahoma, Verdana, 'Times New Roman';
	font-size: 10pt;
	white-space: nowrap;
}
img {
	border: none;
	vertical-align: middle;
}
.AlignCenter {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
}
.AlignVertical {
	vertical-align: top;
}
.AnnouncementText {
	color: #fb5d48;
	font-size: 14pt;
	font-weight: bold;
}
.BlackBorder {
	border: Black 1px solid;
}
.BodyTable {
	/*height: expression(document.body.clientHeight - 53 + "px");*/
	left: 100px;
	position: absolute;
	top: 50px;
	width: 800px;
}
.BodyTableBottomCell {
	background: url("images/bt_bottom.gif");
}
.BodyTableContentCell {
	background-color: #E3BEEF;
	padding-left: 80px;
	padding-top: 30px;
}
.BodyTableFooterCell {
	background-color: #E3BEEF;
	text-align: center;
}
.BodyTableLeftCell {
	background: url("images/bt_left.gif");
	height: 100%;
	width: 30px;
}
.BodyTableRightCell {
	background: url("images/bt_right.gif");
	height: 100%;
	width: 30px;
}
.BodyTableTopCell {
	background: url("images/bt_top.gif");
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.FooterTitle {
	font-size: 12pt;
	font-weight: bolder;
	color: #9e22c7;
}
.GalleryTable td {
	padding-bottom: 10px;
	padding-right: 20px;
}
.HeaderText {
	font-size: 14pt;
	font-weight: bold;
}
.LegalText {
	font-size: 7pt;
}
.MenuDiv {
	left: 25px;
	position: absolute;
	text-align: right;
	top: 100px;
	z-index: 1;
}
.MediumBoldText {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
.PrintsTable {
	width: 100%;
}
.PrintsTable td {
	text-align: center;
	width: 33%;
}
.PrintsTable img {
	border: Black 1px solid;
	cursor: hand;
}
.SmileText {
	color: #fb5d48;
	font-size: 14pt;
	font-weight: bold;
}
.SpacerCell {
	width: 30px;
}
.SubMenu {
	display: none;
	left: 50px;
	position: relative;
}
.TitleDiv {
	background: url("images/title.gif");
	height: 50px;
	left: 300px;
	position: absolute;
	top: 25px;
	width: 400px;
	z-index: 1;
}


/* The !important keyword placed after a property declaration jumps that declaration to the front of the priority order.
If there's a conflict, any style with !important after it beats any style without it.  Here it is used to override the
background color of NavigationLinks, so the spacer cell blends with the page background. */
.TinyCell {
	background-color: #F0F1F6 !important;
}
//-->