﻿body
{
	font-family: Verdana, Century Gothic, Arial;
	font-size: small;
}


.blockIMG 
{
	display: block;
	margin: 0;
}


.PrimaryMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 4px;
}


.CurrentPrimaryMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-image: url(../images/gray-highlight.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 4px;
}


.PrimaryMenuItemSelectedGreen
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	background-image: url(../images/green-highlight.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 4px;
}


.SecondaryMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.CurrentSecondaryMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.SecondaryMenuItemSelectedUnderline
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}


.PageMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.CurrentPageMenuItem
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.PageMenuItemSelectedUnderline
{
	color: White;
	font-family: Verdana, Century Gothic, Arial;
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}


.BodyHeadingCell
{
	 padding-left: 10px;
	 color: White;
	 font-size: 20px;
	 vertical-align: bottom;
}


.BodyTextCell
{
	color: #4c4d4f;
	font-size: 11px;
	height: 300px;
	padding-left: 20px;
	padding-top: 20px;
	vertical-align: top;
}


#scrollingdiv
{
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}



