/* Print Style Sheet */

body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 16px; 
}
p { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 16px; 
  line-height: 120%;
}

#content p {
  font-size : 16px; 
  line-height: 120%;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#content ul {
	list-style: disc;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 15px 4px;
	vertical-align: text-top;
    font-size : 16px; 
    line-height: 120%;
}

#content li, #container #sidebar-right ul li {
	background: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
    font-size : 16px; 
    line-height: 120%;
	color: #000000;
	vertical-align: text-top;
}