/* CSS Document */
#navcontainer
{
background-color: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 11pt;
}
#navcontainer a:link, #navcontainer a:visited
{
padding: 0px 10px;
color: #333;
text-decoration: none;
}
#navcontainer a:hover
{
color: #9a2822;
}
#navcontainer #active {
color: #9a2822;
}


/*------------------------------Body text----------------------------------------------------*/
.detailimgcell {
	BORDER-RIGHT: #806a54 1px solid;
	PADDING-RIGHT: 2px; 
	BORDER-TOP:#806a54 1px solid; 
	PADDING-TOP: 2px;
	BORDER-LEFT: #806a54 1px solid; 
	PADDING-LEFT: 2px;  
	BORDER-BOTTOM: #806a54 1px solid;
	PADDING-BOTTOM: 2px;
}

/*------------------------------Body text----------------------------------------------------*/
BODY {
	background-color: #ebe2c2;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
A:link {
	color: #660000;
	text-decoration: underline;
}
A:visited {
	color: #660000;
	text-decoration: underline;
}
A:active {
	color: #660000;
	text-decoration: underline;
}

.subHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #693d3b;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif, tahoma;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;

}

.copyright A:link {
	color: #660000;
	text-decoration: underline;
}
.copyright A:visited {
	color: #660000;
	text-decoration: underline;
}
.copyright A:active {
	color: #660000;
	text-decoration: underline;
}


