@charset "utf-8";
body {
	background-color: #88857e;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
.content-tl {
	width: 28px;
}
.content-tr {
	width: 29px;
}
.content-tm {
	background-image: url(/images/content-tm.jpg);
	background-repeat: repeat-x;
}
.content-bl {
	width: 31px;
}
.content-br {
	width: 29px;
}
.content-bm {
	background-image: url(/images/content-bm.jpg);
	background-repeat: repeat-x;
}
.content-l {
	width: 22px;
	background-image: url(/images/content-l.jpg);
	background-repeat: repeat-y;
}
.content-r {
	width: 22px;
	background-image: url(/images/content-r.jpg);
	background-repeat: repeat-y;
}
.content-m {
	background-color: #ededeb;
}
.content-m p {
}
.content-m h2 {
	font-size: 12px;
	color: #1e668e;
	margin: 0px;
	padding: 0px;
}
.footer td {
	font-family: Tahoman, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.footer a {
	color: #cccccc;
}
.footer a:hover {
	color: #e1f98d;
}
.content-m ul {
	list-style:none;
	padding-left: 15px;
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:5px;
}
.content-m ul li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-left: 10px;
}
.sub-tm {
	background-image: url(/images/sub-tm.gif);
	background-repeat: repeat-x;
}
.sub-l {
	background-image: url(/images/sub-l.gif);
	background-repeat: repeat-y;
}
.sub-r {
	background-image: url(/images/sub-r.gif);
	background-repeat: repeat-y;
}
.sub-bm {
	background-image: url(/images/sub-bm.gif);
	background-repeat: repeat-x;
}
.sub-m {
	background-color: #EBEBEB;
}
.sub-content td {
	background-position: left top;
}
.content-m hr {
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
	width: 100%;
	color:cccccc;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
