/* ECPM Website Style Sheet for the "new" article format ... */
/* John Ratzenberger, WebMaster */


/* These style items apply directly to HTML tags, not classes ...
** They may specifically override older FP generated style ...
** And they may get replaced/modified as I go along ...
*/
body  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal;
	color: #000000; 
	background-color: #21527B;
  font-weight: normal; 
  text-decoration: none; 
  margin-top: 0; 
  margin-bottom: 0;
}
table  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal;
	color: #000000; 
  border-style: solid;
	border-width: 0;
}
blockquote {
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-style: italic; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: left; 
  margin-top: 0; 
  margin-bottom: 0;
}
ul {
	list-style-image: none;
}
ul ul {
	list-style-image: none;
}
ul ul ul {
	list-style-image: none;
}
.titlebar {
  width: 100%;
	text-align: center;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}
.subtitle {
  width: 100%;
	text-align: center;
  background-color: #D8D8D8;
}

/* link handling */
a         { text-decoration: none;}		/* no underline */
a:link    {color: #0000FF; font-style: italic; font-weight: bold;}	 	/* blue, italic */
a:visited {color: #0000FF; font-style: italic; font-weight: bold;}		/* blue, italic */
a:active  {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */
a:hover   {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */

/* ECPM rights notice at article bottom */
.ecpm_notice {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 8pt; 
  color: #000080; 
  font-weight: normal; 
  text-align: center;
  valign: bottom; 
}
/* Article Style Items */
.article_pix {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: center; 
}
.article_text {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
}
.article_body {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
	background-color: #D8D8D8;
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
  margin-top: 0; 
  margin-bottom: 0;
}
.article_list {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: left; 
}


