/* //////////////////////////////////
Trident Telephone - Print Styles 
================================
- Graphic Design: Anna Bensen
- XHTML/CSS Dev: Daniel Humann
- Foraker Design - Boulder, Colorado
- http://www.foraker.com
///////////////////////////////////// */


body {
 margin: 0 auto;
 padding: 0;
 color: #000;
 font-size: 12pt;
 font-family: Georgia, Times, Serif;
 background: #fff;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

html>body acronym {
  margin: 0 0 0 16px;
}

acronym {
  border: 0;
}

a, a:visited  { 
  font-weight: normal; 
  text-decoration: none; 
  color: #000;
}


#top, #nav, #crumbs, #request, #poweredbyforaker {
  display: none;
}

#brand {
	font-size: 18pt;
}




