body, html {
  background: #f7f7f7;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

img {
  border: 0px;
}

body, table, td, div {
  font-size: 12px;
  color: #5d5d5d;
  font-family: tahoma, arial, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

a:link {
  color: #2a5dab;
  text-decoration: underline;
}

a:visited {
  color: #2a5dab;
  text-decoration: underline;
}

a:hover {
  color: #2a5dab;
  text-decoration: none;
}


.sp_btmn {
  margin: 0px 7px 0px 7px;
}

.tgb{
  background: #ededed;
  padding: 0px;
}

.time{
  font-size: 10px;
  color: #626262;
}


.float_left{
  position: relative;
  float: left;
  border: 0px;
}

.float_right{
  position: relative;
  float: right;
  border: 0px;
}

.float_none{
  position: relative;
  float: none;
  border: 0px;
}

.absolute{
  position: absolute;
  border: 0px;
}

.fixed{
  border: 0px;
}

.page_title {
  width: 100%;
  margin: 0px;
  overflow: hidden;
}

.page_text {
  width: 100%;
  background: #f0f0f0;
  padding: 10px;
  margin: 0px;
  overflow: hidden;
}