body 
{
     background: url(/img/body_bckgr.jpg);
     background-repeat: no-repeat; background-position: top center;
     background-color: #000000;
     margin: 0px;
     padding:0px;
}

td *
{
     font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
     font-size: 11px;
     color: #ffffff;
     line-height: 15px;

}

.center
{
     background-color: #ffffff;
     text-align: center;
     padding-left: 15px;
     padding-right: 15px;
}

.date
{
     text-align: center;
     font-family: Georgia;
     color: #9b9c9c;
     font-size: 19px;
     margin-bottom:5px;
     margin-top: 0px;
     padding-top: 0px;
}

.item, .item a
{
     text-align: center;
     font-family: Georgia;
     color: #000000;
     font-size: 12px;
     text-decoration: none;
     line-height: 17px;;
}

.item a:hover
{
     text-decoration: underline;
}

.link, .link a
{
     font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
     color: #859ccc;
     text-decoration: none;
}

.link a:hover
{
     text-decoration: underline;
}

.hr
{
     width: 100%;
     height: 7px;
     background: url(/img/hr.jpg);
     background-repeat: no-repeat;
     background-position: top center;
     margin-top: 15px;
     margin-bottom: 4px;
}

input {
	color: #000000;
	margin-top: 5px;
}

#email {
	margin-top: 10px;
	width: 100%;
}

#progress {
	margin: 3px 0px 0px 0px;
}
