body {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color:#E1E4FF;
}

div {
	 /* border: 1px solid #FFF; */
}

.mContainer {
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 800px;
	padding-bottom:10px;
	padding-top:10px;
}

.infoBox {
	width:400px;
}


.b_top_left {
	background-image: url("../images/b_top_left.png");
	width:15px;
	height:22px;
}

.b_top_mid {
	background-image: url("../images/b_top_mid.png");
	background-repeat: repeat-x;
	height:22px;
}

.b_top_right {
	background-image: url("../images/b_top_right.png");
	width:15px;
	height:22px;
}

.b_mid_left {
	background-image: url("../images/b_mid_left.png");
	background-repeat: repeat-y;
	width:15px;
	height:100%;
}

.b_mid_content {
	padding-left:2px;
	padding-right:13px;
	background-color:#FFF;
}

.b_mid_right {
	background-image: url("../images/b_mid_right.png");
	background-repeat: repeat-y;
	width:15px;
	height:100%;
}

.b_bottom_left {
	background-image: url("../images/b_bottom_left.png");
	width:15px;
	height:24px;
}

.b_bottom_mid {
	background-image: url("../images/b_bottom_mid.png");
	background-repeat: repeat-x;
	height:24px;
}

.b_bottom_right {
	background-image: url("../images/b_bottom_right.png");
	width:15px;
	height:24px;
}

a {
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #800;
}

a:visited {
	color: #800;
}

a:hover {
	color: #5584FF;
}