/* CSS Document */

a:link {  
color: #585858;
text-decoration: none;
}   
a:active {  
color: #585858;
text-decoration: none;
}   
a:visited {  
color: #585858;
text-decoration: none;
}   
a:hover {  
color: #000000; 
text-decoration: none;
}   
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 500;
	color: #6F6F6F;
} 
/* Used for Welcome heading on homepages and content pages */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 500;
	color: #6F6F6F;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 600;
	color: #6F6F6F;
	margin-top: -10px;
} 
/* Used for subheader on service page */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 500;
	color: #6F6F6F;
} 
/* Used for extra bold on Schools and Community Links pages */
.extrabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 600;
	color: #6F6F6F;
} 
/* Used for labels on Who's Who page, Parish Team Page */
.who {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: 500;
	color: #6F6F6F;
	padding-left: 25px;
	padding-right: 25px;
} 
/* Used for labels on Who's Who page, Parish Team Page */
.whoemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 500;
	color: #6F6F6F;
	padding-left: 25px;
	padding-right: 25px;
} 
/* Used for text on who's who page, Parish Team Page, Mission Links Page */
.whobody {
	color: #6F6F6F;   /*#282828 */
	padding-left: 25px;
	padding-right: 25px;
}
/* Used for welcome text on homepages and body text on content pages */
.homebody {
	color: #6F6F6F;   /*#282828 */
	padding-left: 25px;
	padding-right: 25px;
}
/* Used for italics on service page */
.italics {
	color: #6F6F6F; /*#282828 */
	padding-left: 25px;
	padding-right: 25px;
	/*font-style: italic;*/
	font-size: 0.7em;
}


/* Used for link text on St Andrews site */
.andrewanchor {
	font-weight: bold;
	color: #488700;
}
/* Used for link text on St Johns site */
.johnanchor {
	font-weight: bold;
	color: #E2570B;
}
/* Used for link text on St Marys site */
.maryanchor {
	font-weight: bold;
	color: #0B87C6;
}
/* Used for This Week box on homepages */
.thisweek {
	margin-left: 20px;
}
/* Used for Bible Study page */
.times {
	margin-left: -30px;
}
/* Defines the indent width on the splash page for St. Andrew's address */
.andrew {
	margin-left: 25px;
} 
/* Defines the indent width on the splash page for St. Mary's address */
.mary {
	margin-left: 25px;
}
/* Defines the indent width on the splash page for St. John's address */
.john {
	margin-left: 25px;
}
.copyright {
	color: #5B7492;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
}
/* Used for this week page */
.week {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 500;
	color: #940E0F;
} 
/* Used for this week page */
.box {
	border: thin solid;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
} 
