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

body {font-family: Georgia, "Times New Roman", Times, serif;}

div#doc {text-align: left;}

p {
	font-size: 123.1%;
	margin: 7px;
	line-height: 18pt;
	width: 500px;
}

a {
	padding-bottom: 1px;
	color:#660000;
	text-decoration: none;
	background-color: transparent;
	}
	
a:link {
	border-bottom: 1px dotted;
}
a:visited {
	border-bottom: 1px dotted;
}
a:hover {
	border-bottom: 1px solid
}
a:active {
	color: white;
	background-color: transparent;
	border-color: #779;
	background: #779;
	}

blockquote {font-size: 93%;
		margin: 10px 30px 10px 40px;}

blockquote p.attrib{text-align:right;
					margin-top: 0;}

h1 {
	font-size: 167%;
	font-weight: bold;
	padding: 10px;
	text-shadow: #dddddd;
}

h2 {
	font-size: 131%;
	font-weight:bold;
	padding: 10px;
}

h2.subhead {
	padding: 10px 0 0 0;
	margin: 0px 0px -5px 5px;
	color:#660000;

}

div#hd {text-align:center;
border-bottom: 1px #660000 dotted;}

div#hd h1, div#hd h2 {margin: 5px 0 0 0;
padding: 0;
letter-spacing: .1em;}

div#hd a:visited {
	border-bottom: none;
}

div.first p{font-size: 100%;
line-height: 18pt;}

div#ft {padding-top: 1em;}

div#ft p{font-size: 100%;
text-align: center;}



