body
{
	font-family:Arial;
}
.PageHeading 
{
	color:#000000;
	font-size:17pt;
	font-weight:bold;
}
.SubHeading 
{
	font-weight:bold;
}

.Error
{
	color:Red;
}

.InlineHeading 
{
	color:Black;
	font-weight:bold;
}
.InlineHeadingSmall 
{
	font-weight:bold;
	font-size:10pt;
}
.Content 
{
	
}
.Content_Small 
{
	font-size:10pt;
}

.DownloadLink 
{
	
}

.FooterLinks 
{
	
}

.TopMenu 
{
}

.TopMainMenu 
{
}

.Button 
{
}
.lblGridHeading
{
	background-color:#666666;
	color: White;
	font-size: 12px;
	font-weight: bold;
	
}
.lblGridItem
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
		
}
.GridHeading
{
	background-color:#666666;
	color: White;
	font-size: 11px;
	font-weight: bold;
	border:solid 1px gray;
}
.GridItem
{
	background-color:#CCCCCC;
	color: Black;
	font-size: 11px;
	font-weight: bold;
	border:solid 1px gray;
}
.GridAlternatingItem
{
	background-color:White;
	color: black;
	font-size: 11px;
	font-weight: bold;
	border:solid 1px gray;
}