﻿body
{
	margin: 0px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	padding-top: 187px;
}
.TitleStyle
{
	color:#2C4852;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;

}
.TextStyle
{
	font-family: Arial;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-top: 5px;
}
.LinkStyle
{
	font-family: Arial;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin-top: 5px;
}
.LinkStyle:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	margin-top: 5px;
}
.PageLine
{
	background-image: url(../img/Line.png);
	background-repeat: no-repeat;
	width: 508px;
	height: 15px;
}
.PageBack
{
	background-image: url(../img/PageBack.png);
	background-repeat: repeat-x;
	height: 259px;
	padding-left: 14px;
	padding-top: 26px;
}
ul
{
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.FL
{float:left;}
.C
{
	clear:both;
}
