body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 14px;
}
body {
	background: #5E6265 url(/images/tile.jpg);
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
} 
.tdcontent {
	padding: 2px 2px 5px 9px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #AC5553;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #67616D;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC3366;
	font-weight: bold;
}

a.menu:link, a.menu:visited, a.menu:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	background-image: url(/images/buttonoff.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 5px;
	height: 26px;
}
a.menu:hover {
	font-size: 12px;
	color: #FF99CC;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	background-image: url(/images/buttonon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
}
.sitemap {
	font-size: 12px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-right: 4px;
	text-align: right;
}

input, select, button, textarea {
	background: #FFCC99;
	font-family: verdana, tahoma, arial;
	color: #333366;
	border: 1px solid #333366;
	font-size: 12px;
}
hr {
	color: #67616D;
	height: 2px;
	width: 95%;
}
.albumTable {
	width: 500px;
}
.iconCell {
	width: 150px;
	text-align: center;
	border: 0px solid #660033;
}
.displayBigImageCell {
	width: 500px;
	vertical-align: middle;
}
.descriptionCell {
	width: 150px;
	text-align: left;
	border: 0px solid #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.descriptionText {
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.displayBigImageText {
	width: 500px;
	vertical-align: middle;
}
.textCurrentPageIndicator {
	font-weight: bold;
	color: #993399;
}
.albumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
.formTextArea {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000033;
	height: 100px;
}
.formSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000033;
	width: 150px;
}
.divider {
	border: 1px solid #000033;
}