@charset "UTF-8";
/* CSS Document */

.pdflink
{
	font: Times, serif;
	font-size: 14pt;
	color: #00ff00;
}

body
{
	position: relative;
	max-width: 900px;
	margin:auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

h1
{
	font: Times, serif;
	font-weight: normal;
	font-size: 18pt;
	text-align: center;
	color: #736357;
}

h2
{
	font: Times, serif;
	font-weight: normal;
	font-size: 14pt;
	text-align: left;
	color: #736357;
}

a:link
{
	color: #736357;
	text-decoration: none;
}

a:hover
{
	color: #00ff00;
	text-decoration: none;
}

#image
{
	padding-top: 20px;
	max-width: 855px;
	margin-left: auto;
	margin-right: auto;
}

#caption
{
	font: Times, serif;
	font-weight: normal;
	font-size: 9.5pt;
	letter-spacing: 0.5px;
	text-align: center;
	color: #736357;
	padding-bottom: 15px;
	line-height: 110%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
