﻿body 
{
	background-color: White;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

table
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	left: auto;
	top: auto;
	right:auto;
	bottom: auto;
	width: 100%;
}

.ContentTitle
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 10;
}

.TableSeparatorRow
{
	border-style: none;
	background-image: url('../Images/pagelayout/content-header-bg.gif');
	height: 25px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	left: auto;
	top: auto;
	font-weight: bold;
	font-style: italic;
	color: White;
	vertical-align: top;
}

.EventHeading
{
	font-weight: bold;
}

a:link
{
	color: #004477;
	text-decoration: none;
}

a:visited
{
	color: #004477;
	text-decoration: none;
}

a:hover
{
	color: #004477;
	text-decoration: none;
}

.DownloadLink
{
	font-weight: bold;
	font-style: italic;
}

.LinkBar
{
	padding:3px;
	background-color: #8EB2D2;
	background-image:url(../Images/pagelayout/content-header-bg.gif);
	font-weight:bold;
	color: White;
}
.UserDetails
{
	text-align: right;
}
.ReturnToPageLink
{
	text-align: center;
	vertical-align: middle;
	color: #004477;
	font-weight: bold;
	font-style: italic;
}

