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

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

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

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

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

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

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

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

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

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

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

img {border-color : #8a4a3e;
	 margin-top : 0px;
	 margin-bottom : 0px;}

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

:link { color: #ffffff;} 

:hover { color: #ff0000;
		font-weight : bold; } 
:hover.nav { color : #ff0000;
			font-weight : normal; }

:active { color: #ff1b1b; } 

:visited { color: #c0c0c0; }

em { font-style : italic; }
em.red { font-style : normal;
		  color: #fffff0;
		   font-size: 12pt; }
		  
em.bullet {
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #319295;
}


strong { font-weight : bold; }




