body, td, .worldtext, .headline, a
{
	color: #1865AD;
}

a:hover
{
	color: #1865AD;
}

.small, .smallbrighter
{
	color: #5DA1E1;
}

#SlotImageBelowHeadline
{
	position: absolute;
	left: 0px;
	top: 115px;

	z-index: 1;
}

#SlotImageBelowHeadline p
{
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #171c1f;
	border-right: 1px solid #171c1f;
	border-bottom: 1px solid #171c1f;
}

#divContentWithBorder
{
	position: absolute;
	left: 0px;
	top: 124px;

	background-color: white;
	z-index: 1;
}

#divContentWithBorder .ContentWidth3, #divContentWithBorder .ContentWidth4
{
	border: 1px solid #171c1f;
}

.Block, .BlockWidth1, .BlockWidth2, .BlockWidth3, .BlockWidth4
{
	border: 1px solid #171c1f;
}

#SubSiteMenu {
	width: 580px;
	min-width: 580px;
}
html>body #SubSiteMenu {
	width: 578px;
	min-width: 578px;
}

.SubSiteMenuItemLevel0, .SubSiteMenuItemLevel0Over, .SubSiteMenuItemLevel0Selected
{
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	text-transform: uppercase;
}

.SubSiteMenuItemLevel0 a, .SubSiteMenuItemLevel0 a:hover, .SubSiteMenuItemLevel0Over a, .SubSiteMenuItemLevel0Over a:hover, .SubSiteMenuItemLevel0Selected a, .SubSiteMenuItemLevel0Selected a:hover
{
	font-size: 11px;
	color: #065B91;
	font-weight: bold;
	text-decoration: none;
}

.SubSiteMenuItemLevel0Over, .SubSiteMenuItemLevel0Selected
{
	background-image: url("images/SubSiteMenuItemLevel0Select.png");
}

.DownloadCenterDocumentsPreviewImage
{
	border: 1px solid #2F4F9C;
}

.transMenuSubSite .content
{
	background: #9CD9EB;
}

/* each TR.item is one menu item */
.transMenuSubSite .item td {
	font-weight: bold;
    color: #41535D;
    font-size: 10px;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenuSubSite .item.hover {
	font-weight: bold;
	background: #76CFEF;
	color: #41535D;
    font-size: 10px;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenuSubSite .item img {
	margin-left:10px;
	}