html {
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
	

BODY {
      margin:0;
      padding:0;
      height:100%;
      border:none;
      font-family:         		Tahoma, sans-serif;
	  background: url("../images/background.jpg");
}  

TABLE.top {
	margin-left:	auto; 
	margin-right:	auto;
	width:833px;
}

TABLE.box {
	width: 555px;
	border:none;
}

IMG.logo {
	float:left;
	padding-top: 24px;
	padding-bottom: 24px;
	border:none;
}

IMG.download_button_top {
	border:none;
	padding-left: 20px;
	padding-right: 20px;
}

IMG.fld_logo_top {
	float:right;
	padding-top: 24px;
	padding-bottom: 24px;
	border:none;
}

TD.logoheader{
	height:400px;
	background:url("../images/top_background.gif" );
}
TD.boxheader{
	height: 40px;
	background: url("../images/section_header_bg.png");
}

H1 {
	width: 555px;
	color:         #333333;
	font-size:		20px;
	text-align: center;
	padding-left:		16px;
	padding-right:		16px;
}

P.box {
    margin-top: 	0em; 
    margin-bottom: 	0em;
	padding-top:		4px;
	padding-bottom:		16px;
	padding-left:		10px;
	padding-right:		10px;
	border-width: 	1px;
	border-color: 	#cccccc;
	border-style: 	solid;
	color:         #333333;
}


P.footer {
    color:		    #666666;
	font-size:		0.7em;
}

A {
    color:		    #b47307;
}

IMG.screen {
	border-style:		solid;
	border-color:		#456789;
}

SELECT.channels {
	font-size: 	1.1em;
	color: 		#444444;
}








