/*

Gabriele Rizzetto, St Mary's CSS, 6th March 2010
e-mail: gabriele.rizzetto@mac.com

------------------------------
Basic styles are defined here:
------------------------------
*/

* {

}

body {
	background-color: #f6f6f6;
	color:  #069;
	margin: 0;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
}

a {
	color: #555;
	text-decoration: none;
	/*color: #069;*/
}

hr {
	border-style: solid; border-color: white; border-width: 1px
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #069;
	border-right-color: #069;
	border-bottom-color: #069;
	border-left-color: #069;
}

h1 {
	color: #555;
}

h2 {
	color: #555;
	font-size: 24px;
}

h3 {
	color: #555;
}

/*
-------------------------------
Custom styles are defined here:
-------------------------------
*/

/*a.discreet{
	color: #555;
	text-decoration: none;
}*/

.blue {
	color: #069;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	font-family: Verdana, Arial, Georgia, sans-serif;
}

/* red, green and blue for H1-3 and P (maybe swap out h1.blue for .blue) */

.boldtext {
	font-weight: bold;
	color: #555;
}

.navcell {
	background-color: #eee;
	color: #555;
	border-bottom: 1px dotted #fffeff;
	text-align: left;
	
}

.navcell:hover {
	background-color: #fff;		
}

.subcell {
	color: #555;
	text-align: left;
}

.subcell:hover {
	background-color: #fff;		
}

.activecell {
	background-color: #ddd;
	color: #555;
	border-bottom: 1px dotted #fffeff;
	text-align: left;
	font-weight: bold;
}

.activecell:hover {
	background-color: #fff;
	text-align: center;
}

.endcell {
	background-color: #eee;
	color: #555;
	text-align: left;
}

.endcell:hover {
	background-color: #fff;
	color: #999;
}

.commenttext {
	font-size: 10px;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.siteheading {
	background-color:  #333;
	color:  #bbb;
}

.headerbar {
	background-color: #777;
	color: #eee;
}
.blue14 {
	color: #069;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.PageHeader {
	font-size: 24px;
	text-align: left;
}

}
.ParishDocTxt14Norm {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.ParishHead24BoldBlue {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #069;
}
.ParishHead18BoldBlue {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #069;
}
.ParishDocTxt14Bold {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.ParishDocTxt12Norm {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
.ParishDocTxt12Bold {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.ParishDocTxt12BoldRed {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.ParishDocTxt12BoldBlue {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
}
.ParishDocTxt14BoldRed {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.ParishDocTxt12BoldBlue {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
}
.ParishDocTxt12BoldBlueCtr {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	text-align: center;
}
.ParishHead24BoldBlue br {
	text-align: left;
}
.ParishDocTxt12NormRight {
	text-align: right;
}
.ParishDocTxt12NormRight {
	color: #000;
}
.ParishDocTxtBoldBlue {
	font-family: Geneva, sans-serif, Georgia, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #069;
}

