/* CSS Document */

body {
	background-image:url(../images/site/episcopalLogoFade.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:25px;
	margin-top:30px;
}
h1 {
	font-size: 18px;
}
.headline {
	font-size: 14px;
	font-weight: bold;
}
.tblAdmin {
	width: 450px;
	padding: 5px;
	border:1px dotted #999999;
}

.tblAdmin th {
	background-color:#000066;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:600;
}

.tblAdmin td {
	border-bottom:1px dotted #999999;
	padding: 5px 0;
}
