/* Printer Friendly Style Sheet */

body { 
  width: auto;
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#header, #nav, #image { 
  display : none; 
} 
	

h2 {
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	font-variant: small-caps;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	font-variant: small-caps;
}

/*BULLETS*/
ul {
	margin-top: 20px;
}

li. {
    margin: 0px; 
	line-height : 15px;
	padding-bottom : 0px;
	padding-left : 27px;
	margin-bottom: 7px;
}


.footer {
	font-size: 10px;
}

#footer a {
	text-decoration : underline; 
  	color : #0000ff; 
	font-size: 10px;
}
