@charset "utf-8";
/* CSS Document */


.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
	height: 100%;
}
.box_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 1px;
	height: 100%;
}

.box a{
	text-decoration: none;
	font-weight: bold;
}
.box a:hover{
	text-decoration: underline;
}
.box_head {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(imgs/box_hd.png);
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box_head_crnr {
	line-height: 12px;
	height: 30px;
	width: 20px;
	float: right;
	margin: 0px;
	background-image: url(imgs/box_hdc.png);
}
.box_body {
	background-color: #4a4641;
	background-image: url(imgs/box_br_l.png);
	background-repeat: repeat-y;
	color: #FFFFCC;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: normal;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.box_body a{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
.box_body a:visited{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration:none;
}
.box_body a:hover{
	color: #FFFFCC;
	font-weight: bold;
	text-decoration:underline;
}
.box_body_edge {
	line-height: 0px;
	background-image: url(imgs/box_brr.png);
	font-size: 5px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: right;
}
.box_foot {
	background-image: url(imgs/box_ft.png);
	line-height: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.box_foot_crnr {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 20px;
	float: right;
	margin: 0px;
	background-image: url(imgs/box_ftc.png);
}

.cont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.cont_head {
	text-align: center;
	color: #302D29;
	font-weight: bold;
	background-image: url(imgs/cont_hd.png);
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 70px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.cont_head_crnr {
	line-height: 12px;
	height: 30px;
	width: 70px;
	float: right;
	margin: 0px;
	background-image: url(imgs/cont_hdc.png);
}
.cont_body {
	background-color: #E0D7CD;
	padding-top: 1px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #333333;
	padding-bottom: 1px;
	color: #000000;
}

.cont_body a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.cont_body a:visited{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.cont_body a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}

.cont_foot {
	background-image: url(imgs/cont_ft.png);
	line-height: 15px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.cont_foot_crnr {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 20px;
	float: right;
	margin: 0px;
	background-image: url(imgs/cont_ftc.png);
}



