HTML, BODY
	{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #212121;

	font-family: Arial, Sans-Serif, Helvetica, Helv;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 125%;
	text-decoration: normal;
	text-align: justify;

	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #212121;
	scrollbar-highlight-color: #212121;
	
	overflow: hidden;
	}

FORM
	{
	margin: 0px;
	padding: 0px;
	}

a:link, a:active, a:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover
	{
	color: #F00000;
	text-decoration: underline;
	}

.divMAIN, .divADMIN
	{
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 480px;
	text-align: left;
	background-color: #212121;
	z-index: 0;
	}

.divADMIN
	{
	border: 1px solid #C0C0C0;
	padding: 10px;
	}

.tblMAIN
	{
	width: 100%;
	height: 100%;
	}

.tdMAIN
	{
	vertical-align: middle;
	text-align: center;
	}

.txtFLASH
	{
	margin-top: 10px;
	width: 760px;
	height: 12px;
	text-align: center;
	color: #C0C0C0;
	}

.txtTITLE
	{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	}

.txtERROR
	{
	font-size: 12pt;
	font-weight: bold;
	color: #F00000;
	}

.tblNEGOZI
	{
	width: 100%;
	font-size: 8pt;
	border: 1px solid #808080;
	}
	
.thNEGOZI
	{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #808080;
	}

.tdNEGOZI
	{
	border-bottom: 1px dotted #808080;
	}

.divOUTPUT
	{
	width:100%;
	height: 320px;
	overflow: scroll;
/*	overflow-x: hidden; */
	}
