/*
	Developer: 	Addition.dk, July 2004.
	Description: 	for Print
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 

@import url("global/contacts.css");



body {
   background: white;
   font-size: 12pt;
   font-family: Verdana;
 
   }
   
body,div, td, th, span, input,p, select, td, th, input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
}
h1,h2,h3,h4,h5,h6{
	color:#003366;
	margin:0px;
	padding:0px;
}
h1{
	color:#d53550;	
}
h1{
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}

h2, h2 span{
	font-size:14px;
	margin-bottom:10px;
}
h3{
	font-size:12px;
	margin-bottom:10px;
}
h4{
	font-size:11px;
	margin-bottom:10px;
}
h5,h6{
	font-size:10px;
	margin-bottom:10px;
}

#navlist, #header, #udm, #leftcol, .hidden, .print, .breadCrumb, #footer, .noPrint {
   display: none;
   }
  .logo{
  	float:right;
	border:0px;
  }
#wrapper, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
    padding-top: 1em;
   }
#breadcrumb
  {
  display:none;
 }
  
#wr
div#content {
   margin-bottom: -8px;
   width:100%;
   border-right:1px solid #fff; /*fixing weird print preview clipping error on ie6 */
   }
div#content img {
   vertical-align: bottom;
   }
a:link, a:visited {
   color: blue;
   background: transparent;
   text-decoration: underline;
   }

.fleetRight{
	width:30%;
	float:right;
}
hr{height:1px;}

img{border:0px;}

/*
table tr td, table tr th{
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

table{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
*/
.listWide{
	margin:  0px;
	padding: 0px;
	width: auto;	
	border:1px solid #fff;
}
.listWide tr td{
	margin:  0px;
	padding: 0px;
	width: auto;	
	border:0px solid #fff;
}
.listImage{
	padding:10px;
	float:left;
	clear:both;
	
}
.listText{
	padding:10px;
	margin-right:200px;
	
}
.listText h2 a:link, .listText h2 a:visited{
	text-decoration:none;
	font-size:12px;
	color:#000000;
	
}
.hr hr{display:none;}

.hr{width:100%;clear:both;}
/*
.printLogo{float:right;}
*/

