/* ================================       ================================*/   /* PAGE BACKGROUND *//* background color for the header at the top of the page  */.HeadBg {}/* background color for the content part of the pages */Body{	background-color: #000000; 	color: white; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 9pt; }/* background/border colors for the selected tab */.TabBg {}.LeftPane  { }.ContentPane  { }.RightPane  { }/* text style for the selected tab */.SelectedTab {	color: white; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 9pt; }.fosmltext {	 	font-family: Georgia, Times, Garamond, serif; 	font-size: 8pt; 	font-weight: normal; 	font-style: normal; }/* hyperlink style for the selected tab */A.SelectedTab:link { color: #D2BB8F;text-decoration: none;}A.SelectedTab:visited  {color: #D2BB8F;text-decoration: none;}A.SelectedTab:active   {color: #D2BB8F;text-decoration: none;}A.SelectedTab:hover    {color: #ffffff;text-decoration: underline;}/* text style for the unselected tabs */.OtherTabs {}    /* hyperlink style for the unselected tabs */A.OtherTabs:link {}A.OtherTabs:visited  {}A.OtherTabs:active   {}A.OtherTabs:hover    {}/* GENERAL *//* style for module titles */.Head   {}/* style of item titles on edit and admin pages */.SubHead    {}/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */.SubSubHead {}/* text style used for most text rendered by modules */.Normal{	color: white; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 10pt; }/* text style used for textboxes in the admin and edit pages, for Nav compatibility */.NormalTextBox{}.NormalRed{}.NormalBold{}/* text style for buttons and link buttons used in the portal admin pages */.CommandButton     {}    /* hyperlink style for buttons and link buttons used in the portal admin pages */A.CommandButton:link {}A.CommandButton:visited  {}A.CommandButton:active   {}A.CommandButton:hover    {}    /* GENERIC */H1  {}H2  {}H3  {}H4  {}H5, DT  {}H6  {}TFOOT, THEAD    {}TH  {}a:link       { color: #D2BB8F;text-decoration: none; }a:visited    { color: #D2BB8F;text-decoration: none; }a:active{color: #D2BB8F;text-decoration: none;}a:hover      {color: #ffffff;text-decoration: underline;}SMALL   {	color: white; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 9pt; }BIG {		color: white; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 11pt; }BLOCKQUOTE, PRE {}UL LI   {}UL LI LI    {}UL LI LI LI {}OL LI   {}OL OL LI    {}OL OL OL LI {}HR {}/* MODULE-SPECIFIC *//* text style for reading messages in Discussion */    .Message    {}   /* style of item titles by Announcements and events */.ItemTitle    {}/* Menu-Hack */.FOSplashMenu{ 	padding: 2px;	border: 1px solid #ffffff;	width: 770px;	height: 30px;}/* Menu-Styles *//* Module Title Menu */.ModuleTitle_MenuContainer {}.ModuleTitle_MenuBar {}.ModuleTitle_MenuItem {}.ModuleTitle_MenuIcon {}.ModuleTitle_SubMenu {}.ModuleTitle_MenuBreak {}.ModuleTitle_MenuItemSel {}.ModuleTitle_MenuArrow {}.ModuleTitle_RootMenuArrow {}/* Main Menu */.MainMenu_MenuContainer {	background-color: transparent; }.MainMenu_MenuBar {	cursor: pointer; 	cursor: hand; 	height: 25;	background-color: transparent;}.MainMenu_MenuItem {	cursor: hand; 	color: #ffffff; 	font-family: Georgia, Times, Garamond, serif; 	font-size: 10pt; 	font-variant: small-caps;	font-weight: normal; 	font-style: normal; 	border-left: #ffffff 0px solid; 	border-bottom: #ffffff 0px solid; 	border-top: #ffffff 0px solid; 	border-right: #ffffff 0px solid;}.MainMenu_MenuIcon {	cursor: pointer; 	cursor: hand; 	background-color: #000000; 	border-left: #000000 1px solid; 	border-bottom: #000000 1px solid; 	border-top: #000000 1px solid; 	text-align: center; 	width: 15; 	height: 21;}.MainMenu_SubMenu {	z-index: 1000; 	cursor: pointer; 	cursor: hand; 	background-color: #000000; 	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 	border-bottom: #ffffff 1px solid; 	border-left: #ffffff 1px solid; 	border-top: #000000 0px solid; 	border-right: #ffffff 1px solid;	}.MainMenu_MenuBreak {	border-bottom: #000000 0px solid; 	border-left: #000000 0px solid; 	border-top: #000000 0px solid;  	border-right: #000000 0px solid; 	background-color: #000000; 	height: 1px;}.MainMenu_MenuItemSel {	color: #D2BB8F; 	cursor: pointer; 	cursor: hand; 	color: White; 	font-family:  Georgia, Times, Garamond, serif; 	font-variant: small-caps;	font-size: 10pt; 	font-weight: normal; 	font-style: normal;}.MainMenu_MenuArrow {	font-family: webdings; 	font-size: 10pt; 	cursor: pointer; 	cursor: hand; 	border-right: #000000 0px solid; 	border-bottom: #000000 0px solid; 	border-top: #000000 0px solid;}.MainMenu_RootMenuArrow {	font-family: webdings; 	font-size: 10pt; 	cursor: pointer; 	cursor: hand;}

