/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Times, "Times New Roman", sans-serif;
  font-size: 12pt;
}
BODY {
  background-color: #FFFFFF;
  margin: 6px;
}
HR {
  color: #000000;
  height: 1px;
}
.centerTxt {
  text-align: center;
}
LABEL { font-size: smaller; }
.contentAdText { font-size: 8pt !important; }

/* default link */
A {
  color: #0000FF;
}
A:Hover {
  text-decoration: none;
}

/* common content pages */
.heading,.content {
  background-color: #FFFFFF;
}
.outline {
  background-color: #CE0707;
  padding: 2px;
}
.pageHeading {
  color: #CE0707;
  font-family: Times, "Times New Roman", sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #CE0707;
  font-size: 12pt;
  font-weight: bold;
}

/* tips pages */
.button {	
  background: url(/images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 8px;
}
#tips {
  width: 440px; 
  margin: auto;
}
#right {
  float: right; 
  width: auto; 
  margin: auto;
}
#left {
  float: left; 
  width: auto; 
  margin: auto;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */



/* CUSTOM */
/* defines any additional styles needed */


