blather {}
/* For some insane reason, the body tag below won't work if it is the first
	tag in the stylesheet, so the blather tag is a dummy.  Go figure! */ 

BODY {
	border: medium solid #993333;
	width: 760px;
	padding: 20px;
	margin: auto;
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
/*	background-color: #EBE4CA;	*/
	background-color: #F8EAC9;
	background-image: url("http://stephenashaffer.net/img/background.jpg");
	color:#993333;
}
body.ancestor {
	border: none;
	width: 1024px;
	padding: 20px;
	margin: auto;
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
	background-color: #F8EAC9;
	background-image: url("../images/back.jpg");
	color:#993333;
}

h1,h2,h3,h4 {
	font-family:Tahoma,Arial,sans-serif;
	color:#993333;
	font-weight:bold;
}
h1 {
	font-size:14pt;
}
h2 {
	font-size:13pt;
}
h2.persons {
	font-size:12pt;
}
h3 {
	font-size:11pt;
}
h4 {
	font-size:10pt;
}
p {
/*	width:80%;	*/
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
	color:#993333;
}
p.persons {
	font-family:Tahoma,Arial,sans-serif;
	font-size:10pt;
	color:#993333;
}
.alert {
	color:#ff0000;
	font-weight:bold;
}
.hidden {
	color: #F8EAC9;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.footer {
	font-family:Tahoma,Arial,sans-serif;
	font-size:8pt;
	color:#993333;
	text-align:center;
}
hr.major_rule {
	border:0;
	color:#993333;
	background-color:#993333;
	height:2px;
}
hr.minor_rule {
	border:0;
	color:#993333;
	background-color:#993333;
	height:1px;
}
dt {
	font-weight:bold;
	padding-top:10px;
}
em {
	text-decoration: underline;
	font-style: italic;
}

/*	Added for compatibility with MS Word HTML Filter 2.0	*/
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
}
td.nav_bar_left {
	text-align:left;
}
td.nav_bar_right {
	text-align:right;
}

