/* Start of CMSMS style sheet 'print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/

* {
border:0 !important; /* again no borders on printouts */
}
#thetop { display:none; }
#seo { display:none; }
dfn { display:none; }
br { clear:none; }
hr { display:none; }

body {
color: #000 !important; /* we want everything in black */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

#border {
width:649px;
margin:0 auto;
}
#container {
width:648px;
}

#top {
width:647px;
height:75px;
background:#fff url('images/site/top.print.png') no-repeat;
}
#top h1{ display:none; }

#topmenu {
display:none !important; height:0;
}

#toplang {
display:none !important; height:0;
}

#Carousel {
display:none !important; height:0;
}

#header {
width:647px; height:90px;
}
#Book {
display:none !important; width:0;
}
#bulletprint {
width:646px;
height:90px;
line-height:4pt;
font-size:6pt;
}
#bulletprint ul { list-style:none; }
#bulletprint li a { color:#000; text-decoration:none; }
#bulletprint li .currentbullet { color:#000; }


#forms_bar {
display:none !important; height:0;
}


#content { width:647px; }

#page {
width:646px;
	margin:auto;
	font-size:8pt;
	line-height:11pt;
	text-align:justify;
}
#page a { color:#000; font-weight:bold; text-decoration:underline; }
img.noborder { margin:0; border:0; padding:0; }
img.left { float:left; margin:0; border:0; padding:1px 0; padding-right:6px; }
img.right { float:right; margin:0; border:0; padding:1px 0; padding-left:6px; }


#introduction{
display:none !important; width:0;
}


#footer
{
width:647px;
	text-align: center;
	height:30px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ccc;
	margin-top:30px;
	padding:0;
	clear:both;
	font-size:0.7em;
	color:#bbb;
}
#footer a{ color:#bbb; text-decoration:none; }
#footer a:hover{ color:#999; text-decoration:underline; }


a:active, a:visited, a:link { color:#000; text-decoration:none; }
a:hover	{ color:#479; text-decoration:none; }

h1 { font-size:120%; }
h3{
	font-size:0.8em;
	font-weight:bold;
}
/* End of 'print' */

