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

p {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #50373a;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : justify;
}

p.right {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #50373a;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4px;
	margin-bottom : 4px;
	text-align : right;
}

p.link {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #ffffff;
	line-height : 15pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : left;
}

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

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

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

p.small {
	font-family : tahoma, 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 : tahoma, sans-serif;
	font-size : 8pt;
	color : #c0c0c0;
	line-height : 10pt;
	margin-left : 10px;
	margin-right : 8px;
	margin-top : 4pt;
	margin-bottom : 4pt;
	text-align : justify;
}

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

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

h3 {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 4px;
	margin-right : 8px;
	font-weight : normal;
	color: #e89420;
	text-align : right;
}

h3.left {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 4px;
	margin-right : 8px;
	font-weight : normal;
	color: #e89420;
	text-align : left;
}

h4 {
	font-family : tahoma, sans-serif;
	font-size : 13pt;
	margin-left : 10px;
	margin-bottom : 5px;
	margin-top : 2px;
	font-weight : normal;
	color: #8a4a3e;
	text-align : left;
}

form {
	font-family : tahoma, sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height : 13pt;
	margin-left : 0px;
	margin-right : 8px;
	margin-top : 4pt;
	margin-bottom : 4pt;
	text-align : left;
}

img { margin-top : 0px;
	margin-bottom : 0px; }

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

:link { color: #e74a4a; } 
:link.footnote { color: #c0c0c0; } 

:hover { color: #e74a4a;
		font-weight : bold; } 
:hover.nav { color: #848484; 
			 font-weight : normal; }
:hover.footnote { color: #808080; }

:active { color: #000000; } 

:visited { color: #e74a4a; }
:visited.footnote { color: #c0c0c0; } 

em { font-style : italic; }

em.blue { font-style : normal;
	 color : #848484; }

em.red { font-style : normal;
		 color : #e74a4a; }

em.redbold { font-style : normal;
			 color : #e74a4a;
			 font-weight : bold; }
	 
strong { font-weight : bold; }

ul {
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #50373a;
	line-height: 15pt;
	margin-left: 10px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style: circle inside;
}

td.grey { background-color : #eaeaea; }
