
div.inset
{
	background: url(../images/decor/isc.jpg);
}

div.inset div.top
{
	background: url(../images/decor/ist.gif) top repeat-x;
}

div.inset div.bottom
{
	background: url(../images/decor/isb.gif) bottom repeat-x;
}

div.inset div.contents
{
	padding: 21px 10px;
	padding-left: 15px;
}

div.inset div.header
{
	font-family: Garamond, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

div.inset div.text
{
	font-size: 8pt;
	font-family: sans-serif;
}

div.inset div.text p
{
	margin-bottom: 0px;
}




div.float-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.float-right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

p.note
{
	color: #755F3B;
	font-family: sans-serif;
	font-size: 8pt;
	margin-top: 2pt;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
}




sup.footnote
{
	color: #755F3B;
}

sup.new
{
	color: #B10707;
	font-weight: bold;
}

div.footnotes
{
	color: #755F3B;
	font-family: sans-serif;
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 0px;
	border-left: 3px solid #755F3B;
	padding: 7px 0px;
}

div.footnotes ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.footnotes ol li
{
	text-align: justify;
	margin-bottom: 5px;
}

.credits
{
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	clear: both;
}

.small
{
	font-family: sans-serif;
	font-size: 8pt;
}

.hidden-text
{
	display: none;
	color: #B10707;
}




/* ************ QUOTATION ************ */

blockquote
{
	margin: 15px 25px;
	padding: 15px 15px 15px 40px;
	background: url(../images/decor/quotes.gif) left top no-repeat;
}

