body {
	background: url(images/gpn-bg.jpg);
	background-repeat: repeat-x;
	background-color: #E7E8EA;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}
.navtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #00356C;
	text-decoration: none;
}
.navtitleWht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.sidenavtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00356C;
	text-decoration: none;
}
.bodytxtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #00356C;
	text-decoration: none;
}

/*Editor Table*/

.editor {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCE3FF;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #00356C;
	border: 1px solid #00356C;
	border-collapse: collapse;
}

.editor td, .editor th {
	border: 1px solid #00356C;
	padding: 5px;
}

.editor tr.altrow {
	background-color: #E5E9FF;
	color: #00356C;
}

/*Prayer Wheel Table*/

.prayerwheelsched {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCE3FF;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #00356C;
	border: 1px solid #00356C;
	border-collapse: collapse;
	width: 500px;
}

.prayerwheelsched td, .prayerwheelsched th {
	border: 1px solid #00356C;
	padding: 5px;
}

.prayerwheelsched tr.altrow {
	background-color: #E5E9FF;
	color: #00356C;
}