a,a:link,a:active,a:visited {
	text-decoration: none;
  outline:none;
}
a:hover {	text-decoration: underline; }
form {
  display: inline;
  margin: 0;
}
.container, .overlay,.container2, .overlay2 {
	position: relative;
	width: 282px;
	height: 425px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.container2, .overlay2 {width: 425px;}

.overlay, .overlay2 {
	background: url("spacer.gif") no-repeat center center;
	position: absolute;
	z-index: 100;
}
#canvas0, #canvas1, #panel0, #panel1{
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=5);
	-moz-opacity: .05;
	-khtml-opacity: .05;
	opacity: .05;
}
body {
	background-color: #22262e;
	margin: 0px 0px 0px 0px;
}
img {border-style: none;}
img.gallery{
	border-style: solid;
	border-color: #ddcf5e;
	vertical-align: middle;
} 
table {
  table-layout:auto;
	border-style: none;
}
td.title {background-color: #3b373f;}
td.redline {background-color: #c94b42;}
td.greenline {background-color: #bbcf57;}
table.slide {	background-color: #421916;}
td.cell {background-color: #867e39;}
td.main {	background-color: #ffffff;}
.normal, .header, .fine, .gallerytext {
	font: 11pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.gallerytext{
	color: #c94b42;
	font-weight: bold;
}
.normal{color: #867d8f;}
.header {
	font-size: 13pt;
	color: #c94b42;
	font-weight: bold;
}
.fine {font-size: 10pt;}
.accent{color: #ddcf5e;}
