/* 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;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #055DAD;
  padding: 2px;
}
.pageHeading {
  color: #055DAD;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #055DAD;
  font-size: 12pt;
  font-weight: bold;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */


/* Content Ad Styles */

.contentAdTitle {
	background-color: #0d1565;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #e0e0e0;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}


/* CUSTOM */
/* defines any additional styles needed */

