body {
	margin: 0;
	padding: 0;
	background: #FAFAFA;
	color: #101010;
	font-size: 13px;
	text-align: center;
}

body a{
	color: #101010;
}

td {
	font-size: 14px;
	line-height: 22px;
}

p{
	padding: 1px;
	margin: 1px;
}

h1{
	margin: 0;
	padding: 10px;
	color: #996633;
}


h2{
	margin: 0;
	padding: 5px;
	color: olive;
/*	border-bottom: 1px dotted #996633; */
	font-size: 15px;
}

h3{
	margin: 0;
	padding: 5px;
	color: #996633;
	border-bottom: 1px solid #996633;
	font-size: 16px;
}


pre{
	text-align: left;
	width: 700px;
	overflow: hidden;
}

.MainTable{
	margin: auto;
	overflow: hidden;
	text-align: left;
}

.TDLogo{
	background: #FAFAFA;
	height: 280px;
	background-repeat:no-repeat;
	background-position: center;
	text-align: right;
	vertical-align: bottom;
	font-size: 8px;
}

.TDSideBar{
	background: #FAFAFA;
}

.TDContent{
	background: #FAFAFA;
	overflow: hidden;
	width: 760px;
	vertical-align: top;
	padding: 8px;
	font-size: 14px;
	text-align: left;
	height: 300px;
}

.TDFooter{
	background: #E8E8E8;
	height: 40px;
	color: gray;
}

.SideMenu{
	padding-right: 0;
	margin-right: 0;
	height: 50px;
}
.SideMenuLink{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	width: 100px;
	display: block;
	background-color: #EEEEEE;
}

.SideMenuLinkActive{
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	color: gray;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	width: 100px;
	display: block;
	background-color: #FAFAFA;
}

.TopicInfo{
	font-size: 12px;
	color: gray;
	text-align: left;
}


.TopicTitle a{
	color: #996633;
	font-size: 17px;
	font-weight: bold;
}

.TopicTitle_Private a{
	color: gray;
	font-size: 17px;
	font-weight: bold;
}

.TDViewContent{
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 15px;
	width: 630px;
}

.WriteTable{
	margin: 3px;
	background: #EEEEEE;
	border: 1px dotted #996633;
	padding: 3px;
	overflow: hidden;
	width: 555px;
}


.LeaveTable{
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

.table_comment_item{
	padding: 3px;
	width: 700px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.table_comment_item_hover{
	background: #EEEEEE;
	padding: 3px;
	width: 700px;
	margin-top: 2px;
	margin-bottom: 10px;
}


.td_comment_item{
	overflow: hidden;
	word-wrap: break-word; 
	word-break: break-all;
}


.tr_page_nav{
	color: gray;
	font-size: 12px;
	text-align: center;
}

.a_title{
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}

input{
	border: 1px solid gray;
	padding: 2px;
	background-color: white;
	color: black;
}
textarea{
	border: 1px solid gray;
	padding: 2px;
	font-size: 12px;
	background-color: white;
	color: black;
}
