/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY,DIV,P,TD {
  color: #151d6a;
  font-family: Times, Times New Roman, Sans-serif;
  font-size: 12pt;
}
BODY {
  background-color: #ffffff;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}


/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #779FF4;
  padding: 2px;
}
.pageHeading {
  color: #779FF4;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #779FF4;
  font-size: 12pt;
  font-weight: bold;
}
BODY,P,TD,DIV {
  color: #070568;
  font-size: 10pt;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */

