body {
  margin: 0px;
  padding: 0px;
  background-color: #e0e0e0;
}
form {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}
body, th, td, input, textarea, select {
  margin-top: 25px;
  font-family: "Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #757575;
}
p, blockquote, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: justify;
}
p.alignleft {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: left;
}
p.aligncenter {
  margin-top: 0px;
  margin-bottom: 1em;
  text-align: center;
}
a.white {
  color: #ffffff;
}
a:hover {
  text-decoration: none;
}
.link1 {
  text-decoration: none;
  color: #c2c2c2;
}
.link2 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.link3 {
  color: #c04159;
}
.text1 {
  letter-spacing: -1px;
  font-size: 34px;
  color: #ffffff;
}
.text2 {
  color: #bababa;
}
.text3 {
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}
.text4 {
  background-color: #f3f3f3;
  font-size: 22px;
  color: #575757;
}
.text5 {
  color: #a8a8a8;
}
.text6 {
  padding: 2px 5px;
  background-color: #575757;
  color: #ffffff;
}
.style1 {
  font-size: 10px;
  color: #c7c7c7;
}
.style1 a {
  text-decoration: none;
  color: #c7c7c7;
}
.style1 a:hover {
}
.bg1 {
  background-color: #f3f3f3;
  height: 142px;
}
.bg2 {
  background: transparent url(images/img1.jpg) repeat-y scroll left top;
}
.bg3 {
  background-color: #525252;
}
.bg4 {
  background: url(images/gradient2.png) repeat-x scroll left top;
  }
  
.align-justify {
  text-align: justify;
}
.align-right {
  text-align: right;
}
img {
  border:  none;
}
.img1 {margin-top: 3px;
		margin-right: 15px;
		margin-bottom:0px;
		margin-left: 0;
		float: left;
}
.img2 {
  margin: 3px 0px 0px 15px;
  float: right;
}
img.v_center {
    vertical-align: middle; }
    
img.full_center {
	text-align: center;
	vertical-align: middle;

hr {
  display: none;
}
.hr1 {
  height: 1px;
}
p.center { text-align: center; } 