@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(img/bg/circl22.jpg);
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #0050B0;
}
a:active {
	text-decoration: none;
	color: #0050B0;
}

html, body {
  height: 100%;
}

.content_txt1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

.content_txt2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.content_txtRED {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00 ;
}

.link_bottom {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.bottom_tiny_txt {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
