/* author: Tim weyrich
   image shadows modded from Craig Donner's home page
 */
   
/* body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff;
	color: #454545; 
} */

body { 
	padding: 24;
	margin: 0; 
	font-family: Myriad Pro, Lucida Sans, Lucida Grande, Helvetica, Arial, sans-serif;
/*        font-size:  0.2em ; */
        font-size: 82%;
	line-height: 105%;
	background: #fff;
/*	color: #454545; */
}

h1 { font-size: 150% }
h2 { font-size: 130% }
h3 { font-size: 120% }
/*p { font-size: 90%; }*/
/*tr { font-size: 90%; }*/
td { font-size: 82%; }

a {	color: #448;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

.image {
	float: left;
	margin: 0 9px 3px 0;
}

.img-shadow {
  float:left;
  background: url(shadow.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  /* top, right, ?, ?: */
  margin: 5px 5px 0 5px !important;
  margin: 5px 5px 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  }

