@media print{	.LeftPane	{		display: none; 	}	.RightPane	{		width: 200px;	}	.ContentPane	{		width: 400px;	}	.HeadBg	{		display: none;	}	.rb_AlternatePortalHeader	{		display: none;	}	.rb_DefaultPortalHeader	{		display: none;	}	.rb_AlternatePortalFooter	{		display: none;	}	.rb_DefaultPortalFooter	{		display: none;	}}@media screen{	.LeftPane	{		padding: 0px 0px 0px 0px;		margin: 0px 0px 0px 0px;		BACKGROUND-COLOR: #EDEDDD;	}	.RightPane	{		BACKGROUND-COLOR: white;	}	.ContentPane	{		padding: 0px 5px 0px 6px;		margin: 0px 0px 0px 0px;		BACKGROUND-COLOR: #ffffff;	}	.HeadBg	{		BACKGROUND-COLOR: #ffffff;		padding: 0px;		margin: 0px;    }	.rb_AlternatePortalHeader	{		width: 100%;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse;	}	.rb_DefaultPortalHeader	{		width: 100%;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse;	}	.rb_AlternatePortalFooter	{		width: 100%;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse;	}	.rb_DefaultPortalFooter	{		width: 100%;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse;	}    }@media screen, print{	/* tradeability */	.Error	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: red;		FONT-FAMILY: Tahoma, Helvetica, sans-serif	}	Body	{		background-color: #FFFFFF;		margin: 0px 0px 0px 0px;	}	/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */	/* This is used throughout all standard - user based pages */	.rb_DefaultLayoutDiv	{		text-align:  left; 		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;    	}	.rb_DefaultLayoutTable	{		width: 100%;		text-align: left;   		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse; 	}	/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */	/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */	.rb_AlternateLayoutDiv	{		text-align:  left;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;      	}	.rb_AlternateLayoutTable	{		width: 100%;		text-align: left;		margin: 0px 0px 0px 0px;		padding: 0px 0px 0px 0px;		border-collapse: collapse;     	}	/* Default Link Style ===============================*/	A:link	{		COLOR: black;		TEXT-DECORATION: underline	}	A:visited	{		COLOR: black;		TEXT-DECORATION: none	}	A:active	{		COLOR: black;		TEXT-DECORATION: none	}	A:hover	{		COLOR: #99CC33;		TEXT-DECORATION: underline	}	/* End Default Link Style ===========================*/	/* Title of the Site ================================*/	.SiteTitle 	{		padding: 30px 10px 10px 10px;		font: bold 18px Verdana, Tahoma, Helvetica, sand-serif;		color: darkgreen;		text-decoration: none	}	/* End of the Title ==================================*/	/* Site Links =======================================	Home, Logoff, Edit Profile, etc...	This one works the opposite of the tab styles, they must be	defined as .Sitelink A:link or they get over-ridden by the	default link styles.  Something to do with the placement and 	element types on the page?!?!	*/	.SiteLink	{		font: 11px Verdana;		color: #ffffff;	}	.SiteLink A:link	{		color: #ffffff;		TEXT-DECORATION: none	}	.SiteLink A:visited	{		color: #ffffff;		TEXT-DECORATION: none	}	.SiteLink A:active	{		color: #ffffff;		TEXT-DECORATION: none	}	.SiteLink A:hover	{		color: #ffffff;		TEXT-DECORATION: none	}	/* End Site Link ====================================*/	/* END HEADER ---------------------------------------*/	/* TABS ---------------------------------------------*/	.TabBg	{		background-color: #ffffff;		padding: 0px;		border: 0px;	}	.OtherTabsBg	{		background-color: #ffffff;		padding: 0px;		border: 0px;	}	/* Selected Tab styles ==============================	Over-ride default link styles of COLOR and TEXT_DECORATION.	Must be formatted as A.SelectedTable:link	.Selected A:link doesn't work and is superceded by the 	default link definitions.	*/	.SelectedTab	{		font: bold 11px Verdana, Tahoma, Helvetica, sand-serif;		background-color: ffffff;	}	A.SelectedTab:link	{		COLOR: white;		text-decoration: none;	}	A.SelectedTab:visited	{		COLOR: white;		text-decoration: none;	}	A.SelectedTab:active	{		COLOR: white;		text-decoration: none;	}	A.SelectedTab:hover	{		COLOR: white;		text-decoration: none;	}	/* End Selected Tab styles ==========================*/	/* Other Tab styles =================================	See notes for Selected Tab styles.	*/	.OtherTabs	{		font: bold 11px Verdana, Tahoma, Helvetica, sand-serif;	}	A.OtherTabs:link	{		COLOR: gray;		TEXT-DECORATION: none	}	A.OtherTabs:visited	{		COLOR: gray;		TEXT-DECORATION: none	}	A.OtherTabs:active	{		COLOR: gray;		TEXT-DECORATION: none	}	A.OtherTabs:hover	{		color: gray;		text-decoration: none;	}	/* End other Tab styles =============================*/	/* END TABS -----------------------------------------*/	.Accent	{		FONT-WEIGHT: bold;		COLOR: #ffcc00	}	.ItemTitle	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.ItemDate	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.Head	{		FONT-WEIGHT: bold;		FONT-SIZE: 15px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.headJobs{		line-height: 2em;		COLOR: #99CC33;		FONT-WEIGHT: bold;		FONT-FAMILY: Verdana, Helvetica, sans-serif;		FONT-SIZE: 15px;}	.SubHead	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.TitleHead	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #ffffff;		background-color: #8EC122;		padding: 5px 0px 5px 10px;	}	.TitleHead .SiteLink A:link	{		COLOR: #ffffff;		TEXT-DECORATION: none	}	.TitleHead .SiteLink A:visited	{		COLOR: #ffffff;		TEXT-DECORATION: none	}	.TitleHead .SiteLink A:active	{		COLOR: #ffffff;		TEXT-DECORATION: none	}	.TitleHead .SiteLink A:hover	{		COLOR: #ffffff;		TEXT-DECORATION: none	}	.SubSubHead	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.Normal	{		FONT-WEIGHT: normal;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.NormalTextBox	{		FONT-WEIGHT: normal;		FONT-SIZE: 12px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.NormalRed	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #ffcc00;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.NormalBold	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.NormalItalic	{		FONT-SIZE: 11px;		FONT-STYLE: italic;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	/* text style for buttons and link buttons used in the portal admin pages */	.CommandButton	{		border: solid 1px #D0D1B2;		background: #EDEDDD;		padding: 3px;		font-weight: normal;		font-size: 10px;		font-family: Verdana, Helvetica, sans-serif;		text-decoration: none;		color: #000000;	}	Input.CommandButton 	{		line-height: 13px;	}	A.CommandButton:link	{		COLOR: #000000;		TEXT-DECORATION: none	}	A.CommandButton:visited	{		COLOR: #000000;		TEXT-DECORATION: none	}	A.CommandButton:active	{		COLOR: #000000;		TEXT-DECORATION: none	}	A.CommandButton:hover	{		COLOR: #000000;		TEXT-DECORATION: none	}	H1	{		FONT-WEIGHT: normal;		FONT-SIZE: 20px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	H2	{		FONT-WEIGHT: normal;		FONT-SIZE: 20px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	H3	{		FONT-WEIGHT: normal;		FONT-SIZE: 12px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	H4	{		FONT-WEIGHT: normal;		FONT-SIZE: 12px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	H5	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	DT	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	H6	{		FONT-WEIGHT: bold;		FONT-SIZE: 11px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	TFOOT	{		FONT-SIZE: 12px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	THEAD	{		FONT-SIZE: 12px;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	TH	{		FONT-WEIGHT: bold;		FONT-SIZE: 12px;		VERTICAL-ALIGN: baseline;		COLOR: #000000;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	SMALL	{		FONT-SIZE: 8px	}	BIG	{		FONT-SIZE: 14px	}	BLOCKQUOTE	{		FONT-FAMILY: Lucida Console, monospace	}	PRE	{		FONT-FAMILY: Lucida Console, monospace	}	UL LI	{		LIST-STYLE-TYPE: square	}	UL LI LI	{		LIST-STYLE-TYPE: disc	}	UL LI LI LI	{		LIST-STYLE-TYPE: circle	}	OL LI	{		LIST-STYLE-TYPE: decimal	}	OL OL LI	{		LIST-STYLE-TYPE: lower-alpha	}	OL OL OL LI	{		LIST-STYLE-TYPE: lower-roman	}	HR	{		COLOR: #0066ff;		HEIGHT: 1pt;		TEXT-ALIGN: left	}	.ArticleHead	{		FONT-WEIGHT: bold;		FONT-SIZE: 15px;		COLOR: brown;		FONT-FAMILY: Verdana, Helvetica, sans-serif	}	.module	{		PADDING-RIGHT: 10px;		PADDING-LEFT: 10px;		PADDING-BOTTOM: 10px;		PADDING-TOP: 10px;		BACKGROUND-COLOR: #000000;	}	.ContentPane A:link	{		COLOR: black;		TEXT-DECORATION: underline	}	.ContentPane A:visited	{		COLOR: black;		TEXT-DECORATION: underline	}	.ContentPane A:active	{		COLOR: black;		TEXT-DECORATION: underline	}	.ContentPane A:hover	{		COLOR: #99CC33;		TEXT-DECORATION: underline	}	.RightPane .normal	{		COLOR: black	}	.RightPane A:link	{		COLOR: black;		TEXT-DECORATION: underline	}	.RightPane A:visited	{		COLOR: black;		TEXT-DECORATION: underline	}	.RightPane A:active	{		COLOR: black;		TEXT-DECORATION: underline	}	.RightPane A:hover	{		COLOR: #99CC33;		TEXT-DECORATION: underline	}	/*.RightPane TD	{		COLOR: black	}	/* not used but the menu on the main page -	the color for this are definind in DesktopThreePanes.ascx	*/	.menu	{		COLOR: fuchsia;		BACKGROUND-COLOR: royalblue	}	.Menu	{		COLOR: white;		BACKGROUND-COLOR: blue	}	.LeftPane A:active	{		COLOR: black	}	.LeftPane A:hover	{		COLOR: black;		TEXT-DECORATION: none;	}	.LeftPane A:visited	{		COLOR: black;	}	.LeftPane A	{		COLOR: black;	}	.LastModified	{		FONT-WEIGHT: normal;		FONT-SIZE: 10px;		COLOR: gray;		LINE-HEIGHT: 30px;		FONT-FAMILY: Verdana, Helvetica, sans-serif		VERTICAL-ALIGN: bottom;	}	/* ================================	HtmlEditor	================================ */	DIV.edmenuback{		background-color: #cccccc;		border-bottom: 0px solid #929292;		border-left: 1px solid #929292;		border-right: 1px solid #929292;		border-top: 1px solid #929292;		width: 100%	}	TD.edmenuStyle{		width: 75px;		padding-top: 2px;		padding-left: 2px;		text-align: right;	}	TD.edmenuEditor{	}	TD.edmenuHTML{		text-align: right;		width: 35px;		}	/* ================================	Discussion	================================ */	.MessageTitle 	{		font-family: Verdana, Helvetica, sans-serif;		font-size: 11px;		font-weight: normal;		color:darkblue;	}	   	.MessageAuthor	{		font-family: Verdana, Helvetica, sans-serif;		font-size: 11px;		font-weight: normal;		color: darkgray	}	.MessageBody	{		font-family: Verdana, Helvetica, sans-serif;		font-size: 11px;		font-weight: normal;		color: black	}	TR, TD	{		font-family: Verdana, Helvetica, sans-serif;		font-size:  11;		font-weight: normal;	}	/* ================================	Survey Module	================================ */	.SurveyQuestion	{		color: darkred;	}	.SurveyPanel	{		color: silver;		background-color: silver;	}	.SurveyOption	{		color: black;	}	.SurveyButton	{		color: darkred;		font-weight: bold;	}	.SubMenuTitle	{		color: white;		font-family: verdana;		background-color: yellow;		padding: 2px 0px 2px 10px;	}	.OtherSubTabs	{		font-weight: bold;		font-size: 11px;		font-family: Verdana;		text-decoration: none;		padding: 0px 0px 5px 5px;	}	.FooterBlock	{		color: #000000;	}	.FooterBlock a	{		color: #000000;		text-decoration: underline;		}	.FooterBlock a:link 	{		color: #000000;		text-decoration: none;	}	.FooterBlock a:visited {		color: #000000;		text-decoration: none;		}	.FooterBlock a:hover {				color: #999999;		text-decoration: none;		}	.FooterBlock adminLink	{		color: #ffffff;	}	.FooterBlock .adminLink a	{		color: #ffffff;		text-decoration: none;		}	.FooterBlock .adminLink a:link 	{		color: #ffffff;		text-decoration: none;	}	.FooterBlock .adminLink a:visited {		color: #ffffff;		text-decoration: none;		}	.FooterBlock .adminLink a:hover {				color: #ffffff;		text-decoration: none;		}	/* Site wide menu, above rainbow generated one ========*/	.SiteWideMenu	{		border-bottom: solid 1px white;		padding: 4px 0px 5px  10px;		margin: 0px;		color: #000000;		text-decoration: none;		}	.SiteWideMenu a	{		color: #000000;		text-decoration: none;		}	.SiteWideMenu a:hover	{		color: #999999;		text-decoration: none;	}	.SiteWideMenu a:link 	{		color: #000000;		text-decoration: none;	}		/*==================================================*/	/* Searching? menu on the bottom right corner */	.SearchingBox	{		font: 11px Verdana;		padding: 10px 10px 10px 10px	}	.SearchingBox h1	{		font: bold 14px Verdana;		margin: 0px 0px 3px 0px;	}	.SearchingBox h2	{		font: bold 11px Verdana;		margin: 0px;	}	.SearchingBox ul	{		padding: 0px;		margin: 5px 0px 0px 0px;	}	.SearchingBox li	{		padding: 0px;		margin: 0px;		list-style: disc inside;	}	.popupBottomFrame	{		font: 10px Verdana;		color: #000000;		padding: 10px 10px 10px 10px;		background-color: #d0d1b2;			}	.popupBottomFrame a	{		color: #000000;		text-decoration: underline;		}	.popupBottomFrame a:link 	{		color: #000000;		text-decoration: none;	}	.popupBottomFrame a:visited {		color: #000000;		text-decoration: none;		}	.popupBottomFrame a:hover {				color: #999999;		text-decoration: none;		}	/* FreeTextBox Editor Edit Mode Styles */	/* Normal */	.ftbEditorNormal	{		font: normal 11px Verdana, Helvetica, sans-serif;		background-color: #ffffff;		COLOR: #000000;	}	/* Titles */	.ftbEditorTitleTradeability	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #8EC122;		background-color: #ffffff;		padding: 5px 0px 5px 10px;		}	.ftbEditorTitleCatalog	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #942c61;		background-color: #ffffff;		padding: 5px 0px 5px 10px;		}	.ftbEditorTitleSpeakers	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #a75534;		background-color: #ffffff;		padding: 5px 0px 5px 10px;		}	.ftbEditorTitleResourceLinks	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #4a317e;		background-color: #ffffff;		padding: 5px 0px 5px 10px;	}	.ftbEditorTitleEvents	{		font: bold 100% Verdana, Helvetica, sans-serif;		color: #196939;		background-color: #ffffff;		padding: 5px 0px 5px 10px;	}	/* Links 	Tradeability*/	.ftbEditorLinkTradeability A:active	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkTradeability A:hover	{		color: #8EC122;		TEXT-DECORATION: underline;	}	.ftbEditorLinkTradeability A:visited	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkTradeability A	{		COLOR: black;		TEXT-DECORATION: underline;    	}	/* Catalog */	.ftbEditorLinkCatalog A:active	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkCatalog A:hover	{		color: #942c61;		TEXT-DECORATION: underline;	}	.ftbEditorLinkCatalog A:visited	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkCatalog A	{		COLOR: black;		TEXT-DECORATION: underline;    	}	/* Speakers */	.ftbEditorLinkSpeakers A:active	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkSpeakers A:hover	{		color: #a75534;		TEXT-DECORATION: underline;	}	.ftbEditorLinkSpeakers A:visited	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkSpeakers A	{		COLOR: black;		TEXT-DECORATION: underline;    	}	/* Resource and Link */	.ftbEditorLinkResourceLinks A:active	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkResourceLinks A:hover	{		color: #4a317e;		TEXT-DECORATION: underline;	}	.ftbEditorLinkResourceLinks A:visited	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkResourceLinks A	{		COLOR: black;		TEXT-DECORATION: underline;    	}	/* Events */	.ftbEditorLinkEvents A:active	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkEvents A:hover	{		color: #196939;		TEXT-DECORATION: underline;	}	.ftbEditorLinkEvents A:visited	{		COLOR: black;		TEXT-DECORATION: underline;    	}	.ftbEditorLinkEvents A	{		COLOR: black;		TEXT-DECORATION: underline;    	}	/* Poll Manager styles */	.Message {  font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399}	.Questions {  font-family: Verdana,Tahoma, Verdana, sans-serif; font-size: 9px; font-weight: bold; color: #000000}	.Answers {  font-family: Verdana,Tahoma, Verdana, sans-serif; font-size: 9px; font-weight: normal; color: #333333; background-color: #E4E4E4}	.Percentages {  font-family: Verdana,Tahoma, Verdana, sans-serif; font-size: 9px}	.HeaderBackground {  background-color: #666666}	.ThankYouMessage {  font-family: Verdana,Tahoma, Verdana, sans-serif; font-size: 16px; font-weight: bold; color: #000000}	.SmallText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}	/* tradeability styles */	a	{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;	}	/* -- generic */	p.tradeability	{		caption: Tradeability Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityhead 	{		caption: Tradeability Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #99CC33;		font-weight: bold;	}	a.tradeability:link	{		caption: Tradeability Link;		visible: true;		COLOR: #99CC33;		TEXT-DECORATION: underline;	}	a.tradeability:visited	{		COLOR: #99CC33;		TEXT-DECORATION: none;	}	a.tradeability:active	{		COLOR: #99CC33;		TEXT-DECORATION: none;	}	a.tradeability:hover	{		COLOR: #99CC33;		TEXT-DECORATION: underline;	}	/* -- guide */	p.tradeabilityguide 	{		caption: Guide Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityguidehead 	{		caption: Guide Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #942c61;		font-weight: bold;	}	a.tradeabilityguide:link	{		caption: Guide Link;		visible: true;		COLOR: #942c61;		TEXT-DECORATION: underline;	}	a.tradeabilityguide:visited	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityguide:active	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityguide:hover	{		COLOR: #942c61;		TEXT-DECORATION: underline;	}	/* -- speakers */	p.tradeabilityspeakers 	{		caption: Speakers Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityspeakershead 	{		caption: Speakers Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #A75534;		font-weight: bold;	}	a.tradeabilityspeakers:link	{		caption: Guide Link;		visible: true;		COLOR: #A75534;		TEXT-DECORATION: underline;	}	a.tradeabilityspeakers:visited	{		COLOR: #A75534;		TEXT-DECORATION: none;	}	a.tradeabilityspeakers:active	{		COLOR: #A75534;		TEXT-DECORATION: none;	}	a.tradeabilityspeakers:hover	{		COLOR: #A75534;		TEXT-DECORATION: underline;	}	/* -- resources */	p.tradeabilityresources	{		caption: Resource Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityresourceshead 	{		caption: Resource Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #942c61;		font-weight: bold;	}	a.tradeabilityresources:link	{		caption: Resource Link;		visible: true;		COLOR: #942c61;		TEXT-DECORATION: underline;	}	a.tradeabilityresources:visited	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityresources:active	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityresources:hover	{		COLOR: #942c61;		TEXT-DECORATION: underline;	}	/* -- events */	p.tradeabilityevents	{		caption: Events Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityeventshead 	{		caption: Events Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #196939;		font-weight: bold;	}	a.tradeabilityevents:link	{		caption: Events Link;		visible: true;		COLOR: #942c61;		TEXT-DECORATION: underline;	}	a.tradeabilityevents:visited	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityevents:active	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityevents:hover	{		COLOR: #942c61;		TEXT-DECORATION: underline;	}	/* -- Employment LICs -- */	p.tradeabilityELICs	{		caption: Employment LICs Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityELICshead 	{		caption: Employment LICs Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #2E3092;		font-weight: bold;	}	a.tradeabilityELICs:link	{		caption: Employment LICs Link;		visible: true;		COLOR: #2E3092;		TEXT-DECORATION: underline;	}	a.tradeabilityELICs:visited	{		COLOR: #2E3092;		TEXT-DECORATION: none;	}	a.tradeabilityELICs:active	{		COLOR: #2E3092;		TEXT-DECORATION: none;	}	a.tradeabilityELICs:hover	{		COLOR: #2E3092;		TEXT-DECORATION: underline;	}	/* -- Labour Market Info -- */	p.tradeabilityLMI	{		caption: Labour Market Info Text;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		color: #000000;	}	p.tradeabilityLMIhead 	{		caption: Labour Market Info Title;		visible: true;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		color: #196939;		font-weight: bold;	}	a.tradeabilityLMI:link	{		caption: Labour Market Info Link;		visible: true;		COLOR: #942c61;		TEXT-DECORATION: underline;	}	a.tradeabilityLMI:visited	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityLMI:active	{		COLOR: #942c61;		TEXT-DECORATION: none;	}	a.tradeabilityLMI:hover	{		COLOR: #942c61;		TEXT-DECORATION: underline;	}	/***********************/}	
