/* IPMS Review Website Style Sheet
** John Ratzenberger, Assoc WebMaster
** On 1 March 2007, this sheet was obsoleted by "reviewstyle2.css".
** It is used by all reviews prior to that date, unless updated.
** Portions of this style sheet replace the old Front-Page generated style sheet,
** and follow my efforts to expand use of style sheet and eliminate all the
** extraneous & redundant HTML-coding from MSFP ...
*/

/* General style items .. 
*/
.rvw_ipms_notice
{
  font-family: Verdana; 
  font-size: 8pt; 
  color: #000080; 
  font-weight: normal; 
  text-align: center;
  valign: bottom; 
}

/* Review Style Items ...
*/
.rvw_body {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
  margin-top: 0; 
  margin-bottom: 0;
}
.rvw_company {
  font-family: Verdana; 
  font-size: 14pt; 
  color: #000080; 
  font-weight: bold; 
  text-align: center; 
}
.rvw_subject {
  font-family: Verdana; 
  font-size: 14pt; 
  color: #000080; 
  font-weight: bold; 
  text-align: center; 
}
.rvw_item_info {
  font-family: Verdana; 
  font-size: 14pt; 
  color: #000080; 
  font-weight: bold; 
  text-align: center; 
}
.rvw_item_nbr {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000080; 
  font-weight: bold; 
  text-align: center; 
}  
.rvw_reviewer {
  font-family: Verdana; 
  font-size: 12pt; 
  color: #000000; 
  font-weight: bold; 
  text-align: center; 
}  
.rvw_mp_part {
  font-family: Verdana; 
  font-size: 12pt; 
  color: #000000; 
  font-weight: bold; 
  text-align: center; 
}  
.rvw_lead_pix {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-align: center; 
}
.rvw_text {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
}
.rvw_sub_hdg {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: bold; 
  text-decoration: none; 
  text-align: center; 
}
.rvw_list {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: left; 
}
.rvw_other_pix {
  font-family: Verdana; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: center; 
}
.rvw_credit_line {
  font-family: Verdana; 
  font-style: italic; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
}

/* These style items apply directly to HTML tags, not classes ...
** They may specifically override older FP generated style ...
*/
blockquote {
  font-family: Verdana;
  font-style: italic; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: left; 
}
ul {
	list-style-image: none;
}
ul ul {
	list-style-image: none;
}
ul ul ul {
	list-style-image: none;
}

