/*
	Developer: 	Addition.dk, January 2005.
	Description: For Print Media
	Changes:
*/

/*
-----------------------------------------------
Root modules
-----------------------------------------------
*/ 
@import url("global/fonts.css");
html {width: 100%;}


body {
	background: #fff;
	text-align: left;
	color: #000;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 10px;
	padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
  	 }
#master{width: 90%;}

h1,h2,h3,h4,h5,h6, .header01, .header, .header04, .subHeader{
	color:#000;
}
a:link {color: blue;}     /* unvisited link */
a:visited {color: blue;}  /* visited link */
a:hover {color: blue;}   /* mouse over link */
a:active {color: blue;}   /* selected link */

/*
-----------------------------------------------
/ Root modules
-----------------------------------------------
*/ 

#header, #headerBar, #quickSearch, #leftcol, #contentMenu, #rightcol, .topTop, #footer, .noPrint{display:none;}
#infoContent
{
	overflow:visible;
	}



