/* 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 */

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt {
  color: #e1e1e1;
  text-decoration: none;
}
DIV.gutter {
	width: 142px;
	height: 100%;
	padding-left: 3px;
	text-align:left;
}
DIV.menu {
	background: url(images/button.gif) top left no-repeat;
	height: 24px;
	width: 137px;
	text-align: center;
	padding-top: 2px;
	vertical-align: middle;
	margin-top:0px;
}


/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #000000;
  padding: 2px;
}
.pageHeading {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

/* CUSTOM */
/* defines any additional styles needed */

