#r1_c1
{
  position: absolute;
  top: 0px;
  left: 0px
}
#r2_c1
{
  position: absolute;
  top: 56px;
  left: 0px
}
#r3_c1
{
  position: absolute;
  top: 165px;
  left: 0px
}
#r2_c2
{
  position: absolute;
  top: 80px;
  left: 460px
}
#rtlLogo
{
  position: absolute;
  top: 0px;
  left: 470px
}

#LeftDiv
{
  position: absolute;
  top: 280px;
  left: 2px;
  width: 150px;
}


#linksDiv
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


#linksDiv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#linksDiv li a {
  display:block;
	position:relative;
  clear:right;
  margin:.5em .3em;
  text-align:center;
  text-decoration:none;
  color: #103873;
  font:1em/2 Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif;
  background:#F6F4F8 url(/rtl/images/btn-purple.gif) repeat-x left bottom;
  border:1px outset #845697;
}

#linksDiv a:hover {
  border-style:inset;
}

#linksDiv a.cur{
  background: white;
  color: gray;
}

.linksHeader
{
  width: 80px;
  height: 20px;
  color: #76DBE7;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url("images/bg_sectitle.jpg");
}

#mainDiv
{
  position: absolute;
  top: 100px;
  left: 160px;
  width: 600px;
  font-family:verdana,arial,sans-serif;
}

.blockquote
{
  border-top:1em solid #C9D5DB;
  background:#EEE;
}

.large
{
  font-size:130%;
  margin-top: 2em;
}



body {
   background-color: white;
   font-family: verdana,arial,helvetica;
   font-size: 9pt;
   font-weight: normal;
   margin-left: 25px;
   margin-right: 25px;
  color:black;
}

td { color: #000000 }
p { color: #000000; text-align:justify; }
h1 { 
  color: #7590AE;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
h2 { 
  color: #7590AE;
}
h3 { 
  color: #7590AE;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

a:visited { color: #000000 }

div.code {
  white-space: pre;
  font: 9pt "courier new",monospace;
  color: black;
  width: 95%;
  margin: auto;
  max-width: 850px;
  border: 4px;
  padding: 10px;
  border-style: ridge;
  background-color: #DCDCDC; 
}

div.code2 {
  white-space: pre;
  font: 8pt "courier new",monospace;
  color: black;
  width: 100%;
  background-color: white;
}

div.marker {
  font: 10pt "courier new",monospace;
  font-weight: bold;
  color: black;
  width: 100%;
  background-color: #CCFFFF;
}


a.popupLink {
   background-color: #99FF66;
   text-decoration: none;
}

p.button {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 150px;
  height: 15px;
  border: 4px;
  border-style: outset;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: gray;
}

p.leftLarge {text-align:left;font-size: 14px;font-weight:bold;margin:5px}

#BlgPreview {
  border: 3px ridge;
  background: white;
  padding:.5em;
  overflow: hidden;
  z-index:100;
}

#NewsDiv {
 font-size: 12px;
  display: none;
}

#NewsDiv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#NewsDiv li {
  margin: 5px 2px 5px 0;
  padding: 0 0 2px 0;
  border-width: 1px; border-color: gray;
  border-bottom-style: solid;
}

#NewsDiv a{
text-decoration:none;
  color:gray;
}

#NewsDiv a:hover {
  color:red;
} 
