/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Arial, Sans Serif;
  font-size: 10pt;
}
BODY {
  background-color: #ffffff;
  margin: 12px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #7D819A;
}
A:hover {
  text-decoration: none;
}

/* miscellaneous */
.center {
  text-align: center;
}

/* ADVANCED */

/* frame */
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}
.frame {
  margin: 0px;
}
.headerTxt {
  color: #000000;
  font-family: Times, Times New Roman, Monospace;
  font-size: 11pt;
  font-weight: bold;
}

/* menus */
A.menuTxt {
  color: #ffffff;
  font-size: 9pt;
  text-decoration: none;
}
A:Hover.menuTxt {
  color: #0088ff;
  text-decoration: none;
}
A.hotlinkTxt {
  color: #000000;
  font-size: 9pt;
  text-decoration: none;
  padding-left: 26px;
}
A:Hover.hotlinkTxt {
  color: #0088ff;
  text-decoration: none;
}

/* tips pages */
.button {	
  background: url(images/btnTips.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 9px;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* Common content. */
.outline {
  background-color: #464E72;
  padding: 3px;
}
.pageHeading {
  color: #DD242A;
}