/*
	Modified: RPS 10.27.2003
	Added P.news, .newsHead; changed color specs to RGB; quoted multi-word typeface
	names.
	
 */
 
BODY {
  color: #000000;
}

H2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: large;
  color: #000000;
}

H3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: medium;
  color: #000000;
}


P {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: small;
  color: #000000;
}

.typed {
  font-family: "Courier New", Courier, fixed;
}

P.comments {
  font-size: x-small;
}

P.note {
  font-size: x-small;
}

P.footer {
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, Helv, sans-serif;
  font-style: italic;
  font-size: xx-small;
}

/* RPS 10.27.2003 */
P.news {
	border: 1px solid #C0E6C3;
	
	padding: 0.750em;
	
	background-color: #E1F3C8;
}

/* RPS 10.27.2003 */	
.newsHead {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: small;
	font-weight: bold;
	font-style: italic;
	
  color: #000000;
}
		
TH {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: small;
  background-color: #C0E6C3;
}

TD {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: small;
}

TR.header {
  background-color: #C0E6C3;
}

TR.odd {
  background-color: #E1F3C8;
}

DT {
  font-style: italic;
  font-size: small;
}

DD {
  font-size: small;
}

A {
  color: #0000CC;
}

A:Visited {
  color: #CC0000;
}

A:Hover {
  background-color: yellow;
}

.header {
  margin-bottom: 10pt;
}

.headernav {
  background-color: #E1F3C8;
  font-size: x-small;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.headernavsel {
  background-color: #C0E6C3;
  font-size: x-small;
  font-family: Georgia, "Times New Roman", Times, serif;
}

