/* 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;
}

/* menu */
A.menuTxt {
  position: relative;
  top: 4px;
  color: #000088;
  font-size: 10pt;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #000000;
  text-decoration: none;
}
DIV.gutter {
	width: 130px;
	height: 100%;
	padding: 2px;
}
DIV.menu {
	background: url(images/button.gif) top left no-repeat;
	height: 28px;
	width: 126px;
	text-align: center;
	vertical-align: middle;
	margin-top:4px;
	font-family: Times New Roman, serif;
	font-weight: bold;
}

/* common content pages */
.content {
  background-color: #EEEEEE;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.heading {
  background-color: #172168;
  color: #FFFFFF;
}
.subHeading {
  color: #172168;
  font-size: 12pt;
  font-weight: bold;
}
.listingsHeadingTxt { color: #FFFFFF; }

/* Content Ad Styles */

.contentAdTitle {
	background-color: #172168;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #EEEEEE;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */


