@charset "utf-8";
/* CSS Document for print*/

/* Author: Bjarte Lund Rolland */

/* DECLARE INVISIBLE ELEMENTS (Things that may not be suitable for print)
---------------------------------------- */
#header,
#left,
#breadcrumbsWrapper,
.tips,
#print,
.print,
#right,
#footer,
itoolsBrand,
.box {
	display:none;
}

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 10px;
	width: 650px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:black;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:1px solid #f0f0e8;
	margin:0 10px 5px 0;
	float:left;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	float:left;
	background:white;
}

/* FRONTPAGE (Styles for frontpage only)
------------------------------------------------------------------ */
#front {
	background:white;
}
	
/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 5px 0px;
}

h1 {
	color: black;
	font-size: 2.2em;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-2px;
	line-height:1em;
}
h2 {
	color: black;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.5em;
}	
h3 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:5px;
	line-height:1.3em;
}	

h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	

hr {
	border:1px solid grey;
	margin:5px 0;
}

/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:black;
} 
a:hover {
	text-decoration:none;
}

 
/* FORMS
---------------------------------------- */

form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}