/* print styles */
BODY {color: black; 
	  background: white;
	  padding-left: 5%;
	  padding-right: 5%;
	  line-height: 19px;}

p {color: black; background: white; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;}

A:link, A:visited {background: white; text-decoration: underline;
   font-weight: normal; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;}
   
H1 {background: white; color: #FF3300; padding-bottom: 1px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:14px;}

H2 {background: white; color: black; padding-bottom: 1px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:12px;}

H3 {background: white; color: black; padding-bottom: 1px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size:11px;}
	
	
#banner h4 {
		font-size:12px;
		padding:0px 0px 0px 0px;
		margin:0px;
		}

#leftcontent {

		background:#fff;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		margin-right:0px;
		padding-bottom:12px;
		line-height: 15px; 
		font-size: 10px;
		 
		}

#rightcontent {
		}

   
.letter {font-size: 11px; line-height: 17px; font-family: courier, georgia, serif;}


