body
{
	font-family: Arial;
	font-size: 12pt;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}
h1.Error
{
	color: Red;
	font-variant: small-caps;
	font-size: 1.2em;
}
h3
{
	font-size: 100%;
}
form
{
	background-color: aliceblue;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#header
{
	background-image: url(images/2.jpg);
	height: 81px;
}
#hdrTitle
{
	float: right;
	margin-right: 20px;
}
#hdrImage
{
	float: left;
}

#menu
{
	background-image: url(images/3.jpg);
	height: 19px;
	font-size: 0.7em;
	text-align: right;
	padding-right: 10px;
}

#content
{
	padding: 10px;
}
#cntDesc1
{
}
#cntDesc2
{
	clear: both;
}
#cntTimer
{
	float: left;
	display:inline;
}
#cntLogo
{
	clear: both;
	display:inline;
}
.NoBorders img
{
	margin: 0px;
}
#bkFormTable2
{
	BACKGROUND-COLOR: deepskyblue;
	BORDER-BOTTOM: medium none;
	BORDER-LEFT: medium none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 10pt;
	background-position: center;
}
#bkFormTable2 thead
{
	color: White;
	font-weight: bold;
	font-variant: small-caps;
}
.AdminGrid
{
	font-size: 0.8em;
}
.AdminHeader
{
	height: 40px;
	padding: 10px;
}

#footer
{
	background-image: url(images/7.jpg);
	clear: both;
	font-size: 0.7em;
	height: 20px;
}
#ftrLinks
{
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
#ftrCopy
{
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}