   a {
      font-family: "Times New Roman", Times, serif;
	   font-size: 14px;
      text-decoration: none;
      color: Blue;
   }

   a:hover {
      font-family: "Times New Roman", Times, serif;
      font-size: 14px;
      text-decoration: none;
      color: red;
   }

	.head { color: #555555;
			  font-size: 15pt
	}

	.head :hover{color:red;
			 text-decoration: underline
	}

   .title {
	   font-family: arial, Times New Roman, Times, serif;
      color: #555555;
   }

   .text { color: #444444;
      font-family: arial, Times New Roman, Times, serif;
      font-size: 13px;
      line-height: 140% 
   }

   .smalltext { color: #444444;
      font-family: Times New Roman, Times, serif;
      font-size: 13px;
      line-height: 135%
   }


   .bgcolor{
	   background-color: #E0D5C7;
   }

   .footer{
		font-family: arial, Times New Roman, Times, serif;
		font-size: xx-small;
   	color: #888888;
}
