BODY {
	background-color: #000066; );
	color: #FFFFFF;
}

H1 {
	color: #FFFF00;
}

H2.header {
	color: #FFFF00;
}

TABLE.view {
  width: 1%;
  border-style: none;
}

TABLE.edit {
  width: 1%;
  border-style: none;
}

TABLE.list {
  width: 90%;
  border-style: none;
}

TABLE.data {
  width: 90%;
  border-style: none;
}

TABLE.button {
  width: 100%;
  border-style: none;
}

TR.head {
	background-color: #404040;
	color: #FFFF00;
}

TR.button {
}

TD.title {
	background-color: #0000AA;
	color: #FFFFFF;
	vertical-align: top;
      text-align: center;
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 10pt;
      font-weight: bold;
}


TD.header {
	background-color: #404040;
	color: #FFFF00;
	vertical-align: top;
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}

TD.button {
	background-color: #404040;
	color: #FFFF00;
	vertical-align: top;
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}

TD.headerwrap {
	background-color: #404040;
	color: #FFFF00;
	vertical-align: top;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}

TD.error {
	background-color: #FF0000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}

TD.data,TD.data0 {
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}

TD.datawrap {
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: middle;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}


TD.data1 {
	background-color: #444444;
	color: #FFFFFF;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 8pt;
}


