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

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

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

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;
}


h2.case {
	padding: 5px;
	border-top: 1px #660000 solid;
	border-bottom: 1px #660000 solid;
}

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

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

