/* 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-bottom: 6px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #990000;
  font-size: 14pt;
  font-style: italic;
  filter: shadow(color=#999999, direction=135, strength=3);
  width: 360px;
}
#menu {
  margin-left: 5px;
  width: 140px;
}
.menuBtn {
  background-image: url("images/menuBtn.gif");
  height: 22px;
  width: 140px;
  text-align: center;
}
A.menuTxt {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #990000;
}

/* CUSTOM */
/* defines any additional styles needed */

/* tips pages */
.button {	
  background: url(/images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #FFFFFF;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 5px;
}
#tips {
  width: 440px; 
  margin: auto;
}
#right {
  float: right; 
  width: auto; 
  margin: auto;
}
#left {
  float: left; 
  width: auto; 
  margin: auto;
}
.heading {
  background-color: #003D6C;
  color: #FFFFFF;
}
.outline {
	background-color: #000000;
	padding: 1px;
}
.listingFld {
	background-color: #FFFFFF;
	padding: 6px;
}
.listLink {
	font-size: 13pt;
}
.contentAdText { font-size: 8pt !important; }
.listingsHeadingTxt { color: #FFFFFF; }
