
.main_cell_bg {
	background-image:url(images/bg_faded_arrow.gif);
    background-repeat:no-repeat;
    background-position:bottom right;
}	

BODY { 
	background-image: url(images/bg_dots.gif); 
	margin:0px; 
	text-align: left; 
	padding:0px;
	height:100%;
  font: arial, 12px, black;
  color: #666666;
}

TD {
  font-size:12px;
  font-family: arial;
  color: #666666;
  }
  
.heading {
  color:#006666;
  font-size:16px;
  }

.quote {
  color:#006666;
  }

.small {
  color:#333333;
  font-size:12px;
  }
  
.green {
  color:#336633;
  font-size:12px;
  font-weight:bold;
  }
  
a.nav:link {
  color:#006666;
  text-decoration:none;
  padding:3px;
  }
  
a.nav:visited {
  color:#007865;
  text-decoration:none;
  padding:3px;
  }

a.nav:hover {
  color:#ffffff;
  background-color:#006666;
  padding:3px;
  text-decoration:none;
  }

a:link {
  color: #006666;
  text-decoration:none;
  }
  
a:visited {
  color: #007865;
  text-decoration:none;
  }
  
a:hover {
  color: #003333;
  text-decoration:underline;
  }