/* Presentation Stylesheet */ 

.print {
	font: small-caps 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
body {
	font: .90em/1.2em Arial, Helvetica, sans-serif;
}
#title {
	text-indent: -1500px;
	margin: 0;
	padding: 0;
	float: left;
}
h1 {
	color: #666666;
	margin:0;
	padding:25px 10px 0 15px;
	font: small-caps 1.4em/1.2em Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color:#FFFFFF;
	background-color: #666666;
	margin: 35px 0 0 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 2px solid #CCCCCC;
	line-height: 1.1em;
	font-size: 1.3em;
}
h3 {
	color: #666666;
	margin: 30px 0 -12px 10px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

h2, h3, h4, h5, h6, p {
	margin-right: 15px;
	padding-left:15px;
}

blockquote {
	border: 1px dotted #666666;
	width: 445px;
	margin:15px auto;
}

blockquote p {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
	padding: 10px;
}

.up {
	display: none;
}

#cont a{
	color: #999999;
}
#cont a:visited {
	color: #999999;
}
#cont a:hover{
	color: #999999;
	text-decoration: none;
}
#cont a:active{
	color: #333333;
}
.atomz_ch {
	display: none;
}
.imgStaff {
 float: right;
 text-align:center;
 margin: 25px 10px 10px 10px;
}
.imgStaff img{
 margin-bottom: 5px;
 border: solid #000 1px;
}
.imgrt {
 float: right;
 font: italic .9em "Times New Roman", Times, serif;
 text-align:center;
 margin: 10px;
}
.imgrt img{
 margin-bottom: 5px;
 border: solid #000 1px;
}
.imglft {
 float: left;
 font: italic .9em "Times New Roman", Times, serif;
 text-align:center;
 margin: 10px;
}
.imglft img{
 margin-bottom: 5px;
 border: solid #000 1px;
}
.price {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #fff;
	padding: 4px;
	margin-top: -8px;
	border: 1px dashed #CCCCCC;
	text-align: center;
	width: 125px;
	margin-left: 15px;
}
.ital {
 font: italic 1em "Times New Roman", Times, serif;
}
.tiny {
	font-size: 0.8em;
	line-height: 1.1em;
}
#schedule {
	font-size: 80%;
	line-height: 1.2em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#schedule td{
	padding: 3px;
}
#schedule th{
	font-size: 110%;
	color: #fff;
	text-align: left;
	background: #666666;
	padding: 3px;
}
.row {
	background-color: #CCCCCC;
}