body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Tahoma, Arial;
	background-color:#FFF;
	background-image:url(img/header_bg.jpg);
	background-repeat:repeat-x;
	color:#666666;
}
a {
  color:#333;
  border:none;
  text-decoration:none;
}
a:hover {
  color:#AE0000;
}
h1, h2, h3, h4, h5, h6, ul, li, p {
    margin:0px;
	padding:0px;
}


.footer_bg {
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	height:124px;
}

/****  text  ****/
.txt1 {
  font-size:13px;
  color:#666;
  font-weight:normal;
}
.txt1 a{
  color:#008CBB;
  text-decoration:none;
}
.txt1 a:hover{
  color:#333;
}

.txt2 {
  font-size:12px;
  color:#666;
  font-weight:normal;
}
.txt2 a{
  color:#008CBB;
  text-decoration:underline;
}
.txt2 a:hover{
  color:#333;
}