/* general styles css 1.0 */

BODY { 
  margin: 1em;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.5em;
  background: #fff;
  background-image: none;
  color: #000; 
}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: .75em }
H5, H6 { margin-top: 1em }
H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: bold; }

H1 { font-size: 18px }
H2 { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; }
H3 { font-size: 12px }
H4 { font-size: 11px }

P, UL, OL { font-size: 11px; line-height: 1.5em; color: #000; }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: circle }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }
#flush p {
	margin-left: 10px;
	}

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: #000; text-decoration: underline; }          /* unvisited link */
A:visited { color: #000; text-decoration: underline; }        /* visited links */
A:hover { color: #000; letter-spacing: .06em }
A:active { color: #000; font-weight: bold }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */
/* body bgcolor="#666666" text="#00FFCC" link="#00FF99" vlink="#00CC66" alink="#99FFCC" background="i/cm_bg_drk.gif" */
A:link IMG { border: 0  }
A:visited IMG { border: 0 }
A:active IMG { border: 1px solid #666 }

/* NASB SPECIFIC STYLES */
.VERD {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 16px
	}
.VERD-b { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: bold
	}
.VERDbig { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 18px
	}
.VERDbigCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}
.VERD-help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000;
}

#cal td {
	border: 1px solid #0fc;
	padding: 10px 10px 10px 10px;
	}