/* Included in the overall HTML page definition of eLetters */
.mgPage {
  font-family: Arial, Helvetica, sans-serif;
}

/* Resets spacing on P tags inserted by internal HTML editor */
.mgPage p, .mgArticle p {
  margin: 0px;
  padding: 0px;
}

/* Article Container */
.mgArticle {
	
}

/* Basic Headline Styling - applied to DIV tag */
.mgHeadline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #2050a5;
	letter-spacing: 2px;
	margin: 0px 0px 4px 0px;
	padding: 2px 8px 3px 8px;
	background-image: url(/vgiftp/images/bg_h1.png);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 25px;
}  

/* Basic Sub Head Styling - applied to DIV tag */
.mgSubHead {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #7591a6;
	letter-spacing: 2px;
	padding: 0px 10px 2px 0px;
	margin: 0px 0px 4px 8px;
} 

/* Basic Content Body Styling - applied to DIV tag */
.mgBody {
	margin: 6px 8px 8px 8px !important;
	line-height: 1.4em;
	color: #000;
} 

/* Basic By Line Styling - applied to DIV tag */
.mgByLine {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
  margin: 0px 10px 10px 10px;
  font-style: italic;
  text-align: right;
} 

/* Basic Date Line Styling - applied to DIV tag */
.mgDateLine {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
  margin: 0px 10px 10px 10px;
  font-style: italic;
  text-align: right;
} 

/* Basic Copyright Styling - applied to DIV tag */
.mgCopyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999;
  margin: 0px 10px 10px 10px;
  font-style: italic;
  text-align: left;
  float: left;
}

.mgPollQuestion {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #039;
  margin: 0px 10px 10px 10px;
  padding: 2px 10px 2px 10px;
  font-style: italic;
  text-align: right;
  border: 1px solid #039;
  background-color: #f1f1f1;
}