/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body, td, p {
  line-height: 1.5;
  font-family: Tahoma, Arial, sans-serif;
  color:#000;
  background: none;
  font-size: 11px;
}
.container {
  background: none;
}

h1 { 
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 20px;
	font-weight: normal;
}
h2,h3,h4,h5,h6 {
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 14px;
	margin: 1px;
	padding:0;
}

code { font: 11px "Courier New", Monaco, Courier, monospace; } 

img {margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
.arr {
	background: url(../i/arrow.gif) no-repeat right center;
	padding: 6px 13px 7px 0px;
}
blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}
ul {
margin-top: 3px;
}
li {
	list-style-image: url(../i/arrow.gif);	
}

table {
	border: 1px solid #999;	
	border-collapse: collapse;
}
table td {
	border: 1px solid #999;	
	padding: 2px 5px 2px 5px;
}
