body
  {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  }

td
  {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  }

.standard
  {
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  }

.smaller
  {
  font-size: 10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  }

.larger
  {
  font-size: 12px;
  }

.notify
  {
  font-size: 14px;
  font-weight: bold;
  }
  
.printer
  {
  font-size: 14px;
  color: #000000;
  }
  
img.linkcursor
  {
  cursor: pointer;	cursor: hand;
  }

/* SEARCH RESULTS ----------------------- */
.results_highlight
  {
 	color: #AED136;
  }

.results a:active {
	color: #AED136;
  text-decoration: none;
}

.results a:link {
	color: #AED136;
  text-decoration: none;
}

.results a:visited {
	color: #AED136;
  text-decoration: none;
}

.results a:hover {
  color: #AED136;
  text-decoration: underline;
}

/* VIEWING ROOM ----------------------- */
.viewingroom
  {
  font-size: 12px;
  }

.viewingroom a:active
  {
	color: #ffffff;
  text-decoration: none;
  }

.viewingroom a:link
  {
	color: #ffffff;
  text-decoration: none;
  }

.viewingroom a:visited
  {
	color: #ffffff;
  text-decoration: none;
  }

.viewingroom a:hover
  {
  color: #ffffff;
  text-decoration: underline;
  }

/* NEWS HEADLINE ----------------------- */
.headline
  {
  font-size: 14px;
  color: #ED1586;
  }

.headline a:link
  {
	color: #ffffff;
  text-decoration: none;
  }
  
.headline a:visited
  {
	color: #ffffff;
  text-decoration: none;
  }
  
.headline a:hover
  {
	color: #ffffff;
  text-decoration: underline;
  }

/* SYNOPSIS ----------------------- */

.synopsis_highlight
  {
  color: #ff0000;
  }

/* BASKET ----------------------- */
.basket
  {
  font-size: 12px;
  }

.basket a:link
  {
	color: #ffffff;
  text-decoration: underline;
  }
  
.basket a:visited
  {
	color: #ffffff;
  text-decoration: underline;
  }
  
.basket a:hover
  {
	color: #ffffff;
  text-decoration: underline;
  }

/* STANDARD FOOTER ----------------------- */
.footer {
  font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
}

.footer a:link
  {
	color: #666666;
  text-decoration: underline;
  }
  
.footer a:visited
  {
	color: #666666;
  text-decoration: underline;
  }
  
.footer a:hover
  {
	color: #666666;
  text-decoration: underline;
  }

/* SHORTER FOOTER ----------------------- */
.footershorter {
  font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.footershorter a:link
  {
	color: #ffffff;
  text-decoration: underline;
  }
  
.footershorter a:visited
  {
	color: #ffffff;
  text-decoration: underline;
  }
  
.footershorter a:hover
  {
	color: #ffffff;
  text-decoration: underline;
  }

