/* BASICS */
body { color: #442812; 
	font-size: 11pt; 
	font-family: Gill Sans, Arial; 
	font-color: #442812;
	background-color: #ffeddf; 
	text-align: center; 
	margin-top: 0; 
	margin-right: 0; 
	margin-left: 0; 
	}
p { 
	font-family: Gill Sans, Arial; 
	font-color: #f26722;
	text-align: left; 
	}

/* LINKAGE */
/*	NAVBAR */
a.nav:link {
	color: #f26722;
	font-size: 10pt;
	font-family: Gill Sans, Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-decoration:underline;
	}
a.nav:visited { 
	color:#f26722; 
	font-size: 10pt; 
	font-family: Gill Sans, Arial; 
	font-weight: bold; 
	text-decoration: underline; 
	text-align:center;
	}
a.nav:hover { 
	color: #442812; 
	font-size: 10pt; 
	font-family: Gill Sans, Arial; 
	font-weight: bold; 
	text-decoration:overline; 
	}
a.nav:active { color: #442812; 
	font-size: 10pt; 
	font-family: Gill Sans, Arial; 
	font-weight: bold; 
	text-decoration: overline; 
	}
/*	font-family: Gill Sans, Arial; */
a.two:link{
	font-size:10px;
	color: #000000;
	text-decoration:none;
	}

/*	REVIEWS */
a.reviews:link {
	color: #f26722;
	text-decoration: none;
	}
a.reviews:hover {
	color:#442812;
	}
a.reviews:visited {
	color:#f26722;
	}

a.overline {
	color:#f26722;
	text-decoration:overline;
	}


/*	READMORE */
a.readmore:link {
	color: #f26722;	
	text-decoration: underline;
	font-style:italic;
}
a.readmore:hover {
	color: #442812;
	text-decoration: underline;
	}
a.readmore:visited {
	color:#f26722;
	text-decoration: underline;
	font-style: italic;
	}
	
	
/* HEADERS */
h1 { 
	color: #f26722; 
	font-size: 13pt; 
	font-family: Penumbra Semibold Flare, Arial; 
	font-weight: bold; 
	text-align:left;
	vertical-align: middle;
	line-height: auto; 
	margin-top: 10px;
	margin-bottom: 2px;
}
h2 { 
	color: #442812; 
	font-size: 17pt; 
	font-family: Penumbra Semibold Flare, Arial; 
	font-weight: bold; 
	line-height: 20pt; 
}


/* TABLES */
td.regular { 
	color: #f26722;
	font-size:8px;
	text-align: left; 
	width: 0; 
	height: 0; 
	font-color:#f26722;
	}
td.white {
	background-color:#ffffff;
	}
td.brownbg {
	background-color:#442812;
	text-align: center;
	}
td.orangebg {
	background-color:#f26722;
	margin:0px;
	}
td.menu80 {
	width:70px;
	height: 22px;
	text-align:center;
	vertical-align: top;
	margin-bottom: 4px;
	}
td.menu175 {
	width: 175px;
	height: 22px;
	text-align: right;
	vertical-align: top;
	margin-bottom: 10x;
	margin-right: 4px;
	}
td.menu385 {
	width: 345px;
	height: 22px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 4px;
	}
td.right { 
	color: #7b3a00; 
	font-family: "Gill Sans", Arial; 
	text-transform: uppercase; 
	text-align: right; 
	vertical-align: top; 
	width: 0; 
	margin-top: 0; 
	padding-top: 0; 
	padding-right: 0; 
	padding-bottom: 5px; 
	}
td.left { 
	color: #7b3a00; 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	text-align: left; 
	vertical-align: top; 
	padding-top: 0; 
	padding-bottom: 4px; 
	}
td.center { 
	color: #442812; 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	text-align: center; 
	vertical-align: top; padding-top: 0; padding-bottom: 4px; }

#td1 { 
	background-color: #f7941d; 
	border-color: #fd0; 
	border-width: 2pt; 
	}


/* OTHER CLASSES*/
.red { 
	color: #ed1c24; 
	}
.orange { 
	color: #f26722; 
	}
.brn_condns { 
	color: #f26722; 
	font-family: Gill Sans, Arial; 
	font-weight: 200; 
}
.description { 
	font-size: 11pt; 
	font-style: italic; 
	letter-spacing: 0.25pt; 
	padding-bottom: 12pt; 
}
.class { 
	color: #f26722; 
}
.brown { 
	color: #442812; 
}
.denotes { 
	color: #7b3a00; 
	font-size: 11px; 
	font-family: "Arial Narrow", Arial; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: center; 
}
.siteby { 
	color: #442812; 
	font-size: 9pt; 
	text-align:right;
}
.center30 {
	text-align:center;
	height:30;
}
.underline {
	font-size:12px;
	text-decoration:underline;
}