body {
	margin: 0 0 0 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; 
	line-height: 140%;
	color:#333333;
}







/* Cause pages to shrink to 88% when printed */



























































	
	
/* standard header styles ========================
   sets the style for the standard HTML headers */

   h1 {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 21px;
   	color: Silver  ;
   	margin: 0 0 0 0;
   	}

   h2 {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 13px;
   	margin: 0 0 0 0;
      padding: 0 0 0 0;
   	}

   h3 {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 17px;
   	line-height: 1.25em;
   	color:Silver;
   	margin: 0 0 0 0;
   	}

   h4 {
   	font-weight: normal;
   	font-style: italic;
   	font-size: 11px;
   	margin: 0 0 0px 0;

   	}

/* standard table styles =========================
   sets the default table style  */


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}