
body
{
	margin: 0;
	background-color: #FFFFFF;
	font-family: "宋体", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

A1
{
	font-size: 13px;
	color: #555555;
	line-height: 20px;
	text-decoration: underline;
}

a {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #006DD3;
}

a img {
	border:none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
	clear: both;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/***********************************************
	Top Menu Style
***********************************************/
table.TopMenu
{
	margin:0;
	padding:0;
}

td.TopMenuItem
{
	vertical-align: bottom;
	text-align:center;
	padding:0;
	margin:0;
}

.TopMenuItem A
{
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 21px;
	text-decoration: none;
	outline: none;
}

.TopMenuItem A:hover
{
	text-decoration: underline;
}

/***********************************************
	Side Menu Style
***********************************************/
.MenuPane
{
	text-align:left;
	vertical-align:top;
}

table.Menu
{
}

.MenuItem a
{
	outline: none;
}

/***********************************************
	Navigator Style
***********************************************/

.Navigator
{
	color: #6A6A6A;
	font-weight: bold;
}

.Navigator A
{
	font-size:12px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}


/***********************************************
	Content Style
***********************************************/
.ContentPane
{
	width1:650px;
	text-align:left;
	vertical-align:top;
}

/***********************************************
	Footer Style
***********************************************/
.Footer
{
	width:100%;
	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;
}

table.Pager {
	width:100%;
}

.Pager td#TotalInfo {
	width: 100%;
	padding-left: 2em;
}

.Pager td {
	white-space: nowrap;
}

.Pager #PageSize select {
	vertical-align: middle;
}

/***********************************************
	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;
}


