/* --------- header.css file ----------------------------------------------------- */
/*                                                                                 */
/* Sets the masthead images CSS style sheet                                        */
/*                                                                                 */
/* Author: Willem Scholten                                                         */
/*
/* $HeadURL$
   $Id$
   $LastChangeBy$

  ---------------------------------------------------------------------------------*/


.masthead {
		width:946px;
		height:50px;
		background:url(/dpexplorer/locale/en/images/cvpdataexplorerSmall.jpg) no-repeat;
		margin: 0;
		padding: 0;
		border: none;
		display:block;
		color:#FFFfff;
		vertical-align: bottom;
}
