body {
	background-color: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h1 {
  font-size: 16px;
  color: blue;
  text-align: center;
  background-color: yellow;
}

h2 {
  font-size: 16px;
  color: red;
  text-align: center;
  background-color: yellow;
}

h3 {
  font-size: 14px;
  color: red;
  text-align: left;
}

.font_12px {
  font-size: 12px;
}

.font_11px {
  font-size: 11px;
}


.tbl_0sp {
  margin: 0px;
  padding: 0px;
}

.left_td {
	background-attachment: scroll;
	background-image: url(../images/left_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.grey01 {
	background-color: #909090;
}
.grey02 {
	background-color: #ADADAD;
}
.grey03 {
	background-color: #DFDFDF;
}
.section_name {
  background-color: #0071ff;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
}
