/**************** body and tag styles ****************/	/**************** images styles ****************/			a img{	  border: none;	  }	img.left,img.center,img.right {	  padding: 4px;	  border: 1px solid #a0a0a0;	  }	img.left {	  float: left;	  margin: 0 12px 5px 0;	  }	img.center {	  display: block;	  margin: 0 auto 5px auto;	  }	img.right {	  float: right;	  margin: 0 0 5px 12px;	  }	img.rightx {	  float: right;	  margin: 0 0 5px 12px;	  }/**************** footer styles ****************/	#footer {	  margin-top: 15px;	  padding-top: 0px;	  padding-bottom: 0px;	  padding-left: 2px;	  padding-right: 2px;	  clear: both;			width: 742px;	  /*background-color:#139ea7;*/			/*height: 100px;*/			/*background: #f2fbfc;*/			background-image: url(background_tile.png);			/*background-repeat: repeat-y;*/	  }			#footer p {			font-family: sans-serif;			font-size: 1.‚Oem;			color: #139ea7;	  /*color:#FFFFFF;*/	  padding: 5px;	  text-align: center;	  }			#footer p a {	  color: #FFFFFF;	  background-color:#2763A5;	  font-weight:100;	  border-bottom: 1px dotted #FFFFFF;	  }			#footer p a:hover {	  color: #FFFFFF;	  text-decoration: none;	  border-top: 1px dotted #FFFFFF;	  border-bottom: 0px dotted #FFFFFF;	  }