
.ptfgBlue {
  color: #0b1a67 !important;
}

.ptfgRed {
  color: #c30900 !important;
}

.ptfgGreen {
  color: #0b6726 !important;
}

.ptfgWhiteOnBlue {
  color: white;
  background-color: #0b1a67;
}

.ptfgBlackOnBabyBlue {
  color: black;
  background-color: #bbd9ee;
}

.ptfgWhiteOnGreen {
  color: white;
  background-color: #0b6726;
}

.ptfgWhiteOnRed {
  color: white;
  background-color: #c30900;
}

.ptfgPageWidth {
  max-width: 700px;
}

.ptfgFormGroup {
  margin-top: 5px;
}

.ptfgText {
  color: #380b61;
}

.ptfgBluePanelBackground {
  color: white;
  background-color: #0b1a67 !important;
}

.ptfgBluePanelBackground h4 {
  color: white;
}

.ptfgGreenPanelBackground {
  color: white;
  background-color: #0b6726 !important;
}

.ptfgGreenPanelBackground h4 {
  color: white;
}

.ptfgRedPanelBackground {
  color: white;
  background-color: #c30900 !important;
}

.ptfgRedPanelBackground h4 {
  color: white;
}

.ptfgPanelBody ul {
  margin-bottom: -15px !important;
}

.ptfgFavorite {
  margin-left: 3px;
  vertical-align: top;
}

.ptfgRulesHeader {
  font-weight: bold;
}

.ptfgRulesParagraph {
  margin-bottom: 15px;
}

/* Bootstrap does not underline links by default */
.ptfgLink a:link {
  text-decoration: underline !important
}

.ptfgLink a:visited {
  text-decoration: underline !important
}

.ptfgLink a:active {
  text-decoration: underline
}

.ptfgLink a:hover {
  text-decoration: underline
}

#copyright {
  text-align: center;
  margin-top: 5px;
}

.copyrightText {
  color: gray;
}

#findUsOnFacebook {
  text-align: center;
}

#followUsOnTwitter {
  margin-top: 10px;
  text-align: center;
}

#pageTitle {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #0b1a67;
}

ul {
  padding-left: 10px;
}

ol {
  padding-left: 10px;
}

/* Commish's Corner */
.commishCorner { max-width: 750px; position: relative; font-size: 13px; margin-bottom: 10px}
.commishCorner h2 { margin: 0px 0px 2px 0px; font-size: 14px; font-weight: bold; color: black; }
.commishCorner .items { margin: 0px; }
.commishCorner ul { list-style-type: disc; margin: 0px 0px 6px 10px; }
.commishCorner li { margin: 0px; }
.commishCorner p { margin: 4px 1px 6px 0px; }




