/* 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: 8px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }
.contentAdText { font-size: 8pt !important; }

/* default link */
A {
  color: #0000ff;
}
A:Hover {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  position: relative;
  top: 3px;
  color: #000088;
  font-size: 12pt;
  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 */
.heading,.content {
  background-color: #13226A;
}
.outline {
  background-color: #000000;
  padding: 2px;
}
.content {
  background-color: #E1E1E1;
  padding: 5px;
  text-align: justify;
}
.pageHeading {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.heading {
  background-color: #003366;
  color: #FFFFFF;
}
.subHeading {
  color: #13226A;
  font-size: 12pt;
  font-weight: bold;
}
/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */

