BODY {
   margin : 0px;
   background: #dddddd;
}
td.button {
 font-size: 12pt;
 text-align: center;
 vertical-align: middle;
 margin: 0px;
 padding: 2px;
 border: 3px solid;
 background-color: #ffffdd;
 cursor: pointer;
 border-color: #feff77 #eabc00 #ffcc00 #ffff99;
 }
td.head {
	text-align: center;
	background-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
	border: solid #000000 1px;
}
td.sellleft, td.sellcenter {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	border: solid #000000 1px;
}
td.sellcenter {
	text-align: center;
}
td.body {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
table.body {
/*	text-align: left;*/
	vertical-align: top;
	padding: 0px;
	width: 100%;
}
ul {
   margin-bottom : 15px;
   text-align : justify;
/*   list-style-image: url(/src/ul1.gif);
*/   margin-top: 5px;
}
li {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: justify;
}
LI, P, TD {
   FONT: 10pt Verdana, Helvetica, Arial, sans-serif
}
A, A:active, A:visited,A:link {
   COLOR: #000000;
   text-decoration : underline;}
A.label {
   COLOR: #000000
}
A:hover {
   COLOR: #996600;
   text-decoration : underline;
}
table.border {
   border : 1px double;
   border-color : White Black Black Gray;
}
.date {
   FONT: italic bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   TEXT-ALIGN: right;
}
.author {
   FONT: bold italic 10pt 'Times New Roman', serif; TEXT-ALIGN: right;
}
.citat {
   FONT: italic 9pt Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: right;
   }
hr {
   height : 1px;
   color: #696969;
   }
p {
   font-size : 12pt;
}
h1 {
   text-align : center;
   font-size : 16pt;
   font-family : Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}
h2 {
   text-align : center;
   font-size : 14pt;
   font-family : "Courier New", Courier, monospace;
}
h3 {
   text-align : center;
   font-size : 12px;
   font-family : Arial, Helvetica, sans-serif;
}
h4 { margin-top: 0px;  font-size: 12px;  font-weight: bold;   }
h6 {
   FONT: italic 8pt Arial, Helvetica, sans-serif;
   margin-top : 3px;
   margin-bottom: 5px;
   margin-left: 10px;
}
#title { font-size: 9px;
   color: Black;
 }
.code_text {
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
	background-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	white-space: pre;
}