﻿.WebFooter
{
	width:100%;
	text-align:center;
	font-family:Arial;
}

.WebFooter ul
{
	margin:0;
	padding:0;
	margin:0 0 0 240px;
	*margin:5px 0 0 200px;
}

.WebFooter ul li
{
	float:left;
    list-style:none;
}

.WebFooter ul li a:link,
.WebFooter ul li a:visited
{
	color:#FFFFFF;
	font-size:10px;
	padding:0 3px 0 3px;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
}

.WebFooter ul li a:hover
{
	text-decoration:underline;
}

.WebFooter h1
{
	margin:0;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
}