BODY {
  background: #f8982b url(../i/new_bg.gif) repeat-x top left;
  color: #000;
  font-family: Georgia, Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  margin: 1px 1px 1px 1px;
 }

a {
  color: #E70804;
  text-decoration: none;
 }
 
a:hover {
  color: #000;
  text-decoration: none;
 }

TD {
  font-size: 11pt;
  font-weight: bold;
 }
 
.bigtext {
  font-size: 22pt;
  line-height: 250%;
 }
 
.head {
  color: #E70804;
  font-size: 14pt;
  font-weight: bold;
 }

.hr {
  border-top: 1px solid #E70804;
 }

.links {
  border:1px;
  border-style: none none dotted none;
 }

.menu a {
  color: #E70804;
  font-size: 14pt;
 }
 
.menu a:hover {
  border: 1px dashed #000;
  background-color: #fff;
  color: #000;
  font-size: 14pt;
 }
 
.menuup {
  border: 1px dashed #E70804;
  background-color: #fff;
  color: #E70804;
  font-size: 14pt;
 }

.phototitle {
  color: #A0ACC0;
  font-size: 9pt;
  font-weight: bold;
  margin: 0px 3px 3px 3px;
  width: 200px;
  height: 50px;
  text-align: center;
 }

.phototitlel {
  color: #A0ACC0;
  font-weight: bold;
  font-size: 9pt;
  margin: 0px 3px 3px 3px;
  text-align: center;
 }
 
.red {
  color: #E70804;  
 }

.small {
  font-size: 8pt;
  font-weight: normal;
 }
 
.small a {
  border:1px;
  border-style: none none dotted none;
 }

.title {
  font-style: italic;
 }
 
div.thumb {
  background-color:#fff;
  margin: 3px;
  border: 1px solid #A0ACC0;
  height: auto;
  float: left;
  text-align: center;
 }
 
.thumb img{
  display: inline;
  margin: 5px;
  border: 1px solid #A0ACC0;
 }
 
.thumb a:hover img {
  border: 1px solid #E70804;
 }
 
.highlight {
  border: 1px dashed #E70804;
  background-color: #ffe5e5;
  color: #E70804;
  font-size: 14pt;
 }

.redborder {
  border: 1px solid #E70804;
}

#extrainfo {
        background-color: #ffffcc;
        border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	left: 0px;
	height: 20px;
	width: 100%;
	padding: 1px;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop));

 }
 
.extrainfotext {
  color: #000;
  font-size: 9pt;
  font-weight: normal;
}

.extrainfotext a:link {
  color: #0031CC;
  font-size: 9pt;
  text-decoration: none;
  background: url(images/dashedunder.gif) bottom left repeat-x;
 }

.extrainfotext a:visited {
    color: #0031CC;
    font-size: 9pt;
    text-decoration: none;
    background: url(images/dashedunder.gif) bottom left repeat-x;
  }
 
.extrainfotext a:hover {
    color: #000;
    text-decoration: none;
    font-size: 9pt;
    text-decoration: underline;
  }
  
/* countdown styles */
.hasCountdown {
	
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-size: 180%;
}

.countdown_descr {
	width: 100%;
}

.frontcountdown {
  font-size: 180% !important;
}