•	DFG Custom CSS:
/*  Form */

 .MyFormClass TD {
  padding:5px;
} 

/*  End Form */

/*  Start OrgBox */

.OrgBody {
 width: 8.9%;
 height: 75px;
 min-height: 75px;
 background: #ECECE7;
 border: 1px solid #5d7493;
}

.OrgBody P  {
 font-size: 1em;
 padding: 2px;
 text-align:center;
}

.OrgBodyBlank {
 width: 8.9%;
 height: 75px;
 min-height: 50px;
 background: #ffffff;
}

.OrgHeader {
 width: 8.9%;
 background: #5d7493;
}

.OrgHeader h3 {
 color: #fff;
 text-transform:uppercase;
 font-size: 1em;
 font-weight:bold;
 text-align: center;
 margin: 5px;
}

.OrgHeaderBlank {
 width: 8.9%;
 background: #ffffff;
}

.VerticalSpacer {
 width: 1%;
}

.VerticalBlue {
 height: 85px;
 width: 1%;
 background: url(org_divider.gif) center repeat-x;
}

.HorizontalSpacerBlue {
 width: 1%;
 border-bottom: 1px solid #5d7493;
}

.HorizontalSpacerWhite{
 width: 1%;
}

.HorizontalBlueDivide {
 width: 4.45%;
 min-width: 800px;
 border-bottom: 1px solid #5d7493;
}

.HorizontalBlueDivideConnector {
 width: 4.45%;
 border-left: 1px solid #5d7493;
 border-bottom: 1px solid #5d7493;
}

.HorizontalBlueConnector {
 width: 4.45%;
 border-left: 1px solid #5d7493;
}

.HorizontalWhiteDivide {
 width: 4.45%;
}

/*  End OrgBox */


/*  FootNote  */

.footnote {
 font-family:Arial, Helvetica, sans-serif;
 font-size:0.7em;
}

/*  End FootNote  */

/*  Table BodyContent / Blockquote  */

.bodyContent .blockquote {
 font-family:Arial, Helvetica, sans-serif;
 font-size:0.8em;
}

/*  End Table BodyContent / Blockquote  */

