@charset "utf-8";
body {
	background-color: #ACAEFB;
}

.backg {
	background-image: url(backg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #6699FF;
	font-size: 30px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #33CCFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3366FF;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3366FF;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3366FF;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3366FF;
}
a:active {
	font-weight: normal;
		font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
		font-weight: bold;
	text-decoration: none;
}
.left {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.right {
	float: right;
	padding-left: 15px;
	padding-top: 5px;
}
.txt_smll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
