
body
{
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	font-family: "宋体", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
}

A
{
	font-size: 13px;
	color: #555555;
	line-height: 20px;
	text-decoration: underline;
}

/***********************************************
	Top Menu Style
***********************************************/
.TopMenu
{
	background:url(../images/TopMenu_bg.jpg);
}

.TopMenuItem
{
	vertical-align: bottom;
	text-align:center;
	width: 100px;
}

.TopMenuItem A
{
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
	line-height: 21px;
	text-decoration: none;
}

/***********************************************
	Side Menu Style
***********************************************/
.MenuPane
{
	width:210px;
	text-align:left;
	vertical-align:top;
	background-image: url(../images/Menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

table.Menu
{
	border:1px solid #cfcfcf;
	background-color:#f5fcfe;
	margin-left:8px;
	width: 195px;
}

div.DynamicMenu
{
	border:1px solid #7f7f7f;
	background-color:#f5fcfe;
	position1: absolute;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4);
}

div.MenuItem
{
	border-bottom:1px dotted #B1BEC4;
	padding-left:20px;
	margin-left:10px;
	margin-right:10px;
	white-space: nowrap;
	line-height:30px;
	font-weight: bold;
	color: #6A6A6A;
}

.DynamicMenuItem
{
	border-bottom:1px dotted #B1BEC4;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
	line-height:30px;
	font-weight: bold;
	color: #6A6A6A;
}

A.MenuItem:hover
{
	text-decoration: underline;
}

A.DynamicMenuItem:hover
{
	text-decoration: underline;
}

/*

.MenuItem span
{
	white-space: nowrap;
	display:block;
	line-height:30px
}

.MenuItem A
{
	color: #6A6A6A;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

.MenuItem A:hover
{
	text-decoration: underline;
}
*/


/***********************************************
	Content Style
***********************************************/
.ContentPane
{
	width:650px;
	text-align:left;
	vertical-align:top;
}

.Navigator
{
	background-image: url(../images/Nav_bg.jpg);
	width: 628px;
	height: 23px;
	font-weight: bold;
}

/***********************************************
	Footer Style
***********************************************/
.Footer
{
	width:100%;
	background-image: url(../images/Footer_bg.jpg);
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.TechSupport
{
	font-size: 12px;
	line-height: 25px;
	color: #c9c5c4;
}

.Footer A
{
	font-size: 12px;
	color: black;
	line-height: 20px;
	text-decoration: none;
}

.Footer A:hover
{
	text-decoration: underline;
}

/***********************************************
	Pager Style
***********************************************/
.Pager A
{
	font-size: 12px;
	line-height: 25px;
	text-decoration: underline;
}

/***********************************************
	PhotoGallery Style
***********************************************/
.PhotoGallery A
{
	text-decoration: none;
}

.PhotoGallery A:hover
{
	text-decoration: underline;
}

/***************/

A.ButtonLink
{
	font-size: 13px;
	color: #555555;
	line-height: 20px;
	text-decoration: underline;
}

A.DetailLink
{
	font-size: 13px;
	color: #555555;
	line-height: 20px;
	text-decoration: underline;
}

