    .IMM_Glossary_-_Tool_Tip
    {
        background-color : #ffffff ;
        border : none ;
        margin : 15px ;
        width : 300px ;

				border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;

				border-top-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;

				border-bottom-left-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;

				border-bottom-right-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
    }

    .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_H1
    {
        background-color : #CDD903 ;
        color : #FFFFFF ;
        display : block ;
        font-size : 25px ;
        margin : 5px 5px 0 5px;
        padding : 10px;
        text-align : left ;
        vertical-align: middle;

				border-top-left-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-webkit-border-top-left-radius: 5px;

				border-top-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;
    }

		.IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_H1 img
    {
				vertical-align: middle;
				margin-right: 10px;
				/*float: right;*/
		}

    .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_P
    {
        color : #ffffff ;
        background-color : #302F00 ;
        display : block ;
        font-size : 10px ;
        margin : 0 5px 5px 5px ;
        padding : 10px;
        text-align : left ;
        line-height: 1.5;

				border-bottom-left-radius: 5px;
				-moz-border-radius-bottomleft: 5px;
				-webkit-border-bottom-left-radius: 5px;

				border-bottom-right-radius: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
    }

    .A
    {
        border : 0px ;
        border-bottom-width : 1px ;
        border-bottom-style : solid ;
        padding : 0px 0px 0px 0px ;
        text-decoration : none ;
    }

    .A:hover
    {
        text-decoration : none ;
    }

    .B
    {
        border : 0px ;
        border-bottom-width : 1px ;
        border-bottom-style : solid ;
        padding : 0px 0px 2px 0px ;
        text-decoration : underline ;
    }

    .B:hover
    {
        text-decoration : underline ;
    }

    .C
    {
        border : 0px ;
        border-bottom-width : 1px ;
        border-bottom-style : dotted ;
        padding : 0px 0px 0px 0px ;
        text-decoration : none ;
    }

    .C:hover
    {
        text-decoration : none ;
    }

    .D
    {
        border : 0px ;
        text-decoration : none ;
    }

    .D:hover
    {
        text-decoration : none ;
    }
