BODY{ 
	color: #000000; 
	font-size: 12px; 
	font-family: verdana, arial, helvetica; 
	 
	margin: 0px; 
	padding: 0; 
	border: none;
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
 }
/* CSS Document */
/* Sortable tables */
table.sortable, th {
    /*background-color:#97CDFF;*/
    color:#000080;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
.sortbottom{
	font-family: "verdana, helvetica,arial,AngsanaUPC";
	font-size: 12px; 
	background-color:#97CDFF;
    color:#000080;
    font-weight: bold;
    text-decoration: none;
    display: block;
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.th{
	background-color:#97CDFF;
    color:#000080;
	font-family: "verdana, helvetica,arial,AngsanaUPC"; 
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
	border:1px;
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.tr1{
	background-color:#eeeeee;
    color:#000080;
	font-family: "verdana, helvetica,arial,AngsanaUPC"; 
    font-size: 12px; 
	font-weight: normal;
	border:1px;
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.tr2{
	background-color:#cccccc;
    color:#000080;
	font-family: "verdana, helvetica,arial,AngsanaUPC"; 
    font-size: 12px; 
	font-weight: normal;
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
	border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.link{
  color: #0000ff; 
  font-family: "MS Sans Serif,verdana,helvetica,arial,AngsanaUPC"; 
  font-size: 11px; 
  text-decoration: none
}
td, .text{
  color: #000080; 
  font-family: "verdana, helvetica,arial,AngsanaUPC"; 
  font-size: 12px; 
  font-weight: normal;
}
.textwhite{
  color: #ffffff; 
  font-family: "MS Sans Serif,verdana,helvetica,arial,AngsanaUPC"; 
  font-size: 11px; 
  font-weight: bold;
}

.textbold{
  color: #000080; 
  font-family: "verdana, helvetica,arial,AngsanaUPC"; 
  font-size: 12px; 
  font-weight: bold
}
.textPrint{
  color: #000080; 
  font-family: "verdana,helvetica,arial,AngsanaUPC"; 
  font-size: 13px; 
  font-weight: Normal
}
.inputText {
	font-family: verdana, Courier New, Courier, mono;
	font-size: 11px;	
	color: #000000;
	background-color:#ffffff	
}
.inputNumber {
	font-family: verdana, Courier New, Courier, mono;
	font-size: 11px;	
	color: #000000;
	background-color:#ffffff;
	text-align:right
}
A:active {color: #0000ff; text-decoration:none};
A:link {color: #0000ff; text-decoration:none};
A:visited {color: #0000ff; text-decoration:none};
A:hover {color: #0000ff; text-decoration:underline};
