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

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000033;
	font-size: 22pt;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0 0 10px 0;
	}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #330;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #D8D5B7;
	margin-bottom: 10px;
	}

h3 {
	position: relative;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #330;
	font-size: 14pt;
	font-weight: normal;
	font-variant: small-caps;
	padding: 6px 0 4px 10px;
	margin-bottom: 15px;
	background: url(../images/h3_parchment.jpg);
	border-bottom: 1px solid #D8D5B7;
	}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000033;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 0px 0px;
	}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #330;
	font-size: 14pt;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 10px;
	}
	
.signature {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;;
	color: #000033;
	font-size: 16pt;
	line-height: 22px;
	font-style: oblique;
	margin: 0px;
	padding: 0px 0px 10px;
	}
	
ol {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #330;
	font-size: 14pt;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 10px;
	list-style-position: inside;
	}

a:link, a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000033;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}