﻿body {
}

.introContent
{
    font-size: 1.2em;
    /*width: 354px;*/
}

/*  text that will display a tooltip when the user mouses over it */
.toolTip
{
    text-decoration: none;
    color: #109010;
    font-weight: bold;
}

/*  style for the text that will trigger the tooltip when the user mouses over it 
.toolTipMouseOver
{
    cursor: pointer;
    
    text-decoration: none;
    color: #109010;
    font-weight: bold;
}
*/
/*  the tooltip panel popup 
.toolTipPanel
{
    background-color: #F1F9F1;
    padding: 3px 3px 3px 3px;
    border: solid 2px #648B64;
    font-size: 12px;
}*/
