/* CSS Document */.dvhdr1{	font-family: arial;	font-size: 12px;	font-weight: bold;	border: 0px solid #A5C6DE;	padding: 5px;	width: 200px;	color: #000;	position: relative;	top: 10px;	left: -50px;	z-index: 4;	background-color: #A5C6DE;	text-align: center;}         .dvbdy1 {	background:#fff; text-align: left;	font-family:arial;	font-size:12px;	border-left:1px solid #A5C6DE;	border-right:1px solid #A5C6DE;	border-bottom:1px solid #A5C6DE;	padding:5px;	width:198px;	color: #000;position: relative;	top: 10px;	left: -50px;	z-index: 4;         }         .dvhdr_red{	font-family: arial;	font-size: 12px;	font-weight: bold;	border: 0px solid #A5C6DE;	padding: 5px;	width: 200px;	color: #000;	position: relative;	top: 10px;	left: -50px;	z-index: 4;	background: red;	text-align: center;}         .dvbdy_red {	background:#000; text-align: left;	font-family:arial;	font-size:12px;	border-left:1px solid #A5C6DE;	border-right:1px solid #A5C6DE;	border-bottom:1px solid #A5C6DE;	padding:5px;	width:198px;	color: red;position: relative;	top: 10px;	left: -50px;	z-index: 4;         }