/*
	Hawthorne in Salem Style Sheet
	BH - 30Sep2000 - Original
	BH - 25Feb2001 - Add dimension to font size for Netscape.
	HU - 29Mar2001 - Changed from 500->700 for Bold

  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}

/* 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	{}
*/

.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:7.5pt; text-align:center; line-height:1.0;
		font-family: Verdana, Ariel, Helvetica, sans-serif; 
		}


