/*main paragraph formatting*/
body {font-family:Times New Roman,Times,serif;

p {
	font-family: Times New Roman,Times,serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.nomargin {
	font-family: Times New Roman,Times,serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
}
table p {
	font-family: Times New Roman,Times,serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table p.side {
	font-family: Times New Roman,Times,serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
/*for titles such as baptisms burials etc also for the transcriber and any other comments before the main transcription*/
p.topcent {
	font-family: Times New Roman,Times,serif;
	font-size: 105%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-family: Times New Roman,Times,serif;
	font-size: 140%;
	text-align:center;
}
/*used for the parish name only*/
h1.pagetitle {
	font-family: Times New Roman, Times, serif;
	font-size: 300%;
	text-align: center;
	font-weight: darker;
}
/*used for the Page Title*/
h1.subtitle {
	font-family: Times New Roman, Times, serif;
	font-size: 200%;
	text-align: center;
	font-weight: darker;
}	
/*used for the Wills Heading only*/
h1.willstitle {
	font-family: Times New Roman, Times, serif;
	font-size: 250%;
	text-align: center;
	font-weight: darker;
}
h2.subtitle {
	font-family: Times New Roman,Times,serif;
	font-size: 120%;
	text-align: center;
	font-weight: darker;
}
h2.margin {
	font-family: Times New Roman,Times,serif;
	font-size: 110%;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 80px;
}
em.small {
	font-family: Times New Roman,Times,serif;
	font-size: 85%;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
em.bol {
	font-family: Times New Roman,Times,serif;
	font-size: 90%;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 500;
}
em.contlist {
	font-family: Times New Roman,Times,serif;
	font-size: 90%;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: 500;
}
em.red {
	font-family: Times New Roman,Times,serif;
	color: #CC3300;
	font-size: 95%;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
em.blue {
	font-family: Times New Roman,Times,serif;
	color: Blue;
	font-size: 95%;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
em.upper {
	font-family: Times New Roman,Times,serif;
	font-size: 90%;
	text-transform: upper-case;
	font-weight:bolder;
}

.floatright {
	float: right;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
}
	
	
.floatleft {
	float: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
}
li.margin {
	font-family: Times New Roman,Times,serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 95%;
}
td {font-family: Times New Roman,Times,serif; 	font-size: 95%;
}
tr {font-family: Times New Roman,Times,serif;	font-size: 95%;
}