html, body {
	margin: 0;
	padding: 0;
	background:#565656;
	color:#404040;
	font-family: Segoe UI,Verdana,Arial,sans-serif;
	font-size: 14px;
}
#menu {
	margin: 0px auto 0px auto;
	padding: 7px;
	color: #ffffff;
	background: #565656;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #dfdfdf;
	border-left-style: none;
	border-right-style: none;
	text-align: center;
}
#menu .item {
	padding: 5px;
	color: #ffffff;
	margin-top: 0px;
	margin-right: 1px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #565656;
	-webkit-text-size-adjust: none;
}

#menu .p_item {
	padding: 5px;
	color: #dafa01;
	margin-top: 0px;
	margin-right: 1px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #565656;
	-webkit-text-size-adjust: none;
}
#menu .item:hover {
	background: #9d0505;
}
#menu .p_item:hover {
	background: #9d0505;
}
#menu #this
{
	background: #880000;
}
#content {
	margin: 3px auto 0 auto;
	background:#9d0505;
	width:980px;
	-moz-border-radius:11px;
	-khtml-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #dfdfdf;
}
#content .banner {
	width:980px;
	height: 84px;
}

#content .right {
	float:right;
}

#content .banner .share{
	position: absolute;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#content .banner .logo{
	position: absolute;
	float: left;
	margin-top: 10px;
	margin-left: 275px;
}

#content .banner .tssi{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

#content .title {
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
}
#content .sub_title {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

#content .sidebar {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	width: 160px;
	font-size: 13px;
	float: right;
	color: #000000;
	background: #ffffff;
	border: 1px solid #9d0505;
	padding: 6px 9px 6px 9px;
}

#content .text {
	padding: 5px 20px 10px 20px;
	background: #f2f2f2;
}

#content p {
	margin: 0px;
}
#footer {
	font-size: 11px;
	margin: 5px auto 10px 10px;
	width:980px;
	line-height: 19px;
	color: #dafa01;
	-webkit-text-size-adjust: none;
}
#footer .bar {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}
#footer a {	
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #00ff00;
}
img {
	border: 0;
}
a {
	text-decoration: none; 
}
a:hover { 
	color: #9d0505;
}
.caption {
	font-size: 12px;
}
.note {
	color: #db6d16;
	font-weight: bold;
}
ul {
	margin-left: 0px;
	padding-left: 15px;
}
h1 {
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	display : inline;
}
h2 {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: normal;
	display : inline;
}
td {  
	padding:4px;
	border-left: 1px solid #9d0505;
	border-top: 1px solid #9d0505;
}
table {  
	border-right: 1px solid #9d0505;
	border-bottom: 1px solid #9d0505;
	border-collapse: collapse;
}
hr {
	border: 1px solid #9d0505;
}