body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-x;
}
.type {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
a.type:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.bold {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}
.title {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #669900;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.color {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #742D25;
	text-decoration: none;
	line-height: 15px;
}
.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.small:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.background_x {
	background-repeat: repeat-x;
}
.background_y {
	background-repeat: repeat-y;
}
.background_once {
	background-repeat: no-repeat;
}
.border_01 {
	border: 1px solid #CCCCCC;
}