/* ECPM Website Style Sheet -- frame header blocks ....
** John Ratzenberger, WebMaster
** Used solely to handle frame header blocks ...
*/

body  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal; 
	color: #000000; 
	background-color: #21527B;
}
/* table handling, until I replace with pure css */
table  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal; 
	color: #000000; 
  border-style: solid;
	border-width: 0;
}
/* 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 */

.1row2 {			/* row 2 is site menu bar */
	color: #9999FF;		 	 		 /* dead-ends will be greyed slightly */
	font-style: italic;			 /* italic text for dead-ends */
}
.1row3 {			/* row 3 is page title bar */
  width: 100%;
	text-align: center;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}
.1row4 {			/* row 4 is spacer/subtitle */
  width: 100%;
	text-align: center;
  background-color: #D8D8D8;
}
.yellowtext {   /* yellow text for headings in hyperlink menus */
	color: #FFFF00; 
}


