		a.zoom{
			text-decoration: none;
			color: #990033;
			font-weight: bold;
			cursor: pointer;
			font-size:12px;
		}
		a.zoom:hover{
			font-size:12px;
			text-decoration: none;
			color: #0000FF;
			font-weight: bold;
			cursor: pointer;
		}

		.tblPreviewer{
			position: absolute;
			background-image: url("./../img/previewer.gif");
			background-repeat: no-repeat;
			width: 490px;
			height: 470px;
			left: 300px;
			top: 200px;
			cursor: pointer;
		}

		table.tblTabular{
			border: 1px solid #84bc8d;
			background-color:#ededed;
		}
		table.tblTabular th{
			border-bottom: 1px solid #84bc8d;
		}

		table.tblPanel{
			background-color: #ededed;
			border: 1px solid #84bc8d;
		}
		table.tblPanel tr th{
			font-weight: bold;
			text-align: right;
		}
		
		input:focus,textarea:focus{
			border: 2px solid #20ba39;
		}

		input, select{
			background-color: #edfdf0;
			border: 1px solid #84bc8d;
			font: 11px Verdana; 
		}
		
		textarea{
			background-color: #edfdf0;
			border: 1px solid #84bc8d;
			font: 11px Verdana; 
		}

		.LButtonD{			height: 20px;			width: 11px;			background-image: url('l_bd.png');		}			.RButtonD{			width: 11px;			background-image: url('r_bd.png');		}			.MButtonD{
			background-image: url('m_bd.png');
			font-weight: bold;
			color: #555555;
		}
				.LButton{			height: 20px;			width: 11px;			background-image: url('l_bd.png');		}			.RButton{			width: 11px;			background-image: url('r_bd.png');		}			.MButton{
			background-image: url('m_bd.png');
			font-weight: bold;
		}			.LButtonU{			height: 20px;			width: 11px;			background-image: url('l_bd_u.png');			cursor: pointer;
		}			.RButtonU{			width: 11px;			background-image: url('r_bd_u.png');			cursor: pointer;
		}			.MButtonU{			background-image: url('m_bd_u.png');			font-weight: bold;			cursor: pointer;
		}	

		.OddRow{			background:#ededed;		}				.EvenRow{			background:#ffffff;		}				.OverRow{			background:#d7d9f1;		}		.tableBg{
			background-image: url('bgTbl.gif');
		}

		table.defaultTable{			border: 1px solid #84bc8d;			cursor: pointer;		}		table.defaultTable td{			padding-left:2px;			padding-right:2px;
			padding-bottom: 5px;		}		
		.imgWait{
			position:absolute;
			top: 200px;
			width: 200px;
			background-color: #d7f1dc;
			border: 1px solid #84bc8d;
		}
		
		body{
			margin-top: 2px;
			margin-left: 2px;
			margin-bottom: 0px;
			margin-right: 2px;
		}
		td{
			font: 11px Verdana; 
			LETTER-SPACING: -0.2mm;
		}
		th{
			font: 12px Verdana;
			font-weight: bold;
			text-align: left;
			LETTER-SPACING: -0.2mm;
		}
		hr{
			COLOR: #990033;
			HEIGHT: 1px;
		}
		a{
			text-decoration: none;
			color: #990033;
			font-weight: bold;
			cursor: pointer;
		}
		a:link{
			text-decoration: none;
			color: #990033;
			font-weight: bold;
		}
		a:visited{
			text-decoration: none;
			color: #990033;
			font-weight: bold;
		}
		a:hover{
			text-decoration: underline;
			color: #FF1212;
			font-weight: bold;
		}
		.tblPaging{
			border-left: 1px solid #84bc8d;
			border-right: 1px solid #84bc8d;
			padding-left: 15px;
		}
		.tblLeft{
			border-left: 1px solid #84bc8d;
			border-bottom: 1px solid #84bc8d;
			width:13px;
		}
		.tblMid{
			border-bottom: 1px solid #84bc8d;
			text-align: justify;
		}
		.tblRight{
			border-bottom: 1px solid #84bc8d;
			border-right: 1px solid #84bc8d;
			width:13px;
		}
		.tdLeft{
			background-image: url('l.gif');
			background-repeat: no-repeat;
			width:14px;			
			height:28px;
		}
		.tdRight{
			background-image: url('r.gif');
			background-repeat: no-repeat;
			width:14px;
			height:28px;
		}
		.bgMid{
			background-image: url('m.gif');
		}