/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 20px;
		padding-top: 20px;
  font-family: georgia, sans-serif;
 font-size: 10px;
background : #F9F9F7 url('/images/backstripes.gif') repeat-x;
	  }

		
	h1 {
	  font-family: tahoma, Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 32px;
	  color: #FF0000;
	  margin-bottom: 20px;
	 	  }
		
	h2 {
	  color: #25569A;
	  font-size: 28px;
font-weight: bold;
	  font-family: tahoma, Helvetica, sans-serif;
		  }

	h3 {
	  color: #25569A;
	  font-size: 16px;
font-weight: bold;
	  font-family: tahoma, Helvetica, sans-serif;
	 	  }
		
	a {
	  color: #000080;
	    text-decoration: underline;
	  font-weight: bold;
	  }

	a:hover {
		  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

/**************** 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;
	  }




