body {
	font-size: 13px; font-family: Verdana; background-color: #947770; margin: 0; padding: 0;
}
td {
	font-size: 13px; font-family: Verdana; color: #404040;
}
.text-bot-links {
	font-weight: bold; font-size: 11px; color: #698f98; font-family: Verdana; background-color: white;
}
a:link {
	font-weight: bold; color: #698f98; text-decoration: none;
}
a:visited {
	font-weight: bold; color: #698f98; text-decoration: none;
}
a:hover {
	font-weight: bold; color: #855d53; text-decoration: underline;
}
a:active {
	font-weight: bold; color: #855d53; text-decoration: underline;
}
a img {
	border-color: #698f98;
}
.input {
	font-size: 13px; font-family: Verdana;
}
.bgblue {
	background-color: #d2eaee;
}
.bgwhite {
	background-color: white;
}
.bgdarkblue {
	background-color: #688f96;
}
.breadcrumbs {
	font-weight: bolder; font-size: 10px; color: #688f96; font-family: Verdana; background-color: #d2eaee;
}
.tinytext {
	font-size: 10px;
}
.sermon {
	border-collapse: collapse;
	border-color: #947770;
	border: solid 2px;
}
.head {
	font-weight: bold; font-size: 15px; color: #855d53;
}
hr {
	color: #688f96;
}
.bold {
	font-weight: bold; color: #855d53;
}
h1 {
	font-weight: bold; font-size: 18px; color: #855d53; font-family: Verdana;
}
h2 {
	font-weight: bold; font-size: 15px; color: #855d53;
}
h3 {
	font-weight: bold; font-size: 15px; color: white;
}
.large-bold {
	font-weight: bold; font-size: 16px; color: #855d53;
}

/* Calendar */
.cal-weekend {
	background-color: #D8EEF1;
}
.cal-day {
	border: 1px dotted #c0c0c0;
}
.cal-dayname {
	background-color: #688F96;
	color: white;
}
.cal-blank {
	background-color: #e7f5f7;
}
.cal-day > b {
	color: #698F98;
}

/* Datagrid */
.tbl-header, .tbl-header a, .tbl-nav, .tbl-page, .tbl-found {
	background-color: #688F96;
	color: white;
}
tr.tbl-row:hover {
	background: #e7f5f7;
}

/* Admin Nav Bar */
table.nav {  border-color: #688F96; }
td.nav-item { background: #e7f5f7; }
td.nav-item:hover, td.nav-item:hover a { background: #688F96; color: white; }
