﻿/****Common****/
body
{
	margin:0 auto;
	font-size:12px;
	font:12px "宋体","Arial","Verdana";
}

img 
{
	border:0px;
}

form
{
	border:0px;
	margin:0px;
	padding:0px;
}

div
{
	border:0px;
}

table
{
	padding:0px;
	margin:0px;
	vertical-align:top;
}

p
{
	margin:0px;
	padding:0px;
}

font.focus
{
	color:#9470ca;
	font-weight:bold;
}

div.clear
{
	clear:both;
}

div.space
{
	height:10px;
}

div.PageFrame
{
	width:996px;
	margin:0 auto;
	text-align:left;
}

/****顶部开始****/
div.PageFrame div.Header
{
	width:996px;
	height:140px;
}

div.Header1
{
	background:url("../images/Header_Bg_1.jpg") no-repeat;
}

div.Header2
{
	background:url("../images/Header_Bg_2.jpg") no-repeat;
}

div.Header3
{
	background:url("../images/Header_Bg_3.jpg") no-repeat;
}


div.PageFrame div.Header div.HeaderLinks
{
	float:right;
	padding:20px 30px 0px 0px;
	color:#eed0ff;
}

div.PageFrame div.Header div.HeaderLinks a.TopLink:link,a.TopLink:visited
{
	color:#eed0ff;
	font-weight:bold;
	text-decoration:none;
}

div.PageFrame div.Header div.HeaderLinks a.TopLink:hover,a.TopLink:active
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
/****顶部结束****/

/****底部开始****/

div.PageFrame div.Footer
{
	clear:both;
	width:996px;
	height:106px;
	background:url("../images/Footer_Bg.gif") no-repeat;
}
/****底部结束****/

/****主体****/
div.PageFrame div.MainBody
{
	width:996px;
	background:url("../images/Body_Bg.gif") repeat-y;
}

