
	BODY {
		background-color:#FFFFFF;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
	}
	
	PRE {
		background-color: #E7CFE7;
	}

    .err {
        color: #FF0000;
        background-color: #C0C0C0;
        font-size: 12pt;
        font-weight: bold;
    }
	
	.bgp {
		background-color: #E7CFE7;
	}
	
	.bgw {
		background-color: #FFFFFF;
	}

	.bgg {
		background-color: #E0F0E0;
	}
	
	.hdb {
		color: #000000;
		font-size: 12pt;
		font-weight: bold;
	}
	
	.hdbl {
		color: #000000;
		font-size: 12pt;
		font-weight: bold;
		text-decoration: underline
	}
	
	.hdg {
		color: #28531B;
		font-size: 12pt;
		font-weight: bold;
	}
	
	
	.txtp {
		color: #800080;
		font-size: 10pt;
		font-weight: normal;
	}
	
	.txtg {
		color: #28531B;
		font-size: 10pt;
		font-weight: normal;
	}
	
	.txtb {
		color: #000000;
		font-size: 10pt;
		font-weight: normal;
	}
	
	A:hover {text-decoration: underline}
	
	.lnkbg {
		color: #28531B;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}
		
	.lnkbp {
		color: #800080;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}

	.lnknp {
		color: #800080;
		font-size: 10pt;
		font-weight: normal;
		text-decoration: none;
	}
	
	.lnksp {
		color: #800080;
		font-size: 6pt;
		font-weight: normal;
		text-decoration: none;
	}
	



<!--       MAINTENANCE PAGES STYLES       -->
	BODY.maint  {
		font-family : Arial,sans-serif;
		background-color: #D0D0D0;
		text-align : center;
	}

	A.maint{
		font-size: 10pt;
		font-family: Arial,sans-serif;
		font-weight : bold;
		text-decoration : none;
		color: #800080;
	}
	
	.listhd {
		font-size: 10pt;
		font-family: Arial,sans-serif;
		font-weight : bold;
		text-decoration : none;
		color : #28531B;
	}
	.list  {
		font-size: 10pt;
		font-family: Arial,sans-serif;
		text-decoration : none;
		color : #28531B;
	}
	
	TR.bg0 {
		background-color: #D0D0D0;
	}
	
	TR.bg1 {
		background-color: #E0E0E0;
	}
	