body    {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  background-attachment:fixed;
  margin:10 20 10 20;
  background-color:#fff;
}

td  {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #000;

}

a:link,a:visited {
    color: #000;

}
a:hover {
    color: #000;
}

input.text,textarea   {
    background-color: #d8e90c;
    border:0px solid #000000;   

}

input.submit    {
    background-color: #666;
    border: 0px solid #000;
}

a.menu,a.menu:visited {
    text-decoration: none;
    color: #000;
}
a.menu:hover {
    text-decoration: none;
    color: #666;
}

img, div, td {
    behavior: url(iepngfix.htc);
}
html a:active {
  outline:none;
}
:focus {
  -moz-outline-style: none;
}

div#smaller {
  font-size: 8pt;
}
div#bigger {
  font-size: 18pt;
}
.indent
    {
        padding-left: 20px;
    }
.xindent
    {
        padding-left: 40px;
    }

.title
    {
        font-weight: bold;
        font-size:18pt;
    }

/* jQuery Countdown styles */
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49.5%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.75%;
}
.countdown_show5 .countdown_section {
	width: 19.8%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14.1%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 8pt;
    color: #000;
	text-align: center;
    font-weight: bold;
    font-family: Tahoma, Arial, sans-serif;
}
.countdown_amount {
	font-size: 16pt;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    color: #000;
    text-align:center;
}
.countdown_descr {
	display: block;
	width: 14pt;
    text-align:center;
}

h1 {
    font-size: 16pt;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}

