﻿body, html, form
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color: #354853;
	line-height: 18px;
}

a
{
	font-family: Arial;
	font-size: 14px;
	color: #354853;
	line-height: 18px;
}

a:hover
{
	font-family: Arial;
	font-size: 14px;
	color: #99adb9;
	line-height: 18px;
}

div.Main
{
	width: 100%;
	background-color: #FFFFFF;
}
div.Top
{
	width: 100%;
	height: 250px;
	background-image: url(Images/Top.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
div.Content
{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
div.ListItem
{
	width: 142px;
	margin-top: 20px;
	text-align: left;
}