/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-image: url(images/siteBkg.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #025ACB;
  font-weight: bold;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
}

/* ADVANCED */

/* frame */
.frame {
  margin: 0px;
}
.headerTxt {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
A.footerTxt {
  color: #ffffff;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* Menu */
A.headerNav {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border : hidden;	
}
A:Active.headerNav,A:Hover.headerNav {
	color: #93B5E1;
	border : hidden;
}

/* tips pages */
.button {	
  background: url(images/btn-tips.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #FFFFFF;
  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. */
.outline {
  background-color: #000000;
  padding: 1px;
}
.pageHeading {
  color: #000000;
  font-weight: normal;
}