html {
	-webkit-text-size-adjust:none;
}
body { 
	margin: 0px;
	background: #ffffff;
	text-align: center;
}
#container {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
	margin: auto;
}
#contentholder {
	overflow: hidden;
	position: relative;
	display: inline-block;
	height: 84px;
}
#content {
	position: relative;
	height: auto;
	top: 5px;
}
#topShade {
	position: absolute;
	z-index: 10;
	top: 20px; /*75*/
	left: 0px;
	height: 10px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -khtml-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -moz-linear-gradient(top, rgba(255,255,255,1),  rgba(255,255,255,0));
}
#btmShade {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: -khtml-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0),  rgba(255,255,255,1));
}
#header {
	height: 20px; /*54*/
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #da1d21;
	background: -webkit-gradient(linear, left top, left bottom, from(#da1d21), to(#ab171b)); 
	background: -khtml-gradient(linear, left top, left bottom, from(#da1d21), to(#ab171b)); 
	background: -moz-linear-gradient(top, #da1d21,  #ab171b);
	filter:progid:DXImageTransform.Microsoft.Gradient
	 (GradientType =0, startColorstr=#da1d21,
	 endColorstr=#ab171b);
	overflow: hidden;
}
.xphd {
	font: 14px/20px Tahoma, Arial, Helvetica, sans-serif; 
	color: white; 
}
.xhdg { 
	font-size: 10px Tahoma, Arial, Helvetica, sans-serif;; 
	color: #666666; }
.xtxt { font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: black;  }
.b {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
table {
	width: 250px;
}
td {
	vertical-align: top;
	height: 14px;
}	
tr.color1	{ 
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: -moz-linear-gradient(top, #eeeeee,  #cccccc);
	border-bottom: 1px solid #888888;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
 }
tr.color2	{ 
	background: #cccccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	background: -moz-linear-gradient(top, #eeeeee,  #cccccc);
	border-bottom: 1px solid #888888;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
td.c1 {
	text-align: left;
	-moz-border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 7px 0px 0px 7px;
	-khtml-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	padding: 0px 7px 0px 7px;
}
td.c2 {
	text-align: right;
	-moz-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	-khtml-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	padding: 0px 7px 0px 7px;
}


