/* test style */
.back_test {
	background-image: url(../pictures/back_test.png);
	background-repeat: repeat;
}
.front_test {
	background-image: url(../pictures/front_test.png);
	background-repeat: repeat-y;
	width: 40px;
}
.front_test_right {
	background-image: url(../pictures/front_test_right.png);
	background-repeat: repeat-y;
	width: 40px;
}
.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
}
.w3c {
	background-color: #3B1E10;
	text-align: right;
	height: 31px;
}
.logo {
	height: 140px;
	width: 140px;
}
.logo_text {
	background-image: url(../pictures/logo_text.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 360px;
}
.logo_pic {
	background-image: url(../pictures/logo_pic.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 380px;
}
a:link {
	color: #3B1E10;
}
a:visited {
	color: #3B1E10;
}
a:hover {
	color: #3B1E10;
}
a:active {
	color: #3B1E10;
}
.menu_row {
	height: 20px;
}
.free_line {
	height: 20px;
}
.caption {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B1E10;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B1E10;
	background-image: url(../pictures/caption_back.png);
	background-repeat: no-repeat;
	background-position: 390px;
}
.bold_text {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B1E10;
}
.norm_text {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B1E10;
}
.error_text {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

