/*
	Hawthorne in Salem Style Sheet
	BH - 30Sep2000 - Original
	BH - 25Feb2001 - Add dimension to font size for Netscape.
	HU -  6Apr2001 - Changed bold from 500 to 700.
  This should be included with the following tag.
     <LINK rel=stylesheet type="text/css" href="/Literature.css">

Styles:
  body - for global attributes
  emphisis
  bold
  normal
  subtitle - useing <H6> tag
  title
  header1
  header2
  list - definitions
  list - unordered
  PictureTitle
  PictureCaption
  PictureAttribution
  Excerpt
  ExcerptDesc
*/
BODY	{font-family: Verdana, Ariel, Helvetica, sans-serif; font-size:10pt;
	  bgcolor:"#FFFFFF"}
/* abbreviated font format {font: style size/height family1, family2 } */
EM	{}
/* normal is 400 , bold is 700 */

B	{font-weight:700}
.semibold	{font-weight:600}
.lightbold	{font-weight:500}
/* Title and Subtitle */
TITLE	{}
H6	{}
/* Heading and Sub Headings */
H1	{font-size:12pt; font-weight:bold; text-align:left}
H2	{font-size:11pt; font-weight:bold; text-align:left}
H3	{font-size:10pt; font-weight:bold; text-align:left}
DL	{}
DT	{}
DD	{}
UL	{}
TD	{font-family: Verdana, Ariel, Helvetica, sans-serif; font-size:10pt;}
LI	{font-weight:normal}
LI LI	{font-weight:normal}
/* Classes for pictures and excerpts */
/* Used with <span class="name"></span> 
BLOCKQUOTE	{}
.BLOCKQUOTEDESC	{}
*/
.PICIMAGE {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.PICTITLE	{font-size:8pt; text-align:left;font-weight:normal;}
.PICCAPTION	{font-size:8pt; text-align:left; }
.PICATTRIB	{font-size:7.5pt; text-align:left; /* line-height:.9; */
		font-family: Verdana, Ariel, Helvetica, sans-serif; 
		}


.ATTIRB	{font-size:6pt; text-align:center;}
.AUTHOR	{font-size:7pt; text-align:center; line-height:1.0;
		font-family: Verdana, Ariel, Helvetica, sans-serif; 
		}

.excerptEmphsis {  color: #999999; font-weight: 600}

