body {
	background-image: url(../img_home/blend.jpg);
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #666;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	list-style-position: inside;
	list-style-type: square;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
	position: relative;
	bottom: auto;
	background-color: #CCC;
	letter-spacing: 5px;
	vertical-align: bottom;
	word-spacing: normal;
	text-decoration: none;
}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #C30;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
.botton {
	background-color: #369;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #009;
	border-bottom-color: #003;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
}
