﻿body {padding:0; margin:0; background:#ffffff;}
table, td, img {padding:0;}
form, td{margin:0; padding:0;}
html {height:100%;}
br{font-size:10px}
body, td{
    font-family:Arial;
	color:#ffffff;
	font-size:14px;
	vertical-align:top;
	padding:0px;
}
h1{
    font-family:Arial;
	color:#989A39;
	font-size:11px;
	line-height:14px;
}
strong{
       font-family:Arial;
	   color:#0B699A;
	   font-size:11x;
}

a img{ border:0px}
img{ vertical-align:top}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    background-repeat: no-repeat;
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}




b{ color:#ffffff}

span{ color:#000000; font-weight:bold}
span a{ color:#000000; text-decoration:underline; font-weight:bold} 
span a:hover{ text-decoration:none}


div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}

.kv{
	font-size:18px;
	font-weight:bold;
    font-family:Tahoma;
	line-height:14px;
	color:#ffffff;
	text-decoration:none;
}
.kv_blue{
	font-size:16px;
	font-weight:bold;
    font-family:Tahoma;
	line-height:18px;
	color:#0b699a;
	text-decoration:none;
}
.kv_green{
	font-size:18px;
	font-weight:bold;
    font-family:Tahoma;
	line-height:18px;
	color:#999b39;
	text-decoration:none;
}
.kv_yellow{
	font-size:14px;
	font-weight:bold;
    font-family:Tahoma;
	line-height:18px;
	color:#fafb9e;
	text-decoration:none;
}
.kv2{
	font-size:12px;
    font-family:arial;
	line-height:20px;
	color:#323232;
	text-decoration:none;
}.kv3{
	font-size:11px;
    font-family:arial;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}

a{ color:#ffffff; text-decoration:none;
position: relative;} 
a:hover span {
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
  background: #fdd;
  border: 1px solid red;
  }
a:hover{ text-decoration:none}
a span {display: none;}