TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: White;
}
.Box_Entry{ background-color: #2F4F4F; }
.TableBox{ background-color: #ADEBAD; }
.TitleBox{ background-color: #ADEBAD;    font: 13px;   }
.FooterBox{  }
.FieldHead{ font-size: 13px;  background-color: #F5F5F5;        }
.FieldBox{   font-size: 13px;  background-color: #F5F5F5;      }
.Type{ font-size: 15px;    font: bold;  color: Black;  padding: 6px 4px 4px 6px;  background-color: #FFD700;  height: 30px;  border: 1px groove Silver;                             }
.TypeBox{ background-color: White; }
.Remark{ background-color: #FFFFE0;  font-size: 13px;  color: Black;   }
.CommandButton     {
    border: 2px outset White;
    background-color: #FFD700;
    padding: 2px 2px 0px 4px;
    font: 13px;
	 height: 20px;
}
.ItemStyle {
   text-decoration:none;
	background: #F0F8FF;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	border: 0px;
	font-size: 12px;
	}					
.AlternatingItemStyle {
   text-decoration:none;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 13px;
	}			
			
.SelectedItemStyle {
   text-decoration:none;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 13px;
	color: #B22222;
	font-weight: bold;
	}					
			
.HeaderStyle {
   text-decoration:none;
	font-size: 12px;
	padding: 4px 4px;
	background: #00008B;
	color: White;
	}			
.RowStyle {
   text-decoration:none;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 13px;
	border-bottom: 1px dashed #B0C4DE;
	}					
.AlternatingRowStyle {
   text-decoration:none;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	font-size: 13px;
	border-bottom: 1px dashed #B0C4DE;
	}		
.EmptyDataRowStyle{ font-size: 13px;  color: Red;  font-weight: bold;   }					
.NormalYellow{ color: Yellow; }