body {
	background: #777263;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	}

.border0 { border: 0; }

.tablecenter {
	margin-left: auto;
	margin-right: auto;
	}


a { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }


/* The following classes are font and style builds with no text-alignment */

.bold { font-weight: bold; }

.italic { font-style: italic; }

.underline { text-decoration: underline; }

.bold-under {
	font-weight: bold;
	text-decoration: underline;
	}
	
.color-black-bold { color: black;
	font-weight: bold;
	}

.color-672F00 { color: #672F00; }

.color-672F00-b-u {
	color: #672F00;
	font-weight: bold;
	text-decoration: underline;
	}


/* The following classes are center text-alignments with font and style builds */

.center { text-align: center; }

.center16pt {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	}

.center14pt-b-672F00 {
	color: #672F00;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}

.center10pt {
	font-size: 10pt;
	text-align: center;
	}

.center10pt-b {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

.center10pt-blk {
	color: black;
	font-size: 10pt;
	text-align: center;
	}

.center10pt-b-672F00 {
	color: #672F00;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

.center8pt {
	font-size: 8pt;
	text-align: center;
	}

.center8pt-b {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}

.center8pt-b-672F00 {
	color: #672F00;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	}


/* The following classes are left text-alignments with font and style builds */

.left { text-align: left; }

.left12pt-b-672F00 {
	color: #672F00;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}

.left10pt {
	font-size: 10pt;
	text-align: left;
	}

.left10pt-b {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}

.left10pt-b-blk {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	}

.left9pt {
	font-size: 9pt;
	text-align: left;
	}

.left8pt {
	font-size: 8pt;
	text-align: left;
	}

.left8pt-b {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	}

.left8pt-b-blk {
	color: black;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	}

.left8pt-i-b-blk {
	color: black;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	}

.left8pt-i-blk {
	color: black;
	font-size: 8pt;
	font-style: italic;
	text-align: left;
	}

.left8pt-b-i-672F00 {
	color: #672F00;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	}


/* The following classes are right text-alignments with font and style builds */

.right { text-align: right; }

.right10pt {
	font-size: 10pt;
	text-align: right;
	}

.right8pt {
	font-size: 8pt;
	text-align: right;
	}
