/* Default text */
/* #49482f; = grey */
/* #af0000; = red */

body, td, p{
    font-family : Georgia, "Times New Roman", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	line-height : 1.4em;
    color : #000000;
    background-color : #FFFFFF;
    }

a:link, a:visited {
    color : #af0000; 
    text-decoration: none;
    }
    
a:hover {
    color : #af0000;
    text-decoration: underline;
    }

/* Masthead */

td.masthead {
	text-align : left;
	vertical-align : middle;
	}

a.logo, a.logo:visited, a.logo:hover {
	font-family : Georgia, "Times New Roman", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size : 2.2em;
	text-decoration : none;
/*	text-transform : uppercase; */
	line-height : 2.5em;
	color : #49482f;
	}

/* Navigation */

td.nav {
	text-align : center;
	vertical-align : middle;
	}
	
a.nav, a.nav:visited {
	display : block;
	width : 154px;
	font-family : Arial, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	line-height: 2em;
	text-transform : uppercase;
	text-decoration : none;
	color : #FFFFFF;
	background-color: #9a9a7a;
	}

a.navon, a.navon:visited {
	display : block;
	width : 154px;
	font-family : Arial, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	line-height: 2em;
	text-transform : uppercase;
	text-decoration : none;
	color : #FFFFFF;
	background-color: #49482f;
	}
	
a.nav:hover, a.navon:hover {
	display : block;
	width : 154px;
	font-family : Arial, "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	line-height: 2em;
	text-transform : uppercase;
	text-decoration : none;
	color : #FFFFFF;
	background-color: #af0000;
	}

/* Side Navigation */

td.sidenav {
	text-align : left;
	vertical-align : top;
	}

	
a.sidenav, a.sidenav:visited {
	color : #000;
	text-decoration : none;
	font-size : 0.9em;
	line-height : 2em;
	text-transform : uppercase;
	}

a.sidenav:hover {
	color : #af0000;
	text-decoration : underline;
	}

/* Book Covers */

a.cover, a.cover:visited {
	display:block;
	width:128px;
	border:2px solid #fff;
	}

a.cover:hover {
	display:block;
	width:128px;
	border:2px solid #aaa;
	}
	
a.cover-l, a.cover-l:visited {
	display:block;
	width:200px;
	border:2px solid #fff;
	}

a.cover-l:hover {
	display:block;
	width:200px;
	border:2px solid #aaa;
	}
	
img {
	border:0
	}

.italic {
	font-style : italic;
	}
	
.subhead {
	font-size : 1.4em;
/*	line-height : 1.1em; */
	text-decoration : none;
	}

a.subhead, a.subhead:visited {
	font-size : 1.4em;
/*	line-height : 1.1em; */
	color : #49482f;
	text-decoration : none;
	}

a.subhead:hover {
	font-size : 1.4em;
	color : #af0000;
	text-decoration : underline;
	}

.info {
	font-size:1.2em;
	}
	
.label {
	font-size:0.75em;
	text-transform:uppercase;
	}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #49482f; 
	border-style: none none dotted;
	}
