body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/body_bg.gif) repeat-x;
	background-color: #dddfe2;
}
a {
  color: #ff9601;
  text-decoration: underline;
  outline:none;
}
a:hover {
  color: #CC6600;
  text-decoration: underline;
}
h1 {
  font-family: "Trebuchet MS", Tahoma;
  font-size: 17px;
  color: #586272;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
}
h2 {
  font-family: "Segoe UI", "Trebuchet MS", Tahoma;
  font-size: 14px;
  color: #636363;
  font-weight: bolder;
  margin-bottom: 8px;
  margin-top: 0px;
}
h3 {
  font-family: "Segoe UI", "Trebuchet MS", Tahoma;
  font-size: 12px;
  color: #6e7786;
  font-weight: bold;
  margin-bottom: 8px; 
  margin-top: 0px;
}
p {
  font-family: "Trebuchet MS", Verdana, Tahoma;
  font-size: 12px;
  color: #586272;
  line-height: 18px;
  text-align: justify;  
  margin: 0px;
  padding: 0px;
  padding-bottom: 8px;
}
li {
  font-family: "Trebuchet MS", Verdana, Tahoma;
  font-size: 12px;
  color: #586272;
}
img {
  border: none;
}
