/* Start of CMSMS style sheet 'News - Summary' */
/*** Layout (Homepage) ***/

.Homepage-Picture {
  border-bottom: 1px solid #E0E0E0;
  width: 160px;
  height: 120px;
  margin-top: 10px;
}

.Homepage-Title {
  color: #000066;
  font-family: arial;
  font-size: 13px;
  width:165px;
  margin-top: 10px;
}


/*** Layout (Summary) ***/

.Summary-Postdate {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  color: #FF6600;
}

.Summary-Picture {
  float: left;
  clear: both;
  padding-right: 10px;
  padding-bottom: 20px;
}

.Summary-Title {
  clear: both;
  color: #000066;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
}

.Summary-hr {
  clear: both;
}

.Summary-MoreLink {
  color: #000066;
  font-family: arial;
  font-size: 12px;
text-align: right;
}
/* End of 'News - Summary' */

