﻿body
{
	margin-top: 0px;
	text-align: center;
	font-size: 12px;
	

}
.DefaulsTable
{
	font-size: 12px;
}
.TreeTD
{
	border-right: #AFD3EB 1px solid;
	border-top: #AFD3EB 1px solid;
	border-left: #AFD3EB 1px solid;
	border-bottom: #AFD3EB 1px solid;
}
.Content
{
	background-color:#fbede6;
}
.ContentTable
{
	background-color: #FFFFFF;
}
/*左侧导航*/
a.LeftLink:link
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a.LeftLink:active
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a.LeftLink:visited
{
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a.LeftLink:hover
{
	font-size: 12px;
	color: red;
	text-decoration: none;
}
