body {
	color: black;
	background: white;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
	margin-right: 4px;
	}

html>body {margin: 0}

div.topleft {
	position: absolute;
	top: 0;
	right: 140px;
	bottom: 130px;
	left: 0;
	width: 140px;
	height: 130px;
	background: #69F url(images/topleft.jpg);
	color: black;
	}

div.topright {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 130px;
	left: 140px;
	width: auto;
	height: 130px;
	border-left: 4px solid #33F;
	padding-left: 1em;
	}

div.bottomleft {
	position: absolute;
	top: 130px;
	right: 140px;
	bottom: 0;
	left: 0;
	width: 140px;
	height: auto;
	padding-top: 1em;
	border-top: 4px solid #33F;
	}

div.bottomright {
	position: absolute;
	top: 130px;
	right: 0;
	left: 140px;
	width: auto;
	height: auto;
	border-top: 4px solid #33F;
	border-left: 4px solid #33F;
	background: #DEF;
	color: black;
	}

div.bottomrightbottom {
	position: relative;
	bottom: 0;
	width: auto;
	height: 18px;
	background: #69F url(images/bottomrightbottom.jpg) no-repeat right;
	}

div.bottomleft a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 140px;
	padding: 3px 0 3px 15px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 4px solid white;
	border-right: 5px solid white;
	background-color: white;
	color: #006;
	}

body>div.bottomleft a {
	width: 117px;
	}

div.bottomleft a:hover {
	color: #009;
	background-color: #DEF;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	border-left: 4px solid #69F;
	border-right: 4px solid #69F;
	}

p.titletext {
	margin-left: 1.5em;
	}

p.titletext:first-letter {
	font-size: 1.5em;
	vertical-align: middle
	}

span#a {
	font: small-caps .8em sans-serif;
	color: #900;
	}

span#b {
	font: 1.7em "Allegro BT", "Amazone BT", "English111 Vivace BT", "Trebuchet MS", "Lucida Console", "Comic Sans MS", fantasy;
	color: #909;
	position: relative;
	top: .3em;
	margin: 0 .2em;
	}

span#c {
	font: italic bold .8em serif;
	color: #009;
	padding-right: 5%;
	position: relative;
	top: .7em;
	}

div.topright h1 {
	color: #006;
	}

p#caution {
	display: none;
	}

#caution {
	font-weight: bold;
	color: maroon;
	text-align: left;
	margin-top: 1em;
	}

a img {
	border: 0;
	}

.center {
	text-align: center;
	}

div.body {
	padding: .1em 1em 1em;
	}

div.bottomright p {
	font: bold 1em verdana, sans-serif;
	}

div.bottomright h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	border-bottom: 2px solid #006;
	text-indent: 1em;
	width: 65%;
	}

h4 {
	margin-top: 2em;
	}




/* Amazon widget A tags */
  .azHREF{text-decoration:none;font-size:10px;}
  
/* Amazon widget IMG tags */
  .azIMG{border:0;}
  
/* Amazon widget Main container DIV tag */
  .azDIVMain{height:80px;overflow:hidden;position:relative;border:1px solid darkred;width:140px;}
  
/* Amazon widget Inner scrolling DIV tag */
  .azDIVInner{top:-10px;position:relative;}
  
/* Amazon widget Even-numbered alternating inner DIV tags */
  .azDIVa{clear:both;height:88px;overflow:hidden;background-color:#f3f3f3;}
  
/* Amazon widget Odd-numbered alternating inner DIV tags */
  .azDIVb{clear:both;height:88px;overflow:hidden;}
  
/* Amazon widget inner TABLE tags */
  .aziTABLE{padding:0px;}
  
/* Amazon widget inner TR tags */  
  .azTR{vertical-align:top;}
  
/* Amazon widget Even-numbered alternating inner TD tags */
  .azTDa{font-size:10px;font-family:arial;}
  
/* Amazon widget Odd-numbered alternating inner TD tags */  
  .azTDb{font-size:10px;font-family:arial;}
  
/* Amazon widget Price Listing */  
  .azPrice{color:darkred;}
