/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #e1e1e1;
  color: #033d6b;
  font-family: Times, Times New Roman, Helvetica;
  font-size: 12pt;
  margin-bottom: 0px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
}

HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #ff0000;
}

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: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #FFFFFF;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 5px;
}
#tips {
  width: 440px; 
  margin: auto;
}
#right {
  float: right; 
  width: auto; 
  margin: auto;
}
#left {
  float: left; 
  width: auto; 
  margin: auto;
}



.heading {
  background-color: #003D6C;
  color: #FFFFFF;
}
.listingsHeadingTxt {
	color: #FFFFFF;
}

/* Content Ad Styles */

.contentAdTitle {
	background-color: #003D6C;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
.contentAdText {
	font-size: 8pt !important;
}