/* CSS Document - Print */
/* Things we hide
----------------------------------------------- */
#column, #title img, .hide, .orderbutton {display:none;}

body{
  background:white;
  width:100%;
  color:black;
  margin:.25in .5in .25in .25in;
  font:12pt/18pt Georgia,Serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #A00B0B;
	text-decoration: underline;
}


/******* image tag styles *******/
img{
	border:0px;
}


/************** header tag styles **************/
h1, h2, h3 {
	color: #1B416B;
}

h1{
 font: bold 135% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 text-transform: uppercase;
 letter-spacing: -1.5px;
}

h2{
 font: bold 108% "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
 padding: 0px;
 text-transform: uppercase;
 letter-spacing: -1px;
}

h3{
 font: bold 100% Georgia,Serif;
 margin: 0px;
 padding: 0px;
}


#copyright .phone {
	font-size: 85%;
	border-top: 1px solid #cccccc;
}

#copyright2 .rights {
	font-size: 85%;
}