h1
{
color: #D44227; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 14pt; 
}

h2
{
color: #D44227; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 12pt; 
}

p
{
color: #000000; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

table
{
color: #000000; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

td
{
color: #000000; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

tr
{
color: #000000;  
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

ol
{
color: #000000; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

ul
{
color: #000000; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: none;
font-size: 10pt; 
}

a:link
{
color: #1B1464; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: bold;
font-size: 10pt; 
}

a:visited
{
color: #1B1464; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: bold;
font-size: 10pt;
}

a:hover
{
color: #1B1464; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: bold;
font-size: 10pt;  
}

a:active
{
color: #1B1464; 
text-decoration: none; 
font-family: Verdana, Arial; 
font-weight: bold;
font-size: 10pt; 
}

/* These entries are for tooltips */

a.info{
    position:relative; /*this is the key */
    z-index:24; background-color:#eee;
    color:#000;
    text-decoration:none;
	}

a.info:hover{
z-index:25; 
background-color:#ffffff;
}

a.info span{display: none}

a.info:hover span{ /* the span will display just on :hover state */
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #99cccc;
    background-color:#99cccc; color:#000;
    text-align: center;
	text-decoration:none;
	}

/* Classes for public presentation view */

h3.title {
  font-size: 10pt;
}

p.author {
  font-style: italic; 
  font-size: 90%;
}

p.description {
  font-size: 90%;
  line-height: 1.45;
}
