html {
background-color:#C0C0C0;}

BODY {
	font-family:"Times New Roman", Times, serif;
	font-size: 13pt ! important;
	color: #000020;
	font-weight: normal ! important;
	background-color: White;
	margin:0 auto;
	width:800px;
	padding-top: 20px ! important;
	margin-bottom: 20px ! important;
	text-align: justify;
	}

DIV {
	background-color: transparent;
	color : Black;
}

A {
	color: #000020;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal ! important;
	font-size: 12pt;
	text-decoration:none ! important;
	background-color : transparent;
}
A:visited {
	text-decoration: none;
	color: #888645;
	background-color : transparent;
}
A:hover {
	color: #888645;
	text-decoration: underline ! important;
	background-color : transparent;
}

HR {
	COLOR : #2F4F4F;
	background-color : transparent;
}

CENTER {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt ! important;
	color: #000020;
	font-weight: normal ! important;
	background-color : transparent;
}

BLOCKQUOTE {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt ! important;
	font-weight : normal ! important;
	font-style : normal;
	margin-left: 15em;
	margin-right: 15em;
	text-align: left;
	color : #000020;
	background-color : transparent;
}

P {
	font-size : 13pt ! important;
	font-weight : normal ! important;
	font-style : normal;
	color : #000020;
	text-align : justify;
	margin-left : 170px;
	margin-right : 170px;
	background-color : transparent;
}

TABLE {
	font-family : "Times New Roman", Times, serif;
	font-size : 13pt ! important;
	font-weight : normal ! important;
	color : #000020;
    text-align: justify;
	background-color : transparent;
}

TD {
	font-family : "Times New Roman", Times, serif;
	font-size : 13pt ! important;
	font-weight : normal ! important;
	color : #000020;
	text-align: justify;
	background-color : transparent;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-decoration: none ! important;
	color: #9C9C63;
	background-color : transparent;
	text-align:center;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-decoration: none ! important;
	color: #9C9C63;
	background-color : transparent;
	text-align:center;
}

UL {
	color: #000000;
	list-style: square;
	background-color : transparent;
}
LI {
	color: #000000;
	font-size:12pt;
	list-style: square;;
	background-color : transparent;
}

.footnote {
	margin-left : 170px;
	margin-right : 170px;
font-size:10pt;}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}