.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #201849;
/*	padding-left: 20px; */
	text-decoration: underline;
	padding-top: 10px;
}

.subhead {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #201849;
/*      padding-left: 20px; */
        text-decoration: underline;
        padding-top: 10px;
}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #201849;
	/* padding-left: 20px; */
	padding-left: 0px; 
}

.bodytextpadding {
	padding-left: 20px;
}

.bodytext A:link
{
    color: #FF0000;
    text-decoration: underline
}
A:hover
{
    color: #FF0000;
    text-decoration: underline
}
.Grid
{
  border: 0px solid white;
}
.Grid TD
{
  font-size: 70%;
}

/* TEdit.NET  Column heading cell style */
.GridColumnHeading
{
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  color: white;
  background-color: #6699CC;
  text-align: center;
  border-right: aliceblue 1px solid;
  border-top: aliceblue 1px solid;
  border-bottom: aliceblue 1px solid;
  border-left: aliceblue 1px solid;
  vertical-align: middle;
}
/* TEdit.NET left aligned column heading text */
.GridColumnHeadingLeft
{
  padding-right: 2px;
  padding-left: 2px;
  font-weight: bold;
  color: white;
  background-color: #6699CC;
  text-align: left;
  vertical-align: middle;
}
/* Column header text link CSS Style */
A.GridColumnHeadingLink
{
  color: white;
  font-family: Verdana, Arial;
  text-decoration: none;
  font-weight: bold;
}
/* Column header text link CSS Style (mouse over) */
A.GridColumnHeadingLink:hover
{
  color: yellow;
  text-decoration: underline;
}
/* Style for regular (even) rows */
.GridRow
{
}
/* Style for odd rows */
.GridAlternatingRow
{
  background-color: #DDE7F2;
}
/* Style for even rows checked by check box */
.GridCheckedRow
{
  background-color: #ffffcc;
}
/* Style for odd rows checked by check box */
.GridAlternatingCheckedRow
{
  background-color: #ccffcc;
}
/* style for the current row */
.GridSelectedRow
{
  background-color: #FFFFA0;
}
/* default grid cell style */
.GridItemCell
{
  border-right: green 0px solid;
  padding-right: 3px;
  border-top: green 0px solid;
  padding-left: 3px;
  font-size: 70%;
  padding-bottom: 0px;
  margin: 0px;
  vertical-align: middle;
  border-left: green 0px solid;
  color: black;
  padding-top: 0px;
  border-bottom: green 0px solid;
  text-align: left;
}
/* right-aligned grid cell style */
.GridItemCellRight
{
  padding-left: 3px;
  font-size: 70%;
  padding-bottom: 0px;
  margin: 0px;
  vertical-align: middle;
  color: black;
  padding-top: 0px;
  text-align: right;
  padding-right: 3px;
}