/* Use a # to denote an "id="  */
/* Use a . to denote a "class="  */
/* Scroll in window */
.scroll_2
        {
        overflow: auto;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        height: 450px;
        padding-left: 10px;
        line-height : 1;
        }

/* Normal style */
.normal
	{
	font-family: Arial;
	font-size: 14pt;
	}

/* Display block */
.DisplayBlock
	{
	display : block;
	}

/* Display none */
.DisplayNone
	{
	display: none;
	}

