html{ margin: 0; padding: 0; }
body { margin: 0; padding: 0; background-color: white; background-color: #ffffe0; }
html, body, td, div, p { font-family: Georgia, "Times New Roman", Sans-Serif; font-size: 11pt; }
form { padding: 0; margin: 0; width:1100px;  }
img { margin: 0; padding: 0; }
a img { border: 0;  }
p { text-indent: 1cm;}

h1 {font-family: Tahoma; font-size: 16px; font-weight: bold; color: #000080; text-align: left; margin-top:0px; }
h2 {font-family: Tahoma; font-size: 14px; font-weight: bold; color: #0000c0; text-align: left; }

a { color:navy;}
a:hover { color: blue; }
p { text-indent: 11pt; text-align: justify; }

div#f1 {
    font-size: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
div#f1-top {
    font-size: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 15px;
    font-weight: bold;
    margin-bottom:30px;
}
div#f2 { font-size: 90%; text-align: center; padding:5px; }

a.tooltip img
{vertical-align: middle;}
 a.tooltip 
{text-decoration:none; 
 padding-top:0px;
 text-shadow: 1px 2px 8px rgba(0,0,0,0.4),
	             1px 2px 8px rgba(0,0,0,0.1),
	             1px 2px 8px rgba(0,0,0,0.1);
  position: relative;
  background: #ffeaa6;
  border: 2px solid #e1ca82;
  display: inline-block;
  color: #222;
  outline: none;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));

  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
}

a.tooltip span
{
  text-align:center;
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  left: 97%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e1ca82;
  opacity: .9;
  background-color: #e4cf8b;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));

  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);

}

.tooltip:hover
{
  border: 0; /* IE6 fix */
  border: 2px solid #e1ca82;
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #e1ca82;
  
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip span:before
{
  border-top-color: #e1ca82;
  bottom: -8px;
}

.xsltPager
{
    font-size: 8px;
    width: 100%;
    border-top: solid 1px #AE3100; 
    border-bottom: solid 1px #AE3100;
    margin-top:10px;
    margin-bottom:10px;
}

.xsltPager td
{
	text-align:right;
}
.xsltPager td a
{
	color:#AE3100;
}

h1 {
    color: #6D0023;
    font-size: 16pt;
    margin-bottom:20px;
}