/* ECPM Website Style Sheet for the "new" contest format ... */
/* John Ratzenberger, WebMaster */

.contest_body  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	background-color: #F3F3F3;
  font-weight: normal; 
  text-decoration: none; 
  margin-top: 0; 
  margin-bottom: 0;
}
.contest_table  {
  width: 90%;
  border: 0;
  border-width:0;
  cell-spacing: 0;
  cell-padding: 0;
}
.contest_title {
  width: 100%;
	text-align: center;
  background-color: #F3F3F3;
	color: #21527B;
	font-weight: bold;
}
.posting_date {
  width: 100%;
	text-align: center;
  background-color: #F3F3F3;
}
.contest_pix {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: center; 
}
.contest_text {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: normal; 
  text-decoration: none; 
  text-align: justify; 
}

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;
}

/* 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; 
}

