@charset "iso-8859-1";/*		(C) 2003,2004 VRT	Name:		vrt-print.css	Type:		Cascading Style Sheet	Description:	Base styles for printouts from VRT Group Website	Created:	06-Dec-2003 Mark Oellermann*//* Basic HTML Elements~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/body {	margin: 0 0 0 0;	font-family: verdana, tahoma, arial, sans, helvetica, sans-serif;	font-size: 13px;}h1 { /* Page headings */	font-family: "Trebuchet MS", arial, sans, helvetica, sans-serif;	font-size: 28px;	font-weight: bolder;}h2 { /* Content headings (blue, underlined) */	color: #6464FF;	background: white;	font-family: "lucida sans unicode", tahoma, verdana, arial, sans, helvetica, sans-serif;	font-size: 20px;	border-bottom: 1px solid #6464FF;}h3 { /* Content subheadings */	display: inline;	font-family: "lucida sans unicode", tahoma, verdana, arial, sans, helvetica, sans-serif;	color: #646464;	background: white;	font-size: 14px;	border-bottom: 1px dotted #646464;}h4 { /* Content subheadings */	font-family: "lucida sans unicode", tahoma, verdana, arial, sans, helvetica, sans-serif;	color: #646464;	background: white;	font-size: 12px;}hr {	height: 1px;	border: 0;	background: #6464FF;	color: #6464FF; /* For broken IE */}abbr, acronym, span.credits {	border-style: dashed;	border-width: 0 0 1px 0;	cursor: help;}/* CSS Elements specific to the "topnav" regionfor navigation between VRT Group operations~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/div.topnav {	display: none;}/* CSS Elements specific to the "headline" regionfor displaying VRT page titles~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/div.headline {	position: absolute;	margin-top: 0px;	width: 640px;	height: 90px;	padding-left: 20px;	background-image: url("../css-images/headline-stripes.png");	background-repeat: no-repeat;	background-position: left top;}div.headline img {	float: left;}div.headline h1 {	margin: 0px;	padding-top: 20px;	padding-left: 190px;}/* CSS Elements specific to the "content" regionfor displaying general page content~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/div.content {	position: absolute;	margin: 0px;	top: 115px;}div.content a {   color: black;   text-decoration: none;}/* News items, testimonials & other blocks of text */p.featurebox {	font-family: tahoma, arial, sans, helvetica, sans-serif;	padding: 2px;	background: #F4F4F4;	border: 1px solid #EEEEEE;}p.featurebox .title {	font-size: 14px;	font-weight: bold;	color: black;}p.featurebox a {	font-weight: bold;	color: black;}p.featurebox img {	padding-right: 5px;	float: left;}/* Special case for Satec datasheets */div.datasheet {	margin: 10px;}/* Quotes from reports & news sources, client testimonials etc. */p.quotebox {	padding: 2px;	text-align: right;	color: black;	background: #FFF3CE; 	font-weight: bold;	border: 1px solid #FFDD00;}p.quotebox .quote {	display: block;	font-family: Times New Roman, Batang, serif;	font-weight: normal;	font-size: 150%;	font-style: italic;	text-align: left;	background: #FFF3CE; }/* CSS Elements specific to the "sidebar" regionfor displaying sidebar menus and features~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/div.sidebar {	display: none;}/* CSS Elements specific to the "footer" regionfor displaying general page content~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/div.footer {	border-top: 1px solid #6464FF;	color: black;	font-size: 10px;	text-align: center;}/* Special case formatting~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/a.button { /* show links as buttons where required */   color: black;   text-decoration: none;   font-weight: bold;   background: #CCCCCC;   padding: 1px 5px 1px 5px;   border-left: 2px solid #EEEEEE;   border-top: 2px solid #EEEEEE;   border-right: 2px solid #404040;   border-bottom: 2px solid #404040;}

