body
{
	font-family: Verdana;
	font-size: small;
}
.TitleBar
{
	background-image: url( "images/TitleBar.jpg" );
	height: 24px;
	padding-left: 10px;
}
.PageTitle
{
	background-image: url( "images/PageTitle.gif" );
	height: 22px;
	color: White;
	font-weight: bold;
	padding-left: 10px;
}
.EditBox
{
	color: White;
	font-weight: bold;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.Button
{
	background-color: #DBEAF5;
	border: none;
}
.LeftBorder
{
	background-image: url( "images/leftb.gif" );
}
.RightBorder
{
	background-image: url( "images/rightb.gif" );
}
.SEGMENTEHDR
{
	font-size: 17px;
	font-weight: bold;
	color: #0077C0;
}
.SEGMENTETXT
{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.SUBHEADER
{
	color: #0077C0;
	font-weight: bold;
	font-size: 11px;
}
.SUBHEADER A, .SUBHEADER A:link, .SUBHEADER A:visited, .SUBHEADER A:active, .SUBHEADER A:focus
{
	color: #0077C0;
	text-decoration: none;
}
.SUBHEADER A:hover
{
	color: #0077C0;
	text-decoration: none;
}
.HoverNodeStyle
{
}
.LeafNodeStyle
{
}
.NodeStyle
{
}
.ParentNodeStyle
{
}
.RootNodeStyle
{
}
.SelectedNodeStyle
{
font-weight: bold;
}

.MenuBar
{
	background-color: #dbeaf5;

}

.Menu{}
.DynamicHoverStyle{
	color: lightgrey;
	text-decoration: underline;
}
.DynamicMenuItemStyle{
	height: 22px;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
}
.DynamicMenuStyle{
	background-image: url( "/images/PageTitle.gif" );
	z-index: 1;
}
.DynamicSelectedStyle{
	color: lightgrey;
}

.StaticHoverStyle{
	color: lightgrey;
	text-decoration: underline;
}
.StaticMenuItemStyle{
	height: 22px;
	color: White;
	padding-left: 5px;
}
.StaticMenuStyle{
	background-image: url( "/images/PageTitle.gif" );
}
.StaticSelectedStyle{
	color: lightgrey;
}


