/*toq-regularpages.css - Standard style sheet for TOQ articles and fixed features - this is the primary css V1N2+*/

A:link {
	background : transparent;
	color : Blue;
	text-decoration : underline;
}
/*not used*/
A:hover {		
	background : transparent;
	color : Red;
	text-decoration : underline;
}

A:active {
	background : transparent;
	color : Blue;
	text-decoration : underline;
}

BLOCKQUOTE {
	margin-left : 2em;	/*was 2em L & R*/
	margin-right : 2em;
	font-size : 91%; /*10pt*/
}
/*body default font size determined by browser*/
BODY, TD {
	margin-left : 4%;
	margin-right : 4%;
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-align : JUSTIFY;
}

/*Used for titles of reviews and essays*/
H1 {		
	margin-top : .1em;
	margin-bottom : .5em;
	margin-left : 0%;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 182%; /*20pt*/
	font-variant: small-caps;
	text-align : center;
}
/*Used for subtitles (italics) of reviews and essays*/
H2 {
	margin-left : 0%;
	margin-top : 1em;
	margin-bottom : .5em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 109%; /*12pt*/
	font-variant: small-caps;
	font-style : italic;
	text-align : center;
}
/*Used for internal sub-subtitles in reviews and essays*/
H3 {
	margin-left : 0%;
	margin-top : 1em;
	margin-bottom : .5em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 109%; /*12pt*/
	font-variant: small-caps;
	text-align : center;
}
/*Previously used for reviewer name in book reviews - See .reviewedby class*/
H4 {
	margin-left : 0%;
	margin-top : 1.0em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	/*Use default body font size*/
	font-style : italic;
	text-align : Left;
}
ol li	{
	margin-top : 0.20em;
	margin-right : 2em;
	margin-left : 1em;
}

ul li	{
	margin-top : 0.20em;
	margin-right : 2em;
	margin-left : 2em;
}

p {
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	text-indent : 2em;
}
  /*This solves footnote and line spacing problem*/
sup {
	line-height: 0;
  	font-size : 75%; /*8.25pt*/
}

/*Classes*/

.alignright {
	text-align: right;
}	


/*Used for authorblock*/
.authorlines {
	margin-left : 15%;
	margin-right : 15%;
	font-style : italic;
	font-size : 91%;
	text-indent : 0em;
}
 
.blackcolorh2 {
	color : black;
} 
  
/*Book title in review header*/
.booktitle {
	font-family : "Book Antigua","Times New Roman", Arial, sans-serif;
	font-weight : Bold;
	text-align : Left;
	font-size : 127%; /*14pt*/
}
/*Book subtitle in review header*/
.booksubtitle {
	font-family : "Book Antigua","Times New Roman", Arial, sans-serif;
	font-weight : Bold;
	text-align : Left;
	font-size : 109%; /*12pt*/
}
.colorblack {
	color : black;
}
.colorred {
	color : red;
}
/*Used if introduction to essay*/

.introduction {
    margin-left : 2em;	/*was 2em L & R*/
	margin-right : 2em;
	font-size : 91%; /*10pt*/
	text-indent : 0em;
}	
/*.introduction { !no longer used
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	font-size : 91%;
	text-indent : 0em;*/
}
/*Used with <div> </div> or <ul> </ul> to align poetry, etc. */
.marginleft25 {
	margin-left : 25%;
	list-style : none;
}
.initial {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
    text-indent : 0em;
}
/*First paragraph*/
p.initial:first-letter {
	font-size: 200%;
	float: left;
}	
}
/*First paragraph test 06152003*/
.dropcapwithspan {
    font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
    text-indent : 0em;
	font-size: 200%;
	vertical-align: top;
}	
/*old*/
.noindent {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-indent : 0em;
}

/*For footnotes and references*/ 
.noindentfn {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-align : JUSTIFY; /*had to add for NS4.7*/
	font-size : 91%; /*10pt*/
	text-indent : 0em;
}

/*Used in toq-books.html*/
.oversize2 {
	margin-left : 2%;
	margin-right : 2%;
	font-family : "Book Antiqua","Times New Roman", Arial,sans-serif;
	font-size : 120%;
	font-weight : Bold;
}

/*Used for Reviewed by Authorname line*/
.reviewedby {
    margin-left : 0%;
	margin-top : 1.0em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	/*Use default body font size*/
	font-style : italic;
	font-weight : Bold;
	text-align : Left;
	text-indent : 0em;
}

/*This is used for Editor's Note*/
.twentyfourpt {
    font-size : 218%;
}	

.oversizeheader4 {
	color : #FF0000;
	font-family : Verdana,"Times New Roman", Arial,sans-serif;
	font-size : 200%;
	font-weight : bold;
}

/*Small-caps are auto in h1, h2, and h3 */
.smallcaps {
	font-variant: small-caps;
	}
/*This is to override auto: small-caps in h1, h2, and h3 and allow lowercase*/	
.regularcaps {
	font-variant: normal;
	}
/*to retain cap, but not small-cap*/
.regularcap {
  font-variant: normal;
  text-transform: capitalize;
}
.fonthelvetica	{
	font-family: Helvetica, Arial, sans-serif;
