

            

            .White  {
                        background-color: #ffffff;
			 }

            

            .IdealText {

                        font-family: Verdana, Arial, Helvetica, sans-serif;

                        font-size: 10px;

                        color: #000000;

            }

            

            #hintbox{ /*CSS for pop up hint box */

                        position:absolute;

                        top: 0;

                        background-color: #f2f2f2;

                        width: 280px; /*Default width of hint.*/ 

                        padding: 6px;

                        border:1px solid black;

                        font-family: Verdana, Arial, Helvetica, sans-serif;

                        font-size: 10px;

                        color: #6b6b6b;

                        line-height:14px;

                        z-index:100;

                        border-right: 3px solid black;

                        border-bottom: 3px solid black;

                        visibility: hidden;

            }

            

            .hintanchor{ /*CSS for link that shows hint onmouseover*/

                        font-weight: bold;

                        color: navy;

                        margin: 0px 0px;

            }

    

 
