html
{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
}

body
{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	background:  #B2B2B2 0 0 repeat-x;
	text-align: center;
	color: #FFF;
}

img
{
  border: none;
}

h1
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 140%;
}

.textBar
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textBarBold
{
	text-align: center;
	font-weight: bold;
}

.bannerBar
{
}

a,
a:link,
a:visited,
a:active
{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover
{
	text-decoration: underline;
}
