/* CSS Document */
* {padding:0;margin:0;}
body,td,th,p,div,li {
	font-family: Tahoma;
	font-size: 11px;
	color: #444;
}
body {
	margin: 0px;
	background:#ccc;
}
.parent_table {
	width:780px;
	background:#fff;
	margin:auto;
	border-bottom:0px #f00 solid;
	border-top:0px #f00 solid;
	}
table {
	width:100%;
	}
.gryline { 
	background:#fff;
	border-bottom:1px solid #ccc;
	height:1px;
	}
.bg_header {
	background:url(../images/bg_header.gif) no-repeat center;
	height:200px;	
}
hr {padding:50px 0px;}
.top_menu {
	height:17px;
	padding:3px 10px;
	background:#fbc723;
}
.top_menu a {
	color:#333;
	font-size:11px;
	text-decoration:none;
}
.main_section {
	padding:10px 0px;
}
.left_menu {
	vertical-align:top;
	width:202px;
}
.left_menu ul {
	list-style-type:circle;
	list-style-image:url(../images/bull_left_menu.gif);
	padding-left:25px;
	margin:5px;
	}
.left_menu ul li a {
	line-height:28px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	}
.main_center {
	padding:0px 10px;
	background:url(../images/main_center_image.jpg) no-repeat top center;
}
.main_center .center {
	width:0px;
	float:right;
	margin-right:10px;
	}
.main_center .center .txt {
	background:#edb608;
	padding:10px;
	width:229px;
	}
.main_center .center .red {
	background:#fa1722;
	padding-left:10px;
	height:22px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	}
.main_center .center .red a {
	font-weight:bold;
	color:#fff;
	}
.main_center .center .org {
	background:#f18610;
	padding-left:10px;
	border-top:1px solid #edb608;
	height:22px;
	font-weight:bold;
	color:#fff;
	vertical-align:middle;
	}
.main_center .center .org a {
	font-weight:bold;
	color:#fff;
	}
.bortop {
	border-top:1px solid #ccc;
	width:100%;
}
.borright {
	border-right:1px solid #ccc;
}
.borbottom {
	border-bottom:1px solid #ccc;
}
.borleft {
	border-left:1px solid #ccc;
}
.red_header {
	height:20px;
	color:#fa1722;
	vertical-align:top;
	font-weight:bold;
	}
img.spot {
	padding-right:5px;
}
.more a {
	color:#fa1722;
	}