/* print css document */
body{
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:17pt;
}
#header div.logo{margin-bottom:15pt;}
#header div.logo a{font-size:19pt; color:black; text-decoration:none;}
#header div.util, #navigation, #footer div.footernav{display:none;}
a, a:visited{color:#333333; text-decoration:underline;}
strong{font-weight:bold;}
em{font-style:italic;}
h1{font-size:17pt; font-weight:bold;}
h2{font-size:15pt; font-weight:bold;}
h3{font-size:13pt; font-weight:bold;}
h4{font-size:12pt; font-weight:normal;}
h5, h6{font-size:11pt; font-weight:bold;}
/* block options */
.cols{float:left;}
hr{color:#ccc; background-color: #ccc; height:1px; border:0; margin-bottom:11pt;}
#footer{
	clear:both;
	padding-top:11pt;
	font-size:0.9em;
	color:#ccc;
}
#footer div{float:left;}