
/* Table Borders */

table.page { }
td.page-topLeft { width: 16px; height: 5px; background-image: url(pix/shdw_top_left.gif)}			 
td.page-topCenter { width: 760px; height: 5px;  background-image: url(pix/shdw_top_center.gif)}
td.page-topRight { width: 24px; height: 5px; background-image: url(pix/shdw_top_right.gif)}			 
td.page-middleLeft { width: 16px; background-image: url(pix/shdw_middle_left.gif)}
td.page-middleRight { width: 24px; background-image: url(pix/shdw_middle_right.gif)}
td.page-bottomLeft { width: 16px; height: 15px; background-image: url(pix/shdw_bottom_left.gif)}	
td.page-bottomCenter { width: 760; height: 15px; background-image: url(pix/shdw_bottom_center.gif)}
td.page-bottomRight { width: 24px; height: 15px; background-image: url(pix/shdw_bottom_right.gif)}	
td.page-leftMargin { width: 134px; background-image: url(pix/left_margin_bottom.gif)}
td.page-gutter { width: 2px; background-image: url(pix/gutter.gif)}
td.page-center { background-color: white  }

/* Begin Text Styles */
/* Header color = #B4AD9B */
/* Dark Brown = #32251D */

body {
  color: black;
  background-color: #FAF6ED;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p,ul,ol,li,dl,dt,dd,td,th {
  color: #32251D;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:10pt;
}
		
/* Link Destinations:  http://threeplusone.com/code/links.html */
a:link{text-decoration: none;  color: #00E}
a:visited{text-decoration: none; color: #808}
a:active{text-decoration: underline; color: #066}
a:hover {text-decoration: underline; color: #00E}


h1,h2,h3,h4,h5 {
  color: #32251D;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* Is this used? */
h5.loc {
  font-size: x-small;	
  font-weight: bold;
  text-align: left;			
}

address {font-style: normal; font-size: x-small; }

blockquote { 
        margin: 15pt;
	font-family: skia, verdana, sans-serif; 
	font-size: 100%;
	line-height: 100%;
	color: #000;
	text-align: justify;}

blockquote:first-letter {
	font-family: Albertus, Georgia, "times new roman", times, serif;
	font-size: 160%;
	font-weight: normal;}	
	
cite { text-align: right}

p {text-align: justify}

img {
  border:0;
}

   