/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
}
BODY {
  background-color: #FFFFFF;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #025ACB;
  font-weight: bold;
}
A:Hover {
  text-decoration: none;
}

/* ADVANCED */

/* frame */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #0460AB;
  font-size: 15px;
  font-weight: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:Hover.footerTxt {
  text-decoration: none;
}

/* Menu */
A.menuTxt {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A:Active.menuTxt,A:Hover.menuTxt {
	color: #A7C4F3;
}

/* tips pages */
.button {	
  background: url(images/tipsBtn.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button A {
  color: #014ABB;
  font-weight: bold;
  position: relative;
  text-align: center;
  top: 8px;
  text-decoration: none;
}
.button A:Hover
{
	font-weight: bolder;
	font-size: 13pt;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* Common content. */
.content {
  background-color: #A7C4F3;
}
.heading {
  background-color: #014ABB;
  color: #FFFFFF;
}
.outline {
  background-color: #000000;
  padding: 1px;
}
.pageHeading {
  color: #FFFFFF;
}
.listingsHeadingTxt { color: #FFFFFF; }
