body {
  margin: 0px;
  background-color: #017DB9;
  font-family: Arial;
  font-size: 12px;
}

table {
  font-size: 1em;
}

.textfield {
	margin: 3px;
	height: 20px;
	width: 100px;
	border: 1px solid #000000;
}

.textareafield {
  font-family: Arial;
  font-size: 12px;
  margin: 3px;
	height: 80px;
	width: 100px;
  border: 1px solid #000000;
}

.smaller {
  font-family: Arial;
  font-size: 9px;
}

.arial10 {
  font-family: Arial;
  font-size: 10px;
}

.arial12 {
  font-family: Arial;
  font-size: 12px;
}

a, a:active, a:visited {
  color: #0000ff;
}

.articleTitle {
  font-family: Arial;
}

.subnav_full {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  /* color: #ffffff */
  color: #0060A1;
}

.membersareaTitles {
  font-family: Arial;
  color: #0060A1;
}

p.text {
  margin-right: 5px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
form#Comment_submission_DLRMember input,
form#Member_Change_Submission input,
form#Request_statement_DLRMember input,
form#member_dir input {
  border: 1px solid #000000;
}

.datetime {
  font-family: Arial;
  font-size: 12px;
  /* color: #ffffff; */
  color: #0060A1;
}

.memberEntryHead {
  background-color: #017DB9;
  color: #ffffff;
  font-size: 12px;
}

.memberEntryHead a:link, .memberEntryHead a:visited, .memberEntryHead a:active {
  color: #ffffff;
}

.memberEntryHead a:hover {
  color: #84414A;
  background-color: #ffffff;
}

.memberEntryArea {
  width: 100%;
  border: 1px #017DB9 solid;
}

.borderGrayR {
  border-right: 4px #9FA0A4 solid;
}

.borderGrayL {
  border-left: 4px #9FA0A4 solid;
}

.borderGrayT {
  border-top: 4px #9FA0A4 solid;
}

.borderGrayB {
  border-bottom: 4px #9FA0A4 solid;
}

.borderGoldB {
  border-bottom: 4px #CE9D00 solid;
}

.bgGray {
  background-color: #9FA0A4;
}

.preloadedImages {
  display:none;
}
