
body {
	color: #000000;
	background-color: #ffffff;
}
td, p, ul  { 
	color: #000000; 
}
th {
	color: #333333;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: .5em;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

/* ads */
.title {
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blurb {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 10px;
}

/* right bar link boxes */
.list {
	font-size: 80%;
	margin-right: 5px;
	margin-left: 1px;  /*fixes letter cropping problem in IE */
	margin-top: 0;
	margin-bottom: 0;
}

.rightbar th {
	font-size: 80%;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: 27px;
}
.rightbar div {
	margin-bottom: 5px;
}
#bibleonline p {
	font-size: 12px;
}
#biblestudy {
	margin: 0px;
}
#biblestudy p{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0 0;
}
.btnstudy, .btncoupon {
	font-size: 12px;
	color: #333333;
	background-color: #d2decc;
	border: 1px outset #d2decc;
	padding: 0 10px;
 	margin-top: 2px;
 	cursor: hand;
}
/* this has been added to remove the height of th from the home page */ 
.rightbar #languages th {
	height: auto;
}
.rightbar #navbox th {
	height: auto;
}
.rightbar #moretopics th {
	height: auto;
}
.rightbar #interactive th {
	height: auto;
}
.rightbar #sign th {
	height: auto;
}

/* current topics */
#ctarticlesources {
	font-size: 80%;
}

#complete {
	margin-top: 0px;
	margin-bottom: 0px;
}
#complete p.blurb {
	font-size: 77%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

/* for archives pages */
#archsubjects td {
	font-weight: bold;
}
#archlinks {
	width: 600px;
}
#archives h2  {
	margin-left: 0px;
	margin-top: .5em; 
	margin-bottom: 2px; 
	width: 599px;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* search form */
.formsearch {
	margin-top: 0px; 
	margin-bottom: 0px;
}

.inptext {
	width: 180px; 
	border: 1px inset #d2decc;
	margin-left: 9px;
	font-size: 77%;
}

.btnsearch { 
	font-size: 11px;
	color: #333333;
	margin: 2px 9px;
	background-color: #d2decc; 
	border: 1px outset #d2decc;
	cursor: hand;
}

/* coupon and privacy pages */
#coupon-unicode {
	font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}
#coupon .ques, #coupon-unicode .ques {
	font-weight: bold;
}
#coupon h2, #coupon-unicode h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}
#coupon td {
	font-size: 80%;
}
#coupon div.width600, #coupon-unicode div.width600 {
	font-size: 85%;
}

.arrowInvisible {
	display: none; 
}

.arrowVisible {
	display: block;
}
/*branch list */
#branches td {
	font-size: 80%;
}
#branches h2  {
	margin-left: 0px;
	margin-top: .5em; 
	margin-bottom: 2px; 
	width: 599px;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* vernacular home pages*/
#pubs h2  {
	width: 600px;
	background-color: #d2decc;
	border: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 3px;
	clear: all;
}

 /* margins and widths */
.topmar20 {
	margin-top: 20px;
}
.botmar20 {
	margin-bottom: 20px;
}
.leftmar20 {
	margin-left: 20px;
}
.width600 {
	width: 600px;
	margin-bottom: 20px;
}


/* footers */
#footer {
	font-size: 77%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.rtl #footer p {
	direction: ltr ;
	text-align: right;
}


/* hyperlinks */
a { color: #0129bf; 
	text-decoration: none;
}
a:link { 
	color: #0129bf; 
	text-decoration: none;
}
a:visited { 
	color: #0129bf; 
}
a:hover { 
	color: #0033ff;
	text-decoration: underline; 
}
a:active { 
	color: #0129bf; 
}
#home a:active {
	color: #0129bf; 
}
/* archives pages */
#archsubjects a:visited {
	color: #0129bf;
}
#archlinks ul {margin-top: 0px;}
#archlinks ul li {
	padding-bottom: 3px;
}
#archlinks a:visited { 
	color: #666666; 
}

