body {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000000;

  /* Dark blue=264989  Light blue=4766A7 */ 
	/* Colored scrollbars are only available for Internet Explorer, not Mozilla or Firefox. */
	scrollbar-base-color:#4766A7;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-highlight-color:#4766A7;
	scrollbar-darkshadow-color:#4766A7;
	scrollbar-shadow-color:white;
	scrollbar-face-color:#4766A7;
	background-color: #FFFFFF;
	margin: 6px 0px 0px 6px;
}

.body_font {
	/*  Should be same as BODY def */
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000000;
}

.pageheading {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

.section_hdg {
	vertical-align: top;
	height: 44px;
}

.contentheading {
	font-weight: bold;
	text-align: center;
	/* font needs to be same as that in body or body_font. How to do that? */
}

.faq_q {
	font-weight: bold;
	font-style: italic;
}	
	
A:link, A:visited {
	color:#264989;
	font-weight: bolder;
	font-style: normal;
}
A:link:hover {text-decoration: none; background:#CCFFFF}
A:visited:hover {text-decoration: none; color:#333399; font-weight: bolder}
