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

body  {
	color: black;
	background-color: white;
	background-image: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
}
a { color: #006666; text-decoration: underline }
a:link { color: #006666 }
a:visited { color: #006666 }
a:hover { color: red }
a:active { color: red }
h1 {
	color: #006666;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif, Georgia;
	font-style: italic;
	font-weight: bold;
	margin:0 0 .6em 0
}
h2 {
	color: #006666;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif, Georgia;
	font-style: italic;
	font-weight: bold;
	margin:0 0 .5em 0
}
h3 {
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0 0 .4em 0
}
p {
	font-size: 0.875em;
	line-height: 1.4em;
}
ul li {
	list-style-type: square;
	margin: .8em 0 0 0;
	font-size: .9em;
}
.credo p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000033;
}
.text_footer {
	font-size: .7em;
}

/* Obit Frames */

.headlines {
	color: #006666;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold
}
.subheads { 
	color: #000000; 
	font-size: medium; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold }
.obits { 
	font-size: 1em; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.3em }
.body_copy {
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.directionheads {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
