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

body, td, p{
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    font-size : 13px;
    line-height : 1.4em;
    color : #000000;
    background-color : #FFFFFF;
    }

a:link, a:visited {
    color : #af0000; 
/*  color : #49482f; */
    text-decoration: none;
    }
    
a:hover {
    color : #af0000;
    text-decoration: underline;
    } 
    
/* Navigation text */
	
a.nav, a.nav:visited {
	display : block;
	width : 154px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size : 1.15em;
	line-height: 1.7em;
	text-decoration : none;
	color : #FFFFFF;
	background-color: #9a9a7a;
	}

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

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


a.sidenav, a.sidenav:visited {

	color : #49482f;
	text-decoration : none;
	font-size : 12px;
	line-height : 1.7em;
	text-transform : uppercase;
	}

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

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

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

td.nav {
	text-align : center;
	vertical-align : middle;
	}

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

a.logo, a.logo:visited, a.logo:hover {
	font-family : Georgia, "Times New Roman", "Trebuchet MS", sans-serif;
	font-size : 2.2em;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 2.5em;
	color : #49482f;
	}
	
td.masthead {
	text-align : left;
	vertical-align : middle;
	}
	
.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;
/*	text-transform:uppercase; */
	}
	
.label {
	font-size:10px;
	text-transform:uppercase;
	}

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