﻿
body
{
	background-color: #f6efd8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/XXX.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
}

.Pager
{
	border: #CCCCCC 1px solid;
	margin: 0px auto;
	width: 710px;
	background-color: White;
}
.Head
{
	display: block;
	float: left;
	margin: 10px;
}
.HeadLogo
{
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

.HeadText
{
	float: right;
	margin-top: 20px;
	padding-right: 50px;
}
.Banner
{
	background-image: url('../images/Banner.jpg');
	background-repeat: no-repeat;
	width: 683px;
	height: 187px;
}

.Bar
{
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url('../images/Bar.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 683px;
}

.Bar span
{
	display: block;
	float: left;
	margin: 8px 5px 5px 5px;
	font-weight: bold;
	font-size: 13px;
	color: #6286a7;
}
.Content ul
{
	margin: 0px;
}
.Content ul li
{
	display: block;
	float: left;
	width: 170px;
}
.Content ul li h4
{
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.Bottom
{
	margin: 10px;
	margin-top: 30px;
	clear: both;
	display: block;
}

a:link
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #FF0000;
}

