<!-- /* Style Sheet definitions need to be commented to hide them from incompatible Browsers.*/  

H1  {
	color: Blue;
	font-family: baskerville, times new roman, times, serif;
	font-size: xx-large;
	text-align: center;
}
h1.subtitle {
	color: Black;
	font-size: small;
	font-family: sans-serif;
}
H2 {
	color: Blue;
	font-family: times new roman, times, serif;
	font-size: x-large;
	text-align: center;
}
H3 {
	color: Blue;
	font-family: times new roman, times, serif;
	font-size: large;
	text-align: center;
}
H4 {
	color: Black;
	font-family: arial, helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
H4.dpsalesbg {color: black; "background color":#ea0006; font-family: arial, helvetica, sans-serif; font-size: medium; text-align: center}
H5 {
	text-align: center;
	color: Black;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
H5.left {
	text-align: left;
	color: Black;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
H6 {
	color: Black;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

/*hotdog style name="Ahref"*/
a: visited {
	color: Gray;
}

a: active {
	color: #FF4500;
}
a: hover  {
	color: Olive;
	font-size: 120%;
}

a {
	color: #0000CD;
}


hr {
	height: 1px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: Blue Blue Blue Blue;
	color: Blue;
}
table {
	border: thin Blue;
	cell-padding: 4;
	width: 100%;
	valign: top;
	border-color: blue;
}
.goldedge{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: blue;
}




 Font { color: black; font-size: small; font-family: arial, helvetica, sans-serif} 
  Font.xxsmall { color: black; font-size: xx-small; font-family: arial, helvetica, sans-serif} 
 Font.xsmall { color: black; font-size: x-small; font-family: arial, helvetica, sans-serif} 
  Font.smallred { color: red;  font-size: small; font-family: arial, helvetica, sans-serif} 
  Font.largered { color: red;  font-size: large; font-family: arial, helvetica, sans-serif} 
 Font.med { color: black; font-size: medium; font-family: arial, helvetica, sans-serif} 
 Font.large { color: black; font-size: large; font-family: times new roman, times, serif} 
 Font.xxlarge { color: black; font-size: xx-large; font-family: times new roman, times, serif} 
 Font.dpsalesxlbold { color:red; font-weight: bold; font-size: x-large; font-family: times new roman, times, serif} 
Font.dpsales { color: blue; font-size: small; font-family: arial, helvetica, sans-serif} 
Font.dpsales2 { color: black; font-size: small; font-family: arial, helvetica, sans-serif}
Font.prayer { color: green; font-size: medium; font-family: arial, helvetica, sans-serif} 
.centre {
	text-align: center;
	}/* End Style Sheet commenting. */  -->