
/*	 ************************************************************************
     * Module Name		: Licensing.css										*
     * Release			: 1.0												*
     * Date				: 17/06/2008										*
     * Project			: AGSE_TT											*
     * Author			: aCOSwt											*
     * Description		: Licensing.html page CSS definitions				*
     * Language			: CSS												*
     * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*
     ************************************************************************/

/******************************** IDs ***************************************/


#DECORUM {
    display : block;}


#LICENSINGTITLE {
    display:block;
    position:absolute;
    z-index:2;
    left:20px;
    top:167px;
    width:750px;
    font-family:"Times New Roman";
    color:white;
    font-size:20px;
    text-align:center;
  }


#LICENSINGTXT {
    color: white;
    font-family: arial;
    font-size: 12px;
    z-index:2;
    position: absolute;
    left: 285px;
    width: 470px;
    top: 200px;
    text-align:justify;
  }

/******************************** IDs ***************************************/


.laiusblack {
    color: white;
    font-family: arial;
    font-size: 12px;
  }


.ls {
    list-style-position : inside;
    margin-left:0px;
    padding-left:0px;
  }

