/* Cod for the back and fofrward links*/
ul.paths {
  width : 70%;
}

ul.paths li {
  list-style-image : none;
  list-style-type : none;
  margin-top : 2em;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight : bold;
}

ul.paths li img {
  float : left;
  margin : 0 1em 0 0;
  border : none;
}

ul.paths li a {
  text-decoration : none;
}

ul.paths li a:link, ul.paths li a:visited {
	color : #0000CC;
}

ul.paths li a:hover, ul.paths li a:active {
	color : #CC0000;
	background-color : #FFFFCC;
}

/*Code for the form fields*/

.blu{
	background-color : #FFFFFF;
}

.foc{
	background-color : #E0F8FF;
}

#debit {
	font-size : 1.2em;
	font-weight : bold;
	border : 0;
	color : #990000;
	background-color : #FCFCE8
}

#giftaiddeclaration {
}

#giftaiddeclaration td {
	background : #F0F0F0;
	text-align : right;
}

#giftaiddeclaration td.no {
	background : #CCCCCC;
	text-align : center;
}

#giftaiddeclaration td.yes {
	background : #D8D8D8;
	text-align : center;
}
