/* Presentation Stylesheet */ 

h3 {
	margin:0;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B70000;
	letter-spacing: 1px;
	text-align: center;

 }
p {
	margin:0;
	padding:10px;
 }


.exhibitiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	color: #000066;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #000066;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;



}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;

}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	width: 400px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div.thumb {
	margin: 10px 10px 10px 30px;
	height: auto;
	float: left;
	text-align: center;
	}	
.thumb img{
	display: inline;
	margin: 5px 5px 0px;
	}
.thumb a:hover img {border: 0px solid black;}
.title {
text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;

  margin: 0px 3px 10px;
  }
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
	margin-top: 25px;

}
.headingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	font-style: italic;

}
.smalltext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-type: square;
	padding-right: 15px;


}
.highlight {
	background-color: #eedaa5;
	margin-top: 15px;
	margin-right: 75px;
	margin-bottom: 15px;
	margin-left: 75px;
	border: 1px solid #cc9900;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	color: #000000;
}
small {
	font-size: 12px;
}