/* NEW STYLES */

/*STYLETITLE=Background Black=Black background*/
.style_black
{
	background-color: #000000;
}
.style_left, 
/*STYLETITLE=Background Bordeaux=Bordeaux background*/
.style_bordeaux 
{
	background-color: #660033;
}
/*STYLETITLE=Background Blue=Blue background*/
.style_blue
{
	background-color: #003366;
}
/*STYLETITLE=Background Green=Green background*/
.style_green
{
	background-color: #336633;
}
/*STYLETITLE=Background Green=Green background*/
.style_purple
{
	background-color: #663366;
}
.style_right, 
/*STYLETITLE=Background Lightgray=Lightgray background*/
.style_lightgray
{
	background-color: #9A9A9A;
}
.style_middle, 
/*STYLETITLE=Background Darkgray=Darkgray background*/
.style_darkgray
{
	background-color: #666666;
}

.PageHeader_left
{
	font-weight: normal;
	font-size: 18px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	horizontal-align: bottom;
	border-bottom: solid 1px #dddddd;
}
.PageHeader_center
{
	font-weight: normal;
	font-size: 18px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	horizontal-align: bottom;
	border-bottom: solid 1px #444444;
}
.PageHeader_right
{
	font-weight: normal;
	font-size: 18px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	horizontal-align: bottom;
	border-bottom: solid 1px #444444;
}
/* LANGUAGE SELECTOR */

/*WYSIWYG:HIDE*/
.PortalModuleLanguageNavigation
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	horizontal-align: middle;
}
	/*WYSIWYG:HIDE*/
	.PortalModuleLanguageNavigation A
	{
		
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	horizontal-align: middle;
	}
	/*WYSIWYG:HIDE*/
	.PortalModuleLanguageNavigation A:HOVER
	{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	horizontal-align: middle;
	}
	/*WYSIWYG:HIDE*/
	.PortalModuleLanguageNavigation A:active
	{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	horizontal-align: middle;
	}
.LanguageLinkSelected
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	horizontal-align: middle;
}

/* PORTAL PANELS */

.Portal
{
	background-color: #FFFFFF;
}

.PortalHeader
{
	border: solid 0px #000000;
	vertical-align: top;
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.PortalLeftPane
{
	border: solid 0px #000000;
	vertical-align: top;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.PortalMiddlePane
{
	border: solid 0px #000000;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.PortalRightPane
{
	border: solid 0px #000000;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.PortalFooter 
{
	border: solid 0px #000000;
	vertical-align: top;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* EXISTING STYLES */

body
{
	background-color: #cccccc;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
TABLE
{
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}
A
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	text-decoration: underline;
	cursor: hand;
}
.HTMLEDITORTABLE /* used in the front*/
{
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}

.HTMLEDITORTABLEBACK /* used in the editpages*/
{
	background-color: #666666;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
}

.BodyEditPages
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.AdminMenu
{
	border: solid 0px #ffffff;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
    font-weight: bold;
	text-decoration:none;
	text-align: center;
}

.ModuleTitle
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #dddddd;
	text-decoration:none;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ModuleTitleBorder
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ModuleTitleAdmin
{
	border-right: #ffffff thin solid;
	border-top: #ffffff thin solid;
	border-left: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* HEADER NAVIGATION */

/*WYSIWYG:HIDE*/
.PortalMainNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #dddddd;
	width: 70px;
	height: 32px;
	cursor: hand;
	text-decoration:none;
	background-color: Transparent;
	text-align: center;
	horizontal-align: center;
	border-color: #ff0000;
	background: url(images/layout/headermenu_001.gif) #666666 fixed no-repeat left top ;
	background-image:url(images/layout/headermenu_001.gif);
}
/*WYSIWYG:HIDE*/
.PortalMainNavigationHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #dddddd;
	width: 70px;
	height: 32px;
	cursor: hand;
	text-decoration:none;
	background-color: Transparent;
	text-align: center;
	horizontal-align: center;
	border-color: #ff0000;
	background: url(images/layout/headermenu_001.gif) #666666 fixed no-repeat left top ;
	background-image:url(images/layout/headermenu_001.gif);
}
/*WYSIWYG:HIDE*/
.PortalMainSelectedNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #dddddd;
	width: 70px;
	height: 32px;
	cursor: hand;
	text-decoration:none;
	background-color: Transparent;
	text-align: center;
	horizontal-align: center;
	border-color: #ff0000;
	background: url(images/layout/headermenu_001_selected.gif) #666666 fixed no-repeat left top ;
	background-image:url(images/layout/headermenu_001_selected.gif);
}
/*WYSIWYG:HIDE*/
.PortalMainSelectedNavigationHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #dddddd;
	width: 70px;
	height: 32px;
	cursor: hand;
	text-decoration:none;
	background-color: Transparent;
	text-align: center;
	horizontal-align: center;
	border-color: #ff0000;
	background: url(images/layout/headermenu_001_selected.gif) #666666 fixed no-repeat left top ;
	background-image:url(images/layout/headermenu_001_selected.gif);
	}

/* NAVIGATION INDICATOR */

/*WYSIWYG:HIDE*/
.PortalMainNavigationInfo
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	height: 14px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
}
/*WYSIWYG:HIDE*/
.PortalMainNavigationInfo A
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: #ffffff;
	height: 14px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
}

/* LEFT MENU */

/*WYSIWYG:HIDE*/
.MenuSubNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubNavigationHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}

/*WYSIWYG:HIDE*/
.MenuSubNavigationSelected
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubNavigationSelectedHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background-color: Transparent;
}

/*WYSIWYG:HIDE*/
.MenuSubSubNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #dddddd;
	height: 12px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubSubNavigationHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 12px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 0px;
	background-color: Transparent;
}

/*WYSIWYG:HIDE*/
.MenuSubSubNavigationSelected
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 12px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubSubNavigationSelectedHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 12px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-right: 0px;
	background-color: Transparent;
}

/*WYSIWYG:HIDE*/
.MenuSubSubSubNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubSubSubNavigationHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}

/*WYSIWYG:HIDE*/
.MenuSubSubSubNavigationSelected
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}
/*WYSIWYG:HIDE*/
.MenuSubSubSubNavigationSelectedHover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #dddddd;
	height: 20px;
	cursor: hand;
	text-decoration:none;
	text-align: left;
	horizontal-align: center;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	background-color: Transparent;
}

/* OLD STYLES */
/*STYLETITLE=Big Title Black=Verdana bold 15 white*/
.CentralPaneTitleBig_bold_black
{
	font-weight: bold;
	font-size: 15px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
}
.CentralPaneTitleBig_bold_black:link,
.CentralPaneTitleBig_bold_black:visited,
.CentralPaneTitleBig_bold_black:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitleBig_bold_black:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Big Title Bordeaux=Verdana bold 15 bordeaux*/
.CentralPaneTitleBig_bold_bordeaux
{
	font-weight: bold;
	font-size: 15px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
}
.CentralPaneTitleBig_bold_bordeaux:link,
.CentralPaneTitleBig_bold_bordeaux:visited,
.CentralPaneTitleBig_bold_bordeaux:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitleBig_bold_bordeaux:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Big Title Blue=Verdana bold 15 blue*/
.CentralPaneTitleBig_bold_blue
{
	font-weight: bold;
	font-size: 15px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.CentralPaneTitleBig_bold_blue:link,
.CentralPaneTitleBig_bold_blue:visited,
.CentralPaneTitleBig_bold_blue:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitleBig_bold_blue:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Big Title Green=Verdana bold 15 green*/
.CentralPaneTitleBig_bold_green
{
	font-weight: bold;
	font-size: 15px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #336633;
	text-decoration: none;
}
.CentralPaneTitleBig_bold_green:link,
.CentralPaneTitleBig_bold_green:visited,
.CentralPaneTitleBig_bold_green:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitleBig_bold_green:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Big Title Purple=Verdana bold 15 purple*/
.CentralPaneTitleBig_bold_purple
{
	font-weight: bold;
	font-size: 15px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #663366;
	text-decoration: none;
}
.CentralPaneTitleBig_bold_purple:link,
.CentralPaneTitleBig_bold_purple:visited,
.CentralPaneTitleBig_bold_purple:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitleBig_bold_purple:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Title Black=Verdana bold 13 white*/
.CentralPaneTitle_bold_black
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
}
.CentralPaneTitle_bold_black:link,
.CentralPaneTitle_bold_black:visited,
.CentralPaneTitle_bold_black:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitle_bold_black:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Title Bordeaux=Verdana bold 13 bordeaux*/
.CentralPaneTitle_bold_bordeaux
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
}
.CentralPaneTitle_bold_bordeaux:link,
.CentralPaneTitle_bold_bordeaux:visited,
.CentralPaneTitle_bold_bordeaux:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitle_bold_bordeaux:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Title Blue=Verdana bold 13 blue*/
.CentralPaneTitle_bold_blue
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.CentralPaneTitle_bold_blue:link,
.CentralPaneTitle_bold_blue:visited,
.CentralPaneTitle_bold_blue:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitle_bold_blue:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Title Green=Verdana bold 13 green*/
.CentralPaneTitle_bold_green
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #336633;
	text-decoration: none;
}
.CentralPaneTitle_bold_green:link,
.CentralPaneTitle_bold_green:visited,
.CentralPaneTitle_bold_green:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitle_bold_green:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Title Purple=Verdana bold 13 purple*/
.CentralPaneTitle_bold_purple
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #663366;
	text-decoration: none;
}
.CentralPaneTitle_bold_purple:link,
.CentralPaneTitle_bold_purple:visited,
.CentralPaneTitle_bold_purple:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneTitle_bold_purple:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text Black=Verdana regular 11 white*/
.CentralPaneBody_black
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
}
.CentralPaneBody_black:link,
.CentralPaneBody_black:visited,
.CentralPaneBody_black:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_black:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text White=Verdana regular 11 white*/
.CentralPaneBody_white
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
}
.CentralPaneBody_white:link,
.CentralPaneBody_white:visited,
.CentralPaneBody_white:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_white:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text Bordeaux=Verdana regular 11 bordeaux*/
.CentralPaneBody_bordeaux
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
}
.CentralPaneBody_bordeaux:link,
.CentralPaneBody_bordeaux:visited,
.CentralPaneBody_bordeaux:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_bordeaux:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text Blue=Verdana regular 11 blue*/
.CentralPaneBody_blue
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.CentralPaneBody_blue:link,
.CentralPaneBody_blue:visited,
.CentralPaneBody_blue:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_blue:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text Green=Verdana regular 11 green*/
.CentralPaneBody_green
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #336633;
	text-decoration: none;
}
.CentralPaneBody_green:link,
.CentralPaneBody_green:visited,
.CentralPaneBody_green:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_green:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Text Purple=Verdana regular 11 purple*/
.CentralPaneBody_purple
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #663366;
	text-decoration: none;
}
.CentralPaneBody_purple:link,
.CentralPaneBody_purple:visited,
.CentralPaneBody_purple:active
{
	text-decoration: underline;
	cursor: hand;
}
.CentralPaneBody_purple:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Small Text Black=Verdana regular 9 white*/
.TableBody_black
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
}
.TableBody_black:link,
.TableBody_black:visited,
.TableBody_black:active
{
	text-decoration: underline;
	cursor: hand;
}
.TableBody_black:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Small Text Bordeau=Verdana regular 9 bordeau*/
.TableBody_bordeau
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
}
.TableBody_bordeau:link,
.TableBody_bordeau:visited,
.TableBody_bordeau:active
{
	text-decoration: underline;
	cursor: hand;
}
.TableBody_bordeau:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Small Text Blue=Verdana regular 9 blue*/
.TableBody_blue
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.TableBody_blue:link,
.TableBody_blue:visited,
.TableBody_blue:active
{
	text-decoration: underline;
	cursor: hand;
}
.TableBody_blue:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Small Text Green=Verdana regular 9 green*/
.TableBody_green
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #336633;
	text-decoration: none;
}
.TableBody_green:link,
.TableBody_green:visited,
.TableBody_green:active
{
	text-decoration: underline;
	cursor: hand;
}
.TableBody_green:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*STYLETITLE=Small Text Purple=Verdana regular 9 purple*/
.TableBody_purple
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	color: #663366;
	text-decoration: none;
}
.TableBody_purple:link,
.TableBody_purple:visited,
.TableBody_purple:active
{
	text-decoration: underline;
	cursor: hand;
}
.TableBody_purple:hover
{
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
}

/*LINKS*/
/*STYLETITLE=Central pane link A=Verdana regular underlined 10 White*/
.CentralPaneLink_A
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_A:link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_A:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_A:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_A:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: White;
}

/*STYLETITLE=Central pane link B=Verdana regular 11 white*/
.CentralPaneLink_B
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_B:link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_B:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_B:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_B:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*STYLETITLE=Central pane link C=Verdana regular underlined 8 White*/
.CentralPaneLink_C
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_C:link
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_C:visited
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_C:hover
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_C:active
{
	font-weight: normal;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	color: White;
}

/*STYLETITLE=Central pane link E=Verdana bold 11 white*/
.CentralPaneLink_E
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}


/*WYSIWYG:HIDE*/
.CentralPaneLink_E:link
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_E:visited
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_E:hover
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_E:active
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*STYLE_TITLE=Central pane link F=Verdana regular underlined 10 white*/
.CentralPaneLink_F
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_F:link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_F:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_F:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneLink_F:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: White;
}

/*HOTLINKS*/
.HotLinkTitle
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #660033;
}

/*STYLE_TITLE=Hotlink Title=Verdana bold 9 White*/
.HotLinkTitle_Black
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkTitleLink
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #660033;
}

/*WYSIWYG:HIDE*/
.HotlinkTitleLink:link
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #660033;
}

/*WYSIWYG:HIDE*/
.HotlinkTitleLink:visited
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #660033;
}

/*WYSIWYG:HIDE*/
.HotlinkLinkTitleLink:hover
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #660033;
}

/*WYSIWYG:HIDE*/
.HotlinkLinkTitleLink:active
{
	font-weight: bold;
	font-size: 13px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*STYLE_TITLE=Hotlink link D=Verdana bold 9 White*/
.HotlinkLink_D
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_D:link
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_D:visited
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_D:hover
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_D:active
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*STYLE_TITLE=Hotlink top left link C=Verdana bold 9 White*/
.HotlinkLink_TopLeft_C
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_TopLeft_C:link
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_TopLeft_C:visited
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_TopLeft_C:hover
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.HotlinkLink_TopLeft_C:active
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.BackOfficeStyle_A
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	background-color: White;
}

/*WYSIWYG:HIDE*/
.BackOfficeStyle_C
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	background-color: White;
}

/*WYSIWYG:HIDE*/
.BackOfficeLink
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

/*WYSIWYG:HIDE*/
.BackOfficeLink:link
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

/*WYSIWYG:HIDE*/
.BackOfficeLink:visited
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

/*WYSIWYG:HIDE*/
.BackOfficeLink:hover
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #808080;
}

/*WYSIWYG:HIDE*/
.BackOfficeLink:active
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

/*WYSIWYG:HIDE*/
.AlertMessage
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: Red;
}

/*WYSIWYG:HIDE*/
.CentralPaneModuleTitleBox_Bold
{
	font-weight: bold;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.CentralPaneModuleTitleBox_Regular
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.SiteMapHomeNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #660033;
	height: 20px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapHomeNavigation:link
{
}
/*WYSIWYG:HIDE*/
.SiteMapHomeNavigation:visited
{
}
/*WYSIWYG:HIDE*/
.SiteMapHomeNavigation:hover
{
}
/*WYSIWYG:HIDE*/
.SiteMapHomeNavigation:active
{
}

/*WYSIWYG:HIDE*/
.SiteMapMainNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: #660033;
	height: 20px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapMainNavigation:link
{
}
/*WYSIWYG:HIDE*/
.SiteMapMainNavigation:visited
{
}
/*WYSIWYG:HIDE*/
.SiteMapMainNavigation:hover
{
	color: #808080;
}
/*WYSIWYG:HIDE*/
.SiteMapMainNavigation:active
{
}

/*WYSIWYG:HIDE*/
.SiteMapSubNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubNavigation:link
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubNavigation:visited
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubNavigation:hover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #808080; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubNavigation:active
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}

/*WYSIWYG:HIDE*/
.SiteMapSubSubNavigation
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubSubNavigation:link
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubSubNavigation:visited
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubSubNavigation:hover
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #808080; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}
/*WYSIWYG:HIDE*/
.SiteMapSubSubNavigation:active
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 11px;
	color: White; /*padding-left: 6px;*/
	text-decoration: none;
	height: 15px;
	cursor: hand;
}

/* SiteMap link color= Syntax, Verdana 8 color link*/
/*WYSIWYG:HIDE*/
.SiteMap_color
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.SiteMap_color:link
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}
/*WYSIWYG:HIDE*/
.SiteMap_color:visited
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}
/*WYSIWYG:HIDE*/
.SiteMap_color:hover
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}
/*WYSIWYG:HIDE*/
.SiteMap_color:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

/*WYSIWYG:HIDE*/
.ModuleContent
{
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: White;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* IS NOT NESSESSARY */
/*WYSIWYG:HIDE*/
.SwitchModeLink
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

/*WYSIWYG:HIDE*/
.SwitchModeLink:link
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

/*WYSIWYG:HIDE*/
.SwitchModeLink:visited
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

/*WYSIWYG:HIDE*/
.SwitchModeLink:hover
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

/*WYSIWYG:HIDE*/
.SwitchModeLink:active
{
	font-weight: bold;
	font-size: 9px;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #cccccc;
}

/*STYLE_TITLE=Quicklink  subtitle=Verdana 11 bold White*/
.sol_quicklink_subtitle
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
}

/*STYLE_TITLE=Hotlink body =Verdana 11 white*/
.sol_quicklink_body
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
}

/*STYLETITLE=Hotlink body link =Verdana 11 bold White*/
.sol_quicklink_body_link
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration : none;
}
		/*WYSIWYG:HIDE*/
		.sol_quicklink_body_link:link
		{
			font-weight: bold;
			font-size: 11px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
			text-decoration : none;
		}
		
		/*WYSIWYG:HIDE*/
		.sol_quicklink_body_link:visited
		{
			font-weight: bold;
			font-size: 11px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
			text-decoration : none;
		}

		/*WYSIWYG:HIDE*/
		.sol_quicklink_body_link:hover
		{
			font-weight: bold;
			font-size: 11px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
			text-decoration : none;
		}

		/*WYSIWYG:HIDE*/
		.sol_quicklink_body_link:active
		{
			font-weight: bold;
			font-size: 11px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;
			text-decoration : none;
		}
		
/*STYLE_TITLE=Content pane subtitle=Verdana 18 white*/
.sol_Content_pane_black_subtitle_link
{
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	font-family: Avenir Book, Verdana, Helvetica, sans-serif;
	text-decoration : none;
}

		/*WYSIWYG:HIDE*/
		.sol_Content_pane_black_subtitle_link:link
		{
			font-weight: normal;
			font-size: 18px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;
			text-decoration : none;
		}

		/*WYSIWYG:HIDE*/
		.sol_Content_pane_black_subtitle_link:hover
		{
			font-weight: normal;
			font-size: 18px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;	
			text-decoration : none;
		}
		
		/*WYSIWYG:HIDE*/
		.sol_Content_pane_black_subtitle_link:active
		{
			font-weight: normal;
			font-size: 18px;
			color: #ffffff;
			font-family: Avenir Book, Verdana, Helvetica, sans-serif;
			text-decoration : none;
		}

