/* 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: #e1e1e1;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }
.contentAdText { font-size: 8pt !important; }

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */


