@charset "utf-8";
    .IMM_Glossary_-_Tool_Tip
    {
        background-color : #ffffff ;
        border : 1px solid #CE0200 ;
        margin : 15px ;
        width : 300px ;
		z-index:99;
    }

    .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_H1
    {
        background-color : #CE0200 ;
        color : #ffffff ;
        display : block ;
        font-size : 15px ;
        font-weight : bold ;
        padding : 5px ;
        text-align : left ;
		z-index:99;
    }

    .IMM_Glossary_-_Tool_Tip .IMM_Glossary_-_P
    {
        color : #000000 ;
        display : block ;
        font-size : 12px ;
        margin : 5px ;
        text-align : justify ;
		z-index:99;
    }

    .A
    {
	padding : 0px 0px 0px 0px;
	text-decoration : none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px;
	color: #000000;
    }
    .entry-content h2 .A
    {
	padding : 0px 0px 0px 0px;
	text-decoration : none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px;
	color: #CC0000;
    }
    .entry-content h3 .A
    {
	padding : 0px 0px 0px 0px;
	text-decoration : none;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px;
	color: #006699;
    }
    .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 ;
    }
