/* ************************************************ */
/* Header Settings */

.header1 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	color: #336699;
    background:#ffffff;
}

.header2 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	line-height: 1.1em;
	color: #336699;
    background:#ffffff;
}

.header3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color: #336699;
    background:#ffffff;
}

.bookshead { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.75em;
	line-height: 1.1em;
	color: #336699;
    background:#ffffff;
}

.althead1 { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.0em;
	color: #336699;
    background:#ffffff;
}

.althead1smallcap { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-variant: small-caps;
	font-size: 32px;
	line-height: 1.0em;
	color: #336699;
    background:#ffffff;
}
.althead2 { 
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #336699;
    background:#ffffff;
}

/* ************************************************ */
/* Bodytext */

.bodytext { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.83em;
	color: #000000;
	line-height: 1.35em;
}

/* ************************************************ */
/* Purchasetext */

.purchasetext { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.83em;
	color: #000000;
}

/* ************************************************ */
/* Smalltext */

.smalltext { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.66em;
	color: #000000;
	line-height: 1.35em;
}

/* ************************************************ */
/* CaptionText*/

.captiontext { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.55em;
	color: #000000;
	line-height: .9em;
}

/* ************************************************ */
/* Leftmargintext */

.leftmargintext { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.66em;
	text-align: right;
	color: #cc0033;
	line-height: 1.35em;
	margin: 2pt;
}


/* ************************************************ */
/* Lined Link Lists */

.linelist { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 0.83em;
	color: #000000;
	line-height: 1.1em;
}


/* ************************************************ */
/* List Settings */

OL, UL { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	line-height: 14pt;
}


/* ************************************************ */
/* Horizontal Rule Setting - doesn't really work in NS */

HR  { 
	height: 1px;
	border-style: solid;
	color: #666666;
}


/* ************************************************ */
/* Link Settings */

A:link { color: #cc0033; text-decoration: underline; }          /* unvisited link */
A:visited { color: #996666; text-decoration: underline; }        /* visited links */
A:active { color: #ff9933 }        /* active links */
A:link:hover { background: #ff9933; color: #000000; }        /* hover - won't work in NS */
A:visited:hover { background: #ff9933; color: #000000; }        /* hover - won't work in NS */


/* ************************************************ */
/* setting the anchor border around IMG elements requires contextual selectors */

A:link IMG { border: 0px solid blue }
A:visited IMG { border: 0px solid red }
A:active IMG { border: 0px solid lime }

.bullets {  list-style-type: circle}
.althead3 { font-family: Georgia, Garamond, "Times New Roman", serif; font-size: 1.5em; line-height: 1.2em; color: #336699; background:#ffffff; }
.leftmargintextcenter { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 0.66em; text-align: center; color: #cc0033; line-height: 1.35em; margin: 2pt; }
.quote { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 0.83em; color: #000000; line-height: 1.35em; ; font-style: italic}
.Italic {  font-style: italic}
.underline {  text-decoration: underline}
