﻿body         {
	font-family: Palatino, Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-variant:normal;
	font-size:92%; /* This is % of user's browser's default font; all other font sizes in style sheet are percents 
					of this one as if this one is 100%, so 120% below is 20% larger than this 92% or 110.4% of user's
					browser's default font size; could put small here instead, about 88% or 90% of user's default font,
					while medium is 100% of user's default font. Percent here is to fine-tune between the word sizes. */
	text-align: left;
	line-height: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	color:#000000;
	background-color:#FFFFE6;
	width:99%;
}


p   {  }  /* everything is inherited from the body{} style */

li           {  }

/* FONT FAMILY OVERRIDES FROM BODY DECLARATION */

.copyright_home  { /* also inherits from body */
	font-family:Tahoma, Geneva, Arial, sans-serif;
	}

h3  { /* also inherits from body */
	font-family:Tahoma, Geneva, Arial, sans-serif;
	}

h2  { /* also inherits from body */
	font-family:Tahoma, Geneva, Arial, sans-serif;
	}

h1  { /* also inherits from body */
	font-family:Tahoma, Geneva, Arial, sans-serif;
	}
.para-menublurbsm {font-family:Arial, Geneva, sans-serif;}


.para-menublurb {font-family:Arial, Geneva, sans-serif;}


h1  { /* also inherits from body */
	font-size: 140%; 
	font-weight: bold; 
	text-align: center; 
	}

h2  { /* does not inherit from h1, but from body */
	font-size: 120%;
	text-align: center;
	}
	
h3  {
	font-size: 110%;
	text-align: left;
	font-weight:normal
	}

h4	{ font-size: 100%; font-weight: bold; }

.para-h3     { font-size: 110%; font-weight: bold; text-align: center; padding-top: 5px; padding-bottom: 5px; 
	         line-height: 100%; text-indent: 0;}

.para-menublurb   {
	font-size: 90%;
	padding: 0px 5px 0px 10px;
	text-align: left;
}

.para-menublurbsm {
	font-size: 75%;
	line-height: normal;
	text-align: center;
	padding: 0px 10px 4px 10px;
}

.copyright_home {
	font-size: 70%;
	font-style: normal;
	color: #FFFF00;
	text-align: center;
	padding:10px;
	background-color:#660033;
}

.booktitle   {
	text-align: left;
	line-height: 115%;
	margin-top: 0;
	vertical-align: baseline;
	clear:both
}

.rule1 {border-bottom: 2px solid #990000; padding-bottom: 15px; margin-left:4px; margin-right:4px;}
.rule2 {border-bottom: 2px dotted #990000; padding: 5px 0px 0px 0px; margin-left:25px; margin-right:25px;}


.img-BookTitle {
	padding: 0px;
	margin: 0px 15px 15px 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
	border-style: solid;
	border-width: 3px 4px 4px 3px;
	border-color: #FF3300 #990000 #990000 #FF3300;
	float: left;
	clear: none;
	}

.bullet_contact {
	background-image:url('site/images/bullet_e0.gif');
	background-repeat:no-repeat;
	background-position: top left;
	padding-left:25px;
	text-align:justify;
	}
	
.charBookTitlesm {
	font-weight: normal;
	font-size: 90%;
	line-height: normal;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-style: italic;
	}


/* HYPERLINK FORMATTING */
/* THIS IS DEFAULT LINK FORMATTING FOR ALL LINKS:*/
a:active {
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:focus {
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:hover {
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a:visited {
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a {
	text-decoration: none; border-collapse:collapse; border-width:0px; border-color:transparent; border-style:hidden;
	padding:0px; margin:0px }

a 				{color:#990000; }
a:visited 		{color:#990000; }
a:hover 	    {color:#990000; background-color:#FFFFCC; }
a:focus 	    {color:#990000; background-color:#FFFFCC; }
a:active	    {color:#FFFF00; background-color:#990000; }

/* THIS OVERRIDES LINK FORMATS FOR THESE TAGS: */
.img-noborder a:active   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:focus   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:hover   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a:visited   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder a   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


.img-noborder   
	{background-color:transparent; border-collapse:collapse; border-width:0px; border-color:transparent; 
	border-style:hidden; }


/* ALIGNMENT */
.ctr {text-align:center;}
.Justify {text-align: justify;}


/* CHARACTER FORMATS */

.csans {font-family:Tahoma, Geneva, Arial, sans-serif}
.cbold {font-weight: bold;}
.cital {font-style:italic;}
.cbold-sans {font-weight: bold; font-family: Arial, Geneva, sans-serif}
.cbold-ital {font-weight:bold;font-style:italic;}
.cred {color: #990000;}
.cbold-red-ital {color: #990000;font-weight:bold;font-style:italic;}
.cbold-ital-uline {font-weight:bold;font-style:italic;text-decoration:underline}


/* TABLE FORMAT */

.tblBaseTable{ /*This sets border for the basic Table that lays out all pages*/
	border:0;
	width:100%;
	margin:3;
	padding:2;
	}
	
.border_outset {border-style:outset; border-width:2px; border-color: #000000;}	














.border_outset_barnes {
	border: 1px solid #000000;
}














.img-BookFinderframe {
	padding: 0px;
	margin: 0px 15px 15px 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	position: relative;
	border-style: solid;
	border-width: 3px 4px 4px 3px;
	border-color: #FF3300 #990000 #990000 #FF3300;
	float: left;
	clear: none;
}














