body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 16px;
	color: #FF6691;
	font-weight: bold;
}
h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
h3 {
	padding: 0 0 4 0;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}
h4 {
	padding: 0 0 4 0;
	margin: 0 0 0 0;
	font-size: 12px;
	color: #663300;
	font-weight: normal;
}

hr {
	display:none;
}
.line {

	background:url(../images/line.gif) repeat-x top;
	height:4px;
	margin:0 0 0 0;
	width:100%;
}
a {
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color:#003399;
	font-weight: bold;
}
a:visited {
	color:#660099;
	font-weight: bold;
}
a:hover {
	color:#3366CC;
	font-weight: bold;
}
.bg-head {
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}
.f-contents {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}
.f-small {
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}
.f-large {
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}
