body {
	background-color : #fefefe;
	margin-top : 0px;
	margin-left : 0px;
}

p {
	font-family : arial, sans-serif;
	font-size : 10pt;
	color : #42413e;
	line-height : 16pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : justify;
}

p.tight {
	font-family : arial, sans-serif;
	font-size : 11pt;
	color : #42413e;
	line-height : 11pt;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : justify;
}

p.orange {
	font-family : arial, sans-serif;
	font-size : 10pt;
	color : #fc9c04;
	line-height : 14pt;
	margin-left : 5px;
	margin-right : 8px;
	margin-top : 0px;
	margin-bottom : 4px;
	text-align : justify;
}

p.lefttight {
	font-family : arial, sans-serif;
	font-size : 10pt;
	color : #42413e;
	line-height : 14pt;
	margin-left : 5px;
	margin-right : 8px;
	margin-top : 0px;
	margin-bottom : 4px;
	text-align : justify;
}

p.light {
	font-family : arial, sans-serif;
	font-size : 6pt;
	color : #ffffff;
	line-height : 4pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0pt;
	margin-bottom : 0pt;
	text-align : right;
}

p.lightgrey {
	font-family : arial, sans-serif;
	font-size : 6pt;
	color : #eaeaea;
	line-height : 4pt;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0pt;
	margin-bottom : 0pt;
	text-align : right;
}

p.small {
	font-family : arial, sans-serif;
	font-size : 8pt;
	color : #50373a;
	line-height : 13pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 8px;
	text-align : justify;
}
	
p.footnote {
	font-family : arial, sans-serif;
	font-size : 8pt;
	color : #808080;
	line-height : 10pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4pt;
	margin-bottom : 4pt;
	text-align : center;
}

h1 {
	font-family : arial, sans-serif;
	font-size : 6pt;
	line-height : 6pt;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-weight : normal;
	color: #ffffff;
	text-align : left;
}

h2 {
	font-family : arial, sans-serif;
	font-size : 11pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #000000;
	text-align : left;
}

h3 {
	font-family : arial, sans-serif;
	font-size : 11pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #a42fff;
	text-align : left;
}

ul {
	font-family : arial, sans-serif;
	font-size : 10pt;
	color : #42413e;
	line-height : 16pt;
	margin-left : 20px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : left;
	list-style-type: circle;
}

img { border-color : #ff8080; }

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

:link { color: #b453ff; } 
:link.footnote { color: #808080; } 
:hover { color: #901902;
		font-weight : normal; 
		text-decoration : underline;} 
:hover.footnote { color: #808080; }
:hover.nobold { font-weight : normal;
				color : #000000 ; } 
		
:active { color: #ff1b1b; } 

:visited { color: #b453ff; }

:visited.footnote { color: #808080; }


em { font-style : italic; }

em.grey { color : #f0f0ef; }

		  
strong { font-weight : bold; }




