/* phs01.css 2/21/2009 10:17AM */
BODY {
  color : #000000;
  background-color : #fcfce9;
  font-family : Arial, Geneva,Helvetica, sans-serif;
  font-size : 12px;
  margin : 0px;
  padding-left : 0px;
  padding-top : 0px;
  text-indent : 0px;
  line-height : 12px;
  SCROLLBAR-HIGHLIGHT-COLOR: #006699;
  SCROLLBAR-SHADOW-COLOR: #006699;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: White;
	SCROLLBAR-TRACK-COLOR: #faebd7;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #006699;
}

TD {
   font-family : Arial, Geneva,Helvetica, sans-serif;
   font-size   : 14px;
   color       : #000000;
   white-space : normal;
}

DT {
   line-height : 26px;
}
DD {
   line-height : 26px;
}
LI {
   line-height : 26px;
}
P.halfp {
   line-height : 7px;
}
DD.comp {
   line-height : 16px;
}


/* default / typical link attrubutes */
/* link==#006699 */
A:link {
  color : blue;
  text-decoration : none;
}
A:visited {
  color : blue;
  text-decoration : none;
}
A:hover {
  color : white;
  text-decoration : none;
}

TD.menu:link {
  color : #006699;
  text-decoration : none;
}
TD.menu:visited {
  color : blue;
  text-decoration : none;
}
TD.menu:hover {
  color : white;
  text-decoration : none;
}

A.basic:link {
   color : blue;
   font-size : 14px;
   font-weight : bold;
   text-decoration : none;
}
A.basic:visited {
   color : #333399;
   font-size : 14px;
   font-weight : bold;
   text-decoration : none;
}
A.basic:hover {
   color : black;
   font-size : 14px;
   font-weight : bold;
   text-decoration : none;
}

A.blue:link {
   color : blue;
   text-decoration : none;
}
A.blue:visited {
   color : #333399;
   text-decoration : none;
}
A.blue:hover {
   color : black;
   text-decoration : none;
}

TD.tabnavdate{
	font-family: verdana,arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-right: 6px;
	padding-left: 2px;
	text-decoration: none;
	color: white;
}


input{
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
}
select {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 10px;
	color :black;
}

