BODY{
overflow:scroll;
overflow-x:hidden;
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color:#ffefd5;
direction: rtl;
}

.s1
{
  position  : absolute;
  font-size : 10pt;
  color     : blue;
  visibility: hidden;
}

.s2
{
  position  : absolute;
  font-size : 18pt;
  color     : red;
	visibility : hidden;
}

.s3
{
  position  : absolute;
  font-size : 14pt;
  color     : gold;
	visibility : hidden;
}

.s4
{
  position  : absolute;
  font-size : 12pt;
  color     : lime;
	visibility : hidden;
}
p
{
direction: rtl;
}

h1    { font-size: 18pt; color: #800080; font-weight: bold; text-align: center; }
h2    { font-size: 14pt; color: #CC00CC; font-weight: bold; }
h3   { font-size: 14pt; font-weight: bold; color:#008000}
h4    { font-size: 12pt; color: #CC00CC; font-weight: bold; }
a:link, a:visited, a:active, a:hover      { color: #0000FF; font-weight: bold; }
.k { color: #800080; font-weight: bold; }
.n { color: #800000; font-weight: bold; }
.t { font-size: 16pt; color: #000080; font-weight: bold; text-align: center; }
.c {text-align: center;}
.l {text-align: left;}
.ll {text-align: left; direction: ltr;}
.r {text-align: right;}

li   { margin-bottom: 6;
 }
td   {
 vertical-align: top;
 }
img { border: none;}

.fixedPosition {
padding:5px;
border:1px solid #FFCCFF;
position: fixed !important;
position:absolute;
top:100px;
top:expression(body.scrollTop + 350 + "px");
left:10px;
			}
.g1 { font-size: 14pt; color: #800000; font-weight: bold }
.c2 { font-size: 18pt; color: #FF4500; font-weight: bold; text-align:center }
