/* CSS Document */
html, body {height: 100%}
body, form {
	padding: 0;
	margin: 0;
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #545454;
}
.tbl {padding-bottom: 20px;}
a:link {color: #3791E9;}
a:visited {color: #3791E9;}
a:hover {color: #3791E9;}
a:active {color: #3791E9;}
div.hr {display: none}
div.hr {
  display: block;
  height: 3px;
  background-image: url(images/images/background/orangeHR.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 1em 0 1em 0;
}
hr {display:none}
.textbox {
    font-family: tahoma;
    font-size: 11px;
    border-color: #303030;
    border-width: 1px;
}
.revelation {
	color: #80A62F;
	font-weight: bold;
	font-size: 12px;
}
.dates {
	color: #80A62F;
	font-weight: bold;
}
.heads {
	color: #80A62F;
	font-weight: bold;
	font-size:14px;
}
.orange {color: #FF6600}
.blue {color: #3791E9}
.devotionTitle {
	font-family: tahoma;
	font-weight: bold;
	font-size: 18px;
}
.devotionBody {
	font-family: tahoma;
	font-size: 12px;
}
.formLabels {
	font-weight: bold;
	color: #666666;
}
.radioButtons {
	color: #80A62F;
	font-size: 12px;
}
h1.headertext {
	margin: 0 0 2px 4px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8520;
}
h1 span.headerbullet {
	padding-left: 5px;
	position: relative;
	top: 2px;
}