.mistralheader {
	font-family: Mistral, Arial, Helvetica, sans-serif; 
	color: #800000; 
	font-weight:bold; 
	font-size:32pt;
	text-align: center;
}

.stdcontent {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000
}

.caption {
	font-family: Arial Narrow, Arial, sans-serif; 
	font-size: 14px;
	font-style: italic;
	text-align: center; 
	color: #000000
}

.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	text-align: right; 
	color: #800000
}

.maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color: #800000;
}

/* Classes for photo / picture styles */
.porth300w225 {
	margin: 5px;
	height: 300px;
	width: 225px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.porth300w200 {
	margin: 5px;
	height: 300px;
	width: 200px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh300w400 {
	margin: 5px;
	height: 300px;
	width: 400px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.porth400w300 {
	margin: 5px;
	height: 400px;
	width: 300px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh225w300 {
	margin: 5px;
	height: 225px;
	width: 300px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh168w225 {
	margin: 5px;
	height: 168px;
	width: 225px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh450w600 {
	margin: 5px;
	height: 450px;
	width: 600px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}

.squarelarge {
	margin: 5px;
	height: 180px;
	width: 180px;
	border: 2px solid #333333;
	text-align: left;
	vertical-align: top;
}
.squaresmall {
	margin: 2px;
	height: 72px;
	width: 72px;
	border: 2px solid;
	text-align: left;
	vertical-align: top;
}
/* use rectsmall when image is not an exact square but you want the same width */
.rectsmall {
	margin: 2px;
  width: 72px;
	border: 2px solid;
	text-align: left;
	vertical-align: top;
}


/* Links */
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

