/* CSS Document */
body {
	margin: 0px;
	background-image:    url("../img/back.gif");
	margin-top: 50px;
}
h1 {
	margin:0;
	padding:0;
	color: #FFFFFF;
}
h3 {
	margin:0;
	padding:0;
	color: #000000;
}
.title_back {
	background-color: #006600;
	background-image:    url("../img/title_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
.main_text {
	font-size: 90%;
	line-height: 1.3em;
	color: #666666;
}
.copy_right {
	font-size: small;
	color: #FFFFFF;
}
.main_boder {
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006500;
	border-left-color: #006500;
}
.bot_back {
	background-color: #006500;
	background-image:    url("../img/bot_back.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.txt_small {
	font-size: 12px;
	color: #333333;
}
.txt_mid {
	font-size: 14px;
	color: #333333;
}
a:link {
	font-size: 12px;
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF3333;
	text-decoration: underline;
}

