/* STYLE.CSS */

/*
#d9af52
#ae813f
dark brown: #7a4622

page color: #e7d4a4

#c8c9cd
#646568
*/

body, table {
	color: black;
	font-family: Georgia, serif;
   	font-size: 12px;
   	line-height: 16px;	
}


tr {
	color: black;
   	font-family: Georgia, serif;
	padding: 0px 0px 0px 0px;
}


td {
	color: black;
   	font-family: Georgia, serif;
	padding: 0px 0px 0px 0px;
   	vertical-align: top;
}


input, select, textarea {
	color: black;
	font-family: Georgia, serif;
	font-size: 11px;
}


a.nohover:link, a.nohover:active, a.nohover:visited, a.nohover:hover {
	font-weight: normal;
	text-decoration: none;
	color: #7a4622;
}


a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #7a4622;
}


a:hover {
	font-weight: normal;
	text-decoration: none;
	color: white;
}


.heading {
	color: #7a4622;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
}


.heading2 {
	color: #7a4622;
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}


.quote {
	color: #505050;
	padding-left: 30px;
	/*background: url(images/quote.gif) no-repeat left top;*/
}

.subhead
{
   	color: #7a4622;
	font-family: Georgia, serif;
   	font-weight: bold;
}


.quip
{
   	color: #7a4622;
	font-family: Georgia, serif;
   	font-style: italic;
}


.small-caps
{
	font-variant: small-caps;
}


.pageTable {
	padding: 0px 0px 0px 0px;
	border-collapse: separate;
	border-spacing: 0px;	
	border: 1px solid #d9af52;
}


.pageLayout {
	background: #e7d4a4; 
	padding: 25px 15px 25px 15px;
}


.excerptPart
{
	color: #7a4622; 
	font-variant: small-caps;
}

.excerptChapter
{
	
}

.newsItem
{	
	padding-bottom: 15px;
	border-bottom: 1px solid white;
}

.caption
{
	font-size: 10px;
	color: #7a4622;
}

/*
.table {
	width: 100%;
	padding: 0px 0px 0px 0px;	
	border-collapse: separate;
	border-spacing: 0px;
	border: 0px none Red;
}
*/