 
#body {
	background-color: #d9e2ed;
	color: #004085;
}
.textsmall   {
    font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
}
A:link  {
    text-decoration:    none;
	text-decoration:    underline;
    color:  #004085;
}
A:visited   {
    text-decoration:    none;
	text-decoration:    underline;
    color:  #004085;
}

A:active    {
    text-decoration:    none;
	text-decoration:    underline;
    color:  #004085;
}

A:hover {
    text-decoration:    none;
	text-decoration:    underline;
    color:  #004085;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.slideshow {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #fda139;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #d9e2ed;
	height: 1px;
}
/* 
================================
on mouse over
================================
*/   
.MainMenu_MenuItemSel {
	background-color: #d9e2ed; 
	cursor: hand; 
	cursor: hand; 
	color: #004085; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 22px;
}
.Separator_MenuItem {
	color: #d9e2ed; 
	background-color: #004085;
	height: 22px;
}
.MainMenu_SubMenu {
	background-color: #004085;
	color: #fda139; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuIcon {
	background-color: #004085; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 8px; 
	height: 22px;
}
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
	 color: 004085;