/* CSS Document */


.header {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#752641;

}



.tablebody {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	font-weight:200;
	}
	
.cabinetbody {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:200;
	}
	


a:link {
	color:#752641;
	text-decoration:none;

}

a:visited {
	color:#752641;
	text-decoration:none;

}

a:hover {
	color:#ab9c73;
	text-decoration:none;

}

.fineprint {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	font-weight:200;
	
}


table.paul {
	background-image:url(images/bg_jesus.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}

.topphoto {
	margin-left:0px;
	margin-right:15px;
	margin-bottom:3px;
	margin-top:0px;

}

.bottomphoto {
	margin-left:0px;
	margin-right:15px;
	margin-bottom:0px;
	margin-top:3px;

}

.lineimage {
	background-repeat:repeat;
}



a:focus {
     -moz-outline: 0px; /* Firefox 1.0x */
     outline: 0px; /* Firefox nightly builds, DeerPark dev. 
 releases */
     outline-offset 0px;  /* Firefox nightly builds, DeerPark dev. 
 releases */
 }

