﻿/* If anything is changed here, put it atop hmt.css as well. */


p{
	margin-top:.3em;

}

table h1 h2 h3{
	margin:0px;
	padding:0px;
}

body
{ 
font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #2c2d2d;
	
}

h1 {
	
	font-size: 140%;
	font-weight: bold;
	color: #04589b;
}
h2 {
	
	font-size: 125%;
	font-weight: bold;
	color: #0e92b6;
	margin-bottom:1px;
	padding-bottom:0px;
}

h3 {
	
	font-size: 110%;
	font-weight: bold;
	color: #018754;
		margin-bottom:1px;
	padding-bottom:0px;
}

.text_big_bold {
	
	font-size: 110%;
	font-weight: bold;
	color: #444444;
}


li {	
	padding-bottom: 5px;
}
ul
{
padding-top:0px;margin-top:2px;    
}
.textlist {
	padding-bottom: 5px;
}
.border3px {
	border: 3px solid #e5e5e5;
}



a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; 
   
	font-size:11px;


	text-align:center;
    }
	
	
a.tooltip:visited{
    position:relative; /*this is the key*/
    z-index:24; 
   
   }
	
	
a.tooltip:hover{z-index:25;color:#496491;}

a.tooltip span{display: none}

a.tooltip:hover span
{
    /*the span will display just on :hover state*/
    display: block;
    left: -90px;
    top: -70px;
    width: 250px;
    position: absolute;
    padding-left: 18px;
    padding-top: 13px;
    padding-right: 11px;
    padding-bottom: 11px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    z-index: 20000;
    visibility: visible;
    background-color: #EDEDE9;
    border: 1px solid #848270;
    text-decoration: none;
}