/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12pt;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
}

HR {
  color: #000000;
  height: 1px;
}
LABEL { font-size: smaller; }

/* default link */
A {
  color: #3C54A8;
  font-size: 11pt;
}

A:hover {
  text-decoration: none;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */



/* THEME USED THROUGHOUT WEBSITE */


/* tips pages */
.button {	
  background: url(/images/buttonTips.gif) top left no-repeat;
  font-size: 9pt;
  height:40px;
  width:200px;
  text-align: left;
}
.button a {
  position: relative;
  left: 40px;
  top: 7px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
#tips {
  width: 440px; 
  margin: auto;
}
#right {
  float: right; 
  width: auto; 
  margin: auto;
}
#left {
  float: left; 
  width: auto; 
  margin: auto;
}


.outline {
	background-color: #000000;
}
.heading {
  background-color: #3752A1;
  color: #FFFFFF;
}

/* Global custom controls. */
.contentAdRect,.contentAdBox {
	background-color: #eeeeee;
	border-color: #000000;
}
.contentAdTitle {
	color: #FFFFFF;
	background-color: #323179;
}
.contentAdText { font-size: 8pt !important; }
.listingsHeadingTxt {
	color: #FFFFFF;
}
