/*------------{ Penn Collective Stylesheet }-------------*/
/*       Taken from http://www.penncollective.com        */
/*              (c) 2002 Matthew R. Russak.              */
/* No portion of this document may be reproduced/altered */
/*      without the written consent of the author.       */
/*-------------------------------------------------------*/

/*---------------{ body }---------------*/
body {
	background-color:#333399;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*--------------{ td }-----------------*/
td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/*---------------{ a }-----------------*/
a.faq {
  color: #999999;
	text-decoration: none;
}

a.faq:hover {
  color: #000000;
	text-decoration: none;
}

a.menu {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

a.menu:hover {
  color: #9999FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

a.menu:active {
  color: #9999FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

/*---------------{ span }---------------*/

input, textarea, option {
	/*background-color: #FFFF99;*/
	background-color: #FFFFCC;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

input.button {
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

input.radio {
	background-color: #FFFFFF;
	border-width: 0px;
}

/*--------------{ img }--------------*/
img {
  border-style: none;
}
