html, body {
	margin:0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#959BA6; 
	margin-bottom:10px;
}

img {border:0;}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold; 
	font-style: normal;
	color: black;
	margin-bottom: 10px;
	line-height: 21px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold; 
	font-style: normal;
	color: #000000;
	margin-top: 2em;
	margin-bottom: .5em;
	margin-left: 0em;
	margin-right: 0em;
}

p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
p.indent {
	text-indent:-20px;
	margin-left:20px;
}

a, a:visited, a:active {
	color:#1F4799;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


blockquote {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .5em;
}

.font8 {
	font-size: 8px;
}
.font9 {
	font-size: 9px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font17 {
	font-size: 17px;
}

.gray {   /* USED FOR GRAY FONTS */
	color: #888888;
}
.red {    /* USED FOR RED FONTS */
	color: #BB0000;
}
.white {  /* USED FOR WHITE FONTS */
	color: #ffffff;
}
.green {  /* USED FOR GREEN FONTS */
	color: #008035;
}
.sky {    /* USED FOR LIGHT BLUE FONTS */
	color: #A3ACBF;
}
.orange { /* USED FOR ORANGE FONTS */
	color: #FF9500;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.arial {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
.georgia {
	font-family: Georgia, Times New Roman, Times, Serif;
}
.times {
	font-family: 'Times New Roman', Times, Serif;
}
.trebuchet {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}


/***  ITEMS BELOW THIS LINE ARE UNIQUE TO ERICAHOLZER.COM ***/


/* TEASER STUFF: BOOKS ON THE LEFT SIDEBAR */
.teaser-title {
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:0px;
}
.teaser-text {
	font-size:10px;
}
.teaser-name {
	font-size:10px;
	margin-top:5px;
	margin-left:5px;
}
a.teaser-title:link, a.teaser-title:visited, a.teaser-title:active { 
	color:black;
	font-weight: bold; 
	text-decoration: none;
}
a.teaser-title:hover { 
	text-decoration: underline; 
}
img.teaser {
	border:1px solid #000;
	margin:5px 7px 5px 1px;
}
table.teaser {
 border:1px solid #cfcfcf;
	background-color: #f6f6f6;
	margin-top:15px;
	width:100%;
}
td.teaser {
	padding:5px;
}



/* BOOKS: MAIN CONTENT PAGES */
.title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:0px;
}
.byline {
	color: #999;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:-7px;
	margin-bottom:7px;
}
img.cover {
	border:4px solid #ddd;
	margin:5px;
	margin-left:8px;
	margin-right:10px;
}
.bookinfo {
	font-size:11px;
	margin-left:190px;
	line-height:15px;
}
.blurb {
	font-size:13px;
}
img.button-order {
	margin-left:0px;
 margin-top:15px;
	border:0px;
}


.section-subhead {
	margin-top:20px;
	margin-bottom:10px;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	background-color:#ddd;
	padding:3px;
	padding-left:8px;
}
#quotes p {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:1em;
}
.reviewer {
	font-size:11px;
	margin-top:-8px;
	margin-bottom:24px;
	margin-left:25px;
}



/* FOR THE PRIMARY NAV MENUS */
td.topnav {
	color:#888;
	font-family:verdana, arial, geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:6px;
	padding-right:6px;
}
a.topnav, a.topnav:visited, a.topnav:active {
	color:#C3CAD9;
	font-weight:bold;
	text-decoration:none;
}
a.topnav:hover {
	color:#fff;
}

.more {
	font-style:italic;
	font-size:11px;
}
.new {
	font-size:14px;
	font-weight:bold;
	color:#B30101;
	margin-bottom:8px;
}
.summary-text { /* for the books index */
	font-size:11px;
	margin-top:5px;
}

#copyright {
	margin-top:10px;
	font-size:9px;
	color:#000;
}
#copyright a, #copyright a:visited, #copyright a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#copyright a:hover {
	text-decoration:underline;
}


#bodytext p {
	margin-left:0px;
	margin-bottom:1em;
}
#bodytext blockquote {
	margin-left:18px;
	margin-bottom:1em;
}
#bodytext ul li {
	margin-bottom:1em;
	margin-right:10px;
}
.subhead { /* Functions as a subheadline in the articles section */
	color:#711;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:1em;
}

