/*========================================================*/

/*========================================================*/

/*                  Table of Contents                     */

/*========================================================*/

/*  1. Universal CSS                                      */

/*  2. Layout CSS                                         */

/*  3. Panes                                              */

/*  4. Links                                              */

/*  5. Terms CSS                                          */

/*  6. Text                                               */

/*  7. Enterprise Forms                                   */

/*  7. Module Menus                                       */

/*  8. DNN Default CSS                                    */

/*========================================================*/

/*========================================================*/

/*  1. Universal CSS                                      */

/*========================================================*/

body {

	margin: 0;background-color: #C2C2C2;

}

table, tr, td, p {

	font-family: arial,verdana,Helvetica;

	font-size: 12px;

}

table.controlpanel {

	border-bottom: 2px solid #999;

	border-right: none;

	border-left: none;

	border-top: none;

	background: white;

	width: 100%;

}

.PagingTable {

    width: 100%;

    background-color: #FFFFFF;

    BORDER-RIGHT: #003366 1px solid; 

    BORDER-TOP: #003366 1px solid; 

    BORDER-LEFT: #003366 1px solid; 

    BORDER-BOTTOM: #003366 1px solid; 

}



/*========================================================*/

/*  2. Layout CSS                                         */

/*========================================================*/

/*  Main Table CSS Site Width          */

.MainInnerTable {

	background-color: white;

	width: 760px;

}

.Logo {

	vertical-align: top;

	padding: 0px;

}

.LeftOfMenuBox {

	width: 158px;

	height: 18px;

}

.Menu {

	padding: 0px;

	width: 100%;

}

.LeftPaneColor {

	border-top: 2px solid white;

	width: 158px;

}

.MainContentTableColor {

	background: white;

	height: 100%;

	width: 596px;

}

.SearchBox {

	width: 128px;

	margin-bottom: 4px;

}

.ContentTable {

	width: 760px;

}

/*========================================================*/

/*  3. Panes                                              */

/*========================================================*/

.SearchPane {

	padding-top: 15px;

}

.leftpane {

	padding-left: 10px;

	width: 158px;

}

.MainImage {

	border-top: 1px solid white;

	padding: 0px;

	height: 0px;

	width: 598px;

}

.ContentPane {

	padding-left: 15px;

	padding-right: 15px;

	height: 100%;

	padding-top: 15px;

}

/*========================================================*/

/*  4. Links                                              */

/*========================================================*/

A:link, A:visited, A:active, A:hover {

	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.Normal:link, a.Normal:visited {

	color: #666666;

	font-family: arial,verdana,Helvetica;

	font-weight: normal;

	font-size: 12px;

	text-decoration: none;

}

a.Normal:hover {

	color: #111111;

	font-family: arial,verdana,Helvetica;

	font-weight: normal;

	font-size: 12px;

	text-decoration: none;

}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {

	color: #C6F1FF;

	font-family: tahoma;

	font-weight: normal;

	font-size: 12px;

	text-decoration: none;

}

a.LoginLink:hover {

	color: #666666;

	font-family: tahoma;

	font-weight: normal;

	font-size: 12px;

	text-decoration: none;

}

/*========================================================*/

/*  5. Terms CSS                                          */

/*========================================================*/

.terms {

	font-family: arial,verdana,Helvetica;

	font-size: 10px;

	color: #cccccc;

}

a.terms, a.terms:hover, a.terms:visited {

	font-size: 10px;

	color: #999999;

}

/*========================================================*/

/*  7. Enterprise Forms                                   */

/*========================================================*/

/* Enterprise Forms*/

.EFFormBody {

	background-color: white;

	border: 0px;

	width: 500px;

}

.formsheader {

	background-color: white;

	border: 0px;

}

.Panel {

	border: 0px;

}

.EFTextBox {

	width: 200px;

}

.EFHiddenInput {

	display: none;

}

.EFMessageBox {

	width: 200px;

	height: 150px;

}

.EF2ColumnMessageBox {

	width: 515px;

	height: 150px;

}

.EF2Column {

	width: 415px;

}

#dnn_ctr1337_DataEntry_ViewForm_buttonsHolder {

	margin-left: 100px;

	padding-left: 100px;

}

/*========================================================*/

/*  8. Module Menus                                       */

/*========================================================*/

.Head   {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  14px;

    font-weight:   bold;

    color: #333333;

}

.SubHead   {

    font-family: Tahoma, Arial, Helvetica;

    font-size:  12px;

    font-weight:   bold;

    color: #333333;

}



/*-- container for module menus --*/

.ModuleTitle_MenuContainer {

	color: #2c2c2c;

}

/*-- bar for module menus --*/

.ModuleTitle_MenuBar {

	cursor: pointer;

}

/*-- menu items --*/

.ModuleTitle_MenuItem {

	font-family: tahoma;

	color: #333;

	font-size: 12px;

	background: #f6f6f6;

	font-weight: bold;

	font-style: normal;

	border: #f6f6f6 1px solid;

	padding: 0px 8px 1px 2px;

	font-weight: normal;

}

/*-- submenu container --*/

.ModuleTitle_SubMenu {

	z-index: 1000;

	cursor: pointer;	margin: 2px 0 0 0px;

	background: #f6f6f6;

	padding: 1px;

	border: 1px solid #666;

	font-weight: normal;

}

/*-- hover state --*/

.ModuleTitle_MenuItemSel {

	font-family: tahoma;

	font-size: 12px;

	cursor: pointer;

	color: #333;

	background: #ddd;

	border-left: #ddd 1px solid;

	border-right: #ddd 1px solid;

	padding: 0px 8px 1px 2px;

	font-weight: normal;

}

.ModuleTitle_MenuIcon {

	border: 1px solid #eee;

	padding: 0 3px 0 3px;

}

/*-- Not Needed --*/

.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {

	display: none;

}



/*========================================================*/

/*  9. DNN Default                                        */

/*========================================================*/



/* styles used in the FileManager */

.FileManager

{

	border-right: black 1px solid;

	border-top: black 1px solid;

	border-left: black 1px solid;

	border-bottom: black 1px solid;

	height:400px;

}

.FileManager_ToolBar

{

	border-bottom: black 1px solid;

	height:25px;

}

.FileManager_Explorer

{

	height:100%;

	border: dimgray 1px solid;

	background-color: White;

	margin: 2px 2px 2px 2px;

}

.FileManager_FileList 

{

	height:100%;

	border: dimgray 1px solid;

	background-color: White;

	margin: 2px 2px 2px 2px;

	overflow: auto;

}

.FileManager_MessageBox 

{

	text-align: center;

	vertical-align: middle;

	background-color: White;

	padding: 25px 25px 25px 25px;

}

.FileManager_Header

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    color: #E7E7FF;

    background-color: #9EBFF6;

    border-bottom: dimgray 1px solid;

    height: 25px;

}

.FileManager_Pager

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    background-color: #EEEEEE;

    border-top: dimgray 1px solid;

    height: 25px;

}

.FileManager_StatusBar

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    background-color: #dedfde;

    height: 25px;

	margin: 2px 2px 2px 2px;

}

.FileManager_Item

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    color: Black;

    background-color: #F8F8F8;

    border-top: black 1px dashed;

    border-bottom: black 1px dashed;

}

.FileManager_AltItem

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

    color: Black;

    background-color: #EEEEEE;

    border-style: none;

}

.FileManager_SelItem

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: bold;

    color: White;

    background-color: #99ffff;

    border-style: none;

}

.FileManagerTreeNode 

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

}

.FileManagerTreeNodeSelected 

{

    font-family: Tahoma, Arial, Helvetica;

    font-size: 11px;

    font-weight: normal;

	background-color: #dcdcdc; 

}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {

    text-decoration:    none;

    color: #003366;

}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {

    text-decoration:    none;

    color: #003366;

}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {

    text-decoration:    none;

    color: #ff0000;

}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {

    text-decoration:    none;

    color: #003366;

}

/* styles used in the Wizard Framework */

.Wizard

{

	border-right: black 1px solid;

	border-top: black 1px solid;

	border-left: black 1px solid;

	border-bottom: black 1px solid;

	height:400px;

	width:650px;

}

.WizardButton

{

	border-right: dimgray 1px solid;

	padding-right: 2px;

	border-top: dimgray 1px solid;

	padding-left: 2px;

	padding-bottom: 2px;

	border-left: dimgray 1px solid;

	padding-top: 2px;

	border-bottom: dimgray 1px solid;

	background-color: gainsboro;

}

.WizardHeader

{

	background: #ffffcc;

	border-bottom: black 1px solid;

	height:40px;

}

.WizardFooter

{

	border-top: black 1px solid;

	background: #ccffcc;

	height: 25px;

	text-align: right;

}

.WizardBody

{

	padding-right: 10px;

	padding-left: 10px;

	padding-bottom: 10px;

	padding-top: 10px;

	height: 325px;

}

.WizardHelp

{

	padding-right: 5px;

	padding-left: 5px;

	font-size: 9pt;

	padding-bottom: 5px;

	border-left: black 1px solid;

	width: 180px;

	padding-top: 5px;

	background-color: #ccffff;

}

.WizardHelpText

{

	overflow: auto;

	font-size: 8pt;

	width: 180px;

	color: black;

	font-family: Tahoma, Verdana, Arial, Sans-Serif;

	height: 300px;

}

.WizardText

{

	font-size: 9pt;

	color: black;

	font-family: Tahoma, Verdana, Arial, Sans-Serif;

}





/* text style used for help text rendered by modules */

.Help

{

  border-right: black 1px solid;

  padding-right: 2px;

  border-top: black 1px solid;

  padding-left: 2px;

  font-weight: normal;

  font-size: 11px;

  padding-bottom: 2px;

  border-left: black 1px solid;

  color: black;

  padding-top: 2px;

  border-bottom: black 1px solid;

  font-family: Tahoma, Arial, Helvetica;

  background-color: #ffff99;

}






http://www.fmc.com/Portals/corp/Skins/FMC/skin.css

i"??/*/*=========================================*/

/*         general css for fmc.com           */

/*===========================================*/

/**/

/*  1. Universal css*/

/**/

html {height:100%;}

#body {height:100%;margin:0;background-color:#fff;}

div{margin:0px; padding:0px;}

table, tr, td, p {color: #444444;font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;line-height: 18px;}

#clear{clear:both; margin:0; padding:0;font-size:0px;}

a:link, a:visited, a:active {color: #666666;font-family: verdana, arial, helvetica, sans-serif;font-weight: normal;font-size: 12px;text-decoration: none;}

a:hover {color: #B30101;font-family: verdana, arial, helvetica, sans-serif;font-weight: normal;font-size: 12px;text-decoration: none;}

/*  2. layout css*/



/*outside of content layout css*/

#wrapper{background: url(images/background.gif) repeat-x top left transparent;text-align: center;padding: 0px;border:0; height:100%;}

#wrapper2{background: url(images/background2.jpg) repeat-x top left transparent;text-align: center;padding: 0px;border:0; height:100%;}

#maincontent{width: 952px;text-align:center;margin:0px auto;border-left: 1px solid #cdcEc8;border-right: 1px solid #cdcEc8;}

* html #maincontent{width:956px;}

/* top row css */

#toprow{height: 21px; width: 100%; padding:0; vertical-align:top;font-size:0px; background:#465757;}

/* logo row css */

#header{vertical-align:top;height:75px;background:#fff;padding-top:5px; border-right:1px solid #ccc; border-left:1px solid #ccc;}

* html #header{padding-bottom:10px;}

#headerleft{width: 100%;height:76px;background: url(images/l.jpg) repeat-y top left;}

#headerright{width: 100%;height:76px;background: url(images/r.jpg) repeat-y top right;}

#logodiv{float:left;width:300px;padding:12px 0 0 25px;text-align:left;}



/* fmc top row css */

#fmctoprowright {float:right; width: 600px; margin: 0 22px 0 0; _margin: 0 12px 0 0; padding:0px;background: #fff; vertical-align:top;text-align:right;}

span.fmctoprowright{text-align:right;vertical-align:top;}

.fmctoprowright{font-family: arial, helvetica, sans-serif;font-size: 10px;color: #666666;}

span.fmclogo{border:0px; padding-bottom: 0px; border-color:#fff;vertical-align:middle;}

.fmctoprowright a:link, .fmctoprowright a:visited, .fmctoprowright a:active{font-family: arial, helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #666666;text-decoration:none;text-transform:uppercase;line-height: 13px;vertical-align:top;}

.fmctoprowright a:hover{font-family: arial, helvetica, sans-serif;font-size: 10px;font-weight: bold;color: #111;text-decoration:none;text-transform:uppercase;line-height: 13px;vertical-align:top;}

#fmclinks{text-align:right;padding-bottom: 10px;_padding-bottom: 0px; vertical-align:top;}

#search{text-align:right;padding:0px 10px 0 0;}

* html #search{padding-top:6px;}

/* menu row css */

#menurow{height: 28px; text-align:left;padding: 0; margin:0; vertical-align:top; background:url(images/menu_b.jpg) top left repeat-x;white-space:nowrap;}



#menu{margin:0;height:28px;display:inline-block;text-align:left;}



/* color box row css */

#box1{float:left;height:36px;border-right:1px solid #fff;background:#7b8688;}

#box2{float:left;height:36px;border-right:1px solid #fff;background:#7b8688;}

#box3{float:left;height:36px;border-right:1px solid #fff;background:#7b8688;}

#box4{float:left;height:36px;width:175px;background:#050134;}

.boxwidth{width:258px;}

* html .boxwidth{width:259px;}



/* flash row css */

.flashtable{padding:0px;margin:0px;border:0; }

#flash1{float:left;height:300px;width:258px;border-right:1px solid #fff;}

#flash2{float:left;height:300px;width:258px;border-right:1px solid #fff;}

#flash3{float:left;height:300px;width:258px;border-right:1px solid #fff;}



#flash4{float:left;width:175px; background:#656f8b; }

.topnews{height:294px;padding:0 10px;vertical-align:top;}



/* inner page */

#innerbox1{float:left;width:256px;background:#050134;}

#innerbox2{float:left;width:695px;background: #7b8688;}

.innerboxheight{height:36px;}

* html .innerboxheight{height:37px;}



.nav{float:left;text-align:left;height:225px;width:226px;background:#66708c;padding:20px 0 0 30px;border-right: 1px solid #cdcEc8;}

* html .nav{height:245px;width:246px;}

.image1{float:left;height:245px;width:324px;background: #7b8688;border-right: 1px solid #cdcEc8;overflow:hidden;}

.image2{float:left;height:245px;width:324px;background: #7b8688;border-right: 1px solid #cdcEc8;overflow:hidden;}

#navbkg{height:245px; width:100%;background:#aE1822;font-size:0;}

* html #navright{width:50px;}



#colorbar{height:37px;width:100%;background:#9da9aE;border-top: 1px solid #cdcEc8;}

* html #colorbar{height:38px;}

/* content row css */

#contentarea{min-height:500px;width:100%;background: #fff; margin:0;vertical-align:top;}

* html #contentarea{height:500px;}

.contenttable{width:100%;padding: 0 20px;overflow:auto;clear:both;}

* html .contenttable{width:96%;}



span.topnewstitle{font-size:16px;font-weight:bold;color:#fff;}

span.topnewstext{color:#fff;}

span.topnewstext a, span.topnewstext a:link, span.topnewstext a:visited{color:#fff;}



span.newstitle{font-size:11px; font-weight: bold;}

span.newstitle a, span.newstitle a:link, span.newstitle a:visited{font-size:11px; text-decoration:none;}

span.newstext{font-size:11px;}

/* content area / panes */

.contenttd{overflow:auto;}

.contentinnertable{width:100%;overflow:auto;clear:both;}



.paneheader{width: 100%;padding: 7px 0 0 0;}

.panetop, .panebottom, .panebottom2, .paneadmin{width: 100%;padding: 0;}

.paneleft {width: 25%;padding: 0 7px 0 0;vertical-align:top;}

.paneright {width: 25%;padding: 0 0 0 7px;vertical-align:top;}

.panetopleft{padding:0 7px 0 0;width: 50%; vertical-align:top;}

.panetopright{padding:0;width: 50%; vertical-align:top;}

.panecenter {width:50%;vertical-align:top;}

.panecontent2{width: 55%;}

.paneright2{width: 45%;padding: 0 0 0 7px;}

.panelower{width:33%;vertical-align:top;padding:0;}

.panelowerright {width: 33%;vertical-align:top;padding: 0 0 0 7px;}

.panelowerleft {width: 33%;vertical-align:top;padding: 0 7px 0 0;}

.paneright3 {width: 66%;padding: 0 0 0 7px;}



/* content area / panes 02 skin*/

.leftpane02{border-right: 1px solid #d4d0c8;padding: 10px; width:25%;}

.contentpanelefttop{padding: 10px; background:#f9f9f9;border-bottom: 1px solid #d4d0c8; border-right: 1px solid #d4d0c8;width:50%;}

.contentpanerighttop{padding: 10px; border-bottom: 1px solid #d4d0c8;width:50%;}

.panecenter02 {vertical-align:top; padding: 20px 10px 5px 10px; height:100%;border-bottom: 1px solid #d4d0c8; width:45%;}

.topleftcontentpane{vertical-align:top; padding: 5px 5px 5px 10px; width:45%;}

.toprightcontentpane{vertical-align:top; padding: 5px 5px 5px 5px; width:45%;}

.panetopcenter02{vertical-align:top; padding: 10px 10px 5px 10px; }



/* content area / panes 03 skin*/

.panecenter03 {width:650px;vertical-align:top; padding: 20px 10px 5px 10px; height:100%;border-bottom: 1px solid #d4d0c8; }

.rightpane03{border-left: 1px solid #d4d0c8;border-bottom: 1px solid #d4d0c8;padding: 60px 10px 10px 10px;width:300px;}



/* footer row css */

#footer{height:64px;width:100%;border-top:1px solid #ddd;border-right:1px solid #ddd; border-left:1px solid #ddd; padding:10px 0;}

#footerline{clear:both;height:12px; width:100%;padding: 0; background: #465757; vertical-align:top; text-align:right; position:relative; bottom:0px;left:0px;}

#footerline3{z-index:100;height:12px; width:100%;padding: 0; background: #465757; vertical-align:top; text-align:right; position:relative;bottom:0px;left:0px;}

#footerleft{text-align:left; float:left; width:60%; padding-left:20px;}

#footerlinks{}

#footerright{text-align:right; vertical-align:top;float:right; width: 332px; padding-right:10px;}

/*  footer */

/* footer links css */

span.footerlinks{text-align:right;}

.footerlinks{font-family: arial, helvetica, sans-serif;font-size: 9px;font-weight: bold;color: #666;line-height: 12px;}



/*footer text*/

.footer {color: #fff;font-size: 11px; white-space:nowrap;}

#footerlinks{padding-bottom:5px;}

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active{font-family: arial, helvetica, sans-serif;font-size: 9px;font-weight: bold;color: #666;text-decoration:none;text-transform:uppercase;line-height: 12px;}

.footerlinks a:hover{font-family: arial, helvetica, sans-serif;font-size: 9px;font-weight: bold;color: #111;text-decoration:none;text-transform:uppercase;line-height: 12px;}

span.copyrighttext{text-align:left;}

.fmcfooter{font-family: tahoma, arial, helvetica, sans-serif;font-size: 11px;color:#ccc;width:600px;}



/* copyright css */

.copyrightdiv{padding-top:10px;}

span.copyrighttext{text-align:left;}

.copyrighttext{color: #777;font-family: arial, helvetica, sans-serif;font-size: 10px;line-height: 12px;}



/*   links / text */

h1{font-family: arial, helvetica, sans-serif; font-size: 22px; color: #111;line-height:30px;}

h2{font-family: arial, helvetica, sans-serif;font-weight: bold; font-size:18px; color: #111;line-height:25px;}

h3{font-family: arial, helvetica, sans-serif; font-size:16px; color: #111; line-height:24px; margin-bottom:10px;}



/*hyperlink style for the unselected tabs */

.othertabs {font-size: 12px;color: #333;font-family: tahoma, arial, helvetica, sans-serif;text-decoration: none;}

a.othertabs:link, a.othertabs:visited, a.othertabs:active {text-decoration: none;color: #333;background-color: transparent;border: 0;font-weight: bold;}

a.othertabs:hover {text-decoration: none;color: #333;background-color: transparent;border: 0;font-weight: bold;}

/*head*/

.head {font-size: 14px;color: #333;font-weight: bold;}

/*subhead text*/

a.subhead:link, a.subhead:visited, a.subhead:active {color: #6E8E05;text-decoration: none;font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;font-weight: normal;}

a.subhead:hover {color: #2c2c2c;text-decoration: none;font-family: tahoma, arial, helvetica, sans-serif;font-size: 12px;font-weight: normal;}

/*normal text*/

.normal {color: #444;font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;line-height: 22px;}

a.normal:link, a.normal:visited {color: #333333;font-family: verdana, arial, helvetica, sans-serif;font-weight: normal;font-size: 12px;text-decoration: none;}

a.normal:hover {color: #444;font-family: verdana, arial, helvetica, sans-serif;font-weight: normal;font-size: 12px;text-decoration: none;}

.normalred {color: #900;font-family: verdana, arial, helvetica, sans-serif;font-weight: bold;font-size: 12px;}

.normalbold {font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;font-weight: bold;}

/*links for entire site*/

select, input {font-family: verdana, arial, helvetica, sans-serif;font-size: 12px;color: #333;text-align:left;}

/*applied to invisible objects*/

.invisible {visibility: hidden;}

hr{color:#d0201d;}

/*-- bullet css --*/

ul {}

Ul li{ font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; color:#000;line-height:16px; }

Ul li li{list-style-image:url('images/bullet2.gif');font-family: verdana, arial, helvetica, sans-serif; font-size: 12pt; line-height:16px; color:#666;}

Ul li Ul li{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color:#333;line-height:16px; text-decoration:none;}

/*-- left navigatin flexplex css --*/

.innernav{font-size: 12px; font-family: verdana, arial, helvetica, sans-serif;}

a.innernavparent, a.innernavparent:visited, a.innernavparent:link, a.innernavparent:active{font: bold 14px arial, helvetica, sans-serif; color:#fff; line-height: 14px; text-decoration:none;padding: 2px 0 0 20px;}

a.innernavparent:hover{font: bold 14px arial, helvetica, sans-serif; color:#ddd; line-height: 14px; text-decoration:none;}

a.innernavparentsel, a.innernavparentsel:visited, a.innernavparentsel:link, a.innernavparentsel:active{font: bold 14px arial, helvetica, sans-serif; color:#ccc; line-height: 14px; text-decoration:none; padding: 2px 0 0 20px;}

a.innernavparentsel:hover{font: bold 14px arial, helvetica, sans-serif; color:#ddd; line-height: 14px; text-decoration:none;}



td a.innernavparent{background: url(images/navarrow.jpg) left no-repeat; padding-left:20px;line-height: 14px;}

td a.innernavparentsel{background: url(images/navarrowsel.jpg) left no-repeat; padding-left:20px;line-height: 14px;}



.leftnav{font-size: 14px; font-family: verdana, arial, helvetica, sans-serif;width:200px;color:#5b759a;}

a.leftnavparent, a.leftnavparent:link, a.leftnavparent:active, a.leftnavparent:visited{font: bold 14px arial, helvetica, sans-serif; color:#5b759a; line-height: 1.5em; text-decoration:none;}

a.leftnavparent:hover, .leftnavparent a:hover{font: bold 14px arial, helvetica, sans-serif; color:red; line-height: 1.5em; text-decoration:none;}

a.leftnavparentsel, a.leftnavparentsel:visited, a.leftnavparentsel:link, a.leftnavparentsel:active{font: bold 14px arial, helvetica, sans-serif; color:red; line-height: 1.5em; text-decoration:none;}

a.leftnavparentsel:hover{font: bold 14px arial, helvetica, sans-serif; color:red; line-height: 1.5em; text-decoration:none;}



/*-- module menu css --*/



.moduletitle_submenu {background: #fff; padding: 4px 0 0 0; border: 1px solid #111111;z-index: 1;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}

/*submenu idle*/ 

.moduletitle_menuitem { color: #333333; font-family: tahoma; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; background: transparent; }

.mainmenu_menuitemsel{background: transparent;}

.moduletitle_menuitemsel{color: #fff; font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; height: 20px; border-top: 1px solid #999999;border-bottom: 1px solid #999999;background-color: #62a6cb; padding: 0px 30px 0px 16px;}

/*module menu continer*/

.moduletitle_menucontainer{color: #2c2c2c;}

/*module menu bar*/

.moduletitle_menubar{cursor: hand;background: transparent;}

/*not needed*/

.mainmenuseperator, .moduletitle_menuarrow, .mainmenu_menuarrow, .mainmenu_menuicon, .moduletitle_menuicon {display: none;}

.moduletitle_rootmenuarrow{display: none;}



/*--rss css --*/

#rss{float:right; padding-right:10px;font-size: 10px; }

#rss a{text-decoration: none;}

#rss a:hover{text-decoration: none;}





td.cuq{width:200px;}

input.cutb, select.cutb{width:275px;}

textarea.cumb{width:400px; height:100px;}

input, select{font-family: arial, helvetica, sans-serif; font-size: 12px; }



/*--Location XMOD Css --*/

.locationstable{ width:800px;background:#fff;overflow:visible;}

.locationstable td,.locationstable tr{vertical-align:top;}

div.innertable{border:1px solid #ccc;width:300px;height:235px !important;background:#fff; padding:5px;}

.innertable td{vertical-align:top;}

.innertable div{padding-left:10px;}

#locationsglobalmap{float:left;width:500px;}

#locationsbybusinesslist{font-size:12px;margin-top:5px;}

#locationsbybusiness{font-weight:bold;font-size:18px;float:left; color:#060335; margin: 20px 50px 0 0; vertical-align:top;}



#locationsresult{clear:both;height:100%}



div.locationresult{float:left;width:800px;height:100%;overflow:visible;}

* html div.locationresult{height:auto;}

div.innertable{float:left;border:1px solid #ccc;width:250px;height:175px;background:#fff; padding:5px;}



/* location xmod form */

.locationtd{width:200px;font-weight:bold;}

.locationtd input{width:250px;}

/*-- End css --*/

http://www.fmc.com/Portals/corp/Containers/fmc/container.css

i"??/*/*=========================================*/

/*         Container CSS for Default           */

/*===========================================*/



#FMCTitleDiv{padding-bottom:20px;}

.FMCTitleContent{color: #444444;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height: 14pt;vertical-align:top;}

.FMCTitleContent .normal{color: #444444;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;}

#FMCContentArea{padding: 0 0 20px 10px;}

.FMCTitleContent .normaltextbox{min-width:150px;max-width:250px;}



/* Red Title CSS  */

.RedTitle{font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;color: #EE0000;}



/* Blue Title CSS  */

h1 .BlueTitle{font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;color: #060335; line-height:20px;}

#FMCBlueTitleDiv{padding-bottom:0px;}

/* Green Title CSS  */

.GreenTitle{font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;color: #AEBC41;}

/* White Title CSS  */

#FMCwhiteTitleDiv{padding:10px;}

#FMCwhiteTitleDiv h1{margin:0px;}

h1 .whiteTitle{font-size: 18px;font-family: Verdana, Arial, Helvetica, sans-serif;color: #fff;}




http://www.fmc.com/Portals/corp/Containers/FocusedBlue/container.css

/*========================================================*/

/*             ShapingDesign.com Container CSS            */

/*              http://www.ShapingDesign.com              */

/*========================================================*/

/*     Shaping Design Focused Blue Container CSS           */

/*========================================================*/

/*====================*/

/*    General CSS     */

/*====================*/

/* set font size to 0   */ div{font-size:10px;}

/* title white          */ .wtitle, span.wtitle {font:bold 16px Arial, Helvetica, sans-serif; color:#fff; padding:10px;  white-space:nowrap;}

/* title                */ .title, span.title {font:bold 16px Arial, Helvetica, sans-serif; color:#444; padding:0; white-space:nowrap;}

/* color title          */ .bluecTitle {font:bold 16px Arial, Helvetica, sans-serif; color:#2087B9; padding:0; white-space:nowrap;}

/* actions div          */ #actionpanediv {height:30px;width:100%; padding:5px 10px 0 0;}

/* action div items     */ #actionpane {float:right;padding:0;}

/* action pane img      */ #actionpane img{padding-right:10px;}

/* background color     */ .bluecolor{background:#2087B9;}

/* container css        */ .container{clear:both;margin-bottom:10px;overflow:auto;}

/* title div            */ #titlediv{min-height:14px;height:100%;}

/* title                */ #title{float:left;padding:0 0 0 10px;font:16px Arial, Helvetica, sans-serif;}

/* visibility div       */ #visibility{float:right; padding:0 10px 0 0;}

/* content div          */ #contentdiv{clear:both;vertical-align:top;overflow:auto;}

/* content              */ .content {clear:both;padding:0 10px;}

/* content              */ .blue08 .content .normal table {clear:both;padding:0;}

/*====================*/

/*    01 CSS    */

/*====================*/

/* container            */ #bluecontainer01 {clear:both;}

/* gradient             */ #blue01header {background:url('images/gradient.jpg') top left repeat-x #2087B9;}

/* color top center     */ #blue01_ct {height:5px;font-size:0px;}

/* color top right      */ #blue01_ctr {background:url('images/01_ctr.jpg') top right no-repeat; height:5px;font-size:0px;}

/* colortop right       */ #blue01_ctl {background: url('images/01_ctl.jpg') top left no-repeat; height:5px;font-size:0px;}

/* color mid center     */ #blue01_cm {padding:0;height:100%;width:100%;min-height:14px;padding:5px 0;}

/* mid center IE        */ * html #blue01_cm{padding:0;}

/* color bottom         */ #blue01_cb {height:5px;font-size:0px; }

/* color bottom left    */ #blue01_cbl {background:url('images/01_cbl.jpg') bottom left no-repeat; height:5px;font-size:0px;}

/* color bottom right   */ #blue01_cbr {background:url('images/01_cbr.jpg') bottom right no-repeat; height:5px;font-size:0px;}

/* content mid          */ #blue01_ml {background:url('images/01_l.jpg') top left repeat-y;}

/* content mid right    */ #blue01_mr {background:url('images/01_r.jpg') top right repeat-y;}

/* content bottom       */ #blue01_b {background:url('images/01_b.jpg') top left repeat-x; height:8px;font-size:0px;}

/* content bottom left  */ #blue01_bl {background: url('images/01_bl.jpg') top left no-repeat;height:8px;font-size:0px;}

/* content bottom right */ #blue01_br {background:url('images/01_br.jpg') top right no-repeat; height:8px;font-size:0px;}

/*====================*/

/*    02 CSS    */

/*====================*/

/* gradient             */ #blue02header {background:url('images/gradient.jpg') top left repeat-x #2087B9;}

/* top center           */ #blue02_ct  {background: url('images/02_ct.jpg') top right repeat-x;font-size:0px;}

/* top left             */ #blue02_ctr {background: url('images/02_ctr.jpg') top right no-repeat; height:5px; font-size:0px;}

/* top right            */ #blue02_ctl {background: url('images/02_ctl.jpg') top left no-repeat; height:5px;font-size:0px;}

/* mid center           */ #blue02_cm {height:100%;min-height:14px;padding:5px 0;}

/* mid center IE        */ * html #blue02_cm{padding:0;}

/* bottom center        */ #blue02_cb {background:url('images/02_cb.jpg') bottom left repeat-x;height:5px;font-size:0px;}

/* bottom mid left      */ #blue02_cbl {background:url('images/02_cbl.jpg') bottom left no-repeat; height:5px;font-size:0px;}

/* bottom mid right     */ #blue02_cbr {background:url('images/02_cbr.jpg') bottom right no-repeat; height:5px;font-size:0px;}

/*====================*/

/*    03 CSS    */

/*====================*/

/* header               */ #blue03header {padding:5px;height:100%;min-height:14px;background:url('images/gradient.jpg') top right repeat-x #2087B9;}

/* color top right      */ #blue03content {background:#fff; border:1px solid #ccc;}

/*====================*/

/*   04 CSS    */

/*====================*/

/* header               */ #blue04header {background:#fff; border:1px solid #ccc; padding:5px;height:100%;min-height:14px;}

/* color top right      */ #blue04content {background:#fff; border:1px solid #ccc; border-top:0;}

/*====================*/

/*    05 CSS    */

/*====================*/

/* top center           */ #blue05_ct  {background: url('images/05_t.jpg') top right repeat-x;height:19px; font-size:0px;}

/* top left             */ #blue05_ctr {background: url('images/05_tr.jpg') top right no-repeat; height:19px; font-size:0px;}

/* top right            */ #blue05_ctl {background: url('images/05_tl.jpg') top left no-repeat; height:19px;font-size:0px;}

/* content mid center   */ #blue05_ml {background:url('images/05_l.jpg') top left repeat-y;}

/* content mid right    */ #blue05_mr {background:url('images/05_r.jpg') top right repeat-y;}

/* content bottom       */ #blue05_b {background:url('images/05_b.jpg') top left repeat-x; height:19px;}

/* content bottom left  */ #blue05_bl {background: url('images/05_bl.jpg') top left no-repeat; height:19px;}

/* content bottom right */ #blue05_br {background:url('images/05_br.jpg') top right no-repeat; height:19px;}

/*====================*/

/*    06 CSS    */

/*====================*/

/* top center           */ #blue06_ct  {background: url('images/06_t.jpg') top right repeat-x;height:19px; font-size:0px;}

/* top left             */ #blue06_ctr {background: url('images/06_tr.jpg') top right no-repeat; height:19px; font-size:0px;}

/* top right            */ #blue06_ctl {background: url('images/06_tl.jpg') top left no-repeat; height:19px;font-size:0px;}

/* content mid center   */ #blue06_ml {background:url('images/06_l.jpg') top left repeat-y;}

/* content mid right    */ #blue06_mr {background:url('images/06_r.jpg') top right repeat-y;}

/* content bottom       */ #blue06_b {background:url('images/06_b.jpg') top left repeat-x; height:19px;}

/* content bottom left  */ #blue06_bl {background: url('images/06_bl.jpg') top left no-repeat; height:19px;}

/* content bottom right */ #blue06_br {background:url('images/06_br.jpg') top right no-repeat; height:19px;}

/*====================*/

/*    07 CSS    */

/*====================*/

/* top center           */ #blue07_ct  {height:19px; font-size:0px;}

/* top left             */ #blue07_ctr {background: url('images/07_tr.jpg') top right no-repeat; height:19px; font-size:0px;}

/* top right            */ #blue07_ctl {background: url('images/07_tl.jpg') top left no-repeat; height:19px;font-size:0px;}

/* content bottom       */ #blue07_b {height:19px;}

/* content bottom left  */ #blue07_bl {background: url('images/07_bl.jpg') top left no-repeat; height:19px;}

/* content bottom right */ #blue07_br {background:url('images/07_br.jpg') top right no-repeat; height:19px;}

/*====================*/

/*    08 CSS    */

/*====================*/

/* top center           */ #blue08_ct  {background: url('images/08_t.jpg') top right repeat-x;height:19px; font-size:0px;}

/* top left             */ #blue08_ctr {background: url('images/08_tr.jpg') top right no-repeat; height:19px; font-size:0px;}

/* top right            */ #blue08_ctl {background: url('images/08_tl.jpg') top left no-repeat; height:19px;font-size:0px;}

/* content mid center   */ #blue08_ml {background:url('images/08_l.jpg') top left repeat-y;}

/* content mid right    */ #blue08_mr {background:url('images/08_r.jpg') top right repeat-y;}

/* content bottom       */ #blue08_b {background:url('images/08_b.jpg') top left repeat-x; height:19px;}

/* content bottom left  */ #blue08_bl {background: url('images/08_bl.jpg') top left no-repeat; height:19px;}

/* content bottom right */ #blue08_br {background:url('images/08_br.jpg') top right no-repeat; height:19px;}

/*====================*/

/*    10 CSS    */

/*====================*/

/* content              */ .blue10 .content {clear:both;padding:10px; border-top:1px solid #2087B9; }

/*====================*/

/*    11 CSS    */

/*====================*/

/* content              */ .blue11 .content {clear:both;padding:10px;border-top:1px solid #ccc;}



/*    END OF CSS          */


http://www.fmc.com/Portals/corp/portal.css

/* ================================

    CSS STYLES FOR DotNetNuke

   ================================

*/   





/* PAGE BACKGROUND */

/* background color for the header at the top of the page  */

.HeadBg {

}



/* background color for the content part of the pages */

Body

{

}



.ControlPanel {

}



/* background/border colors for the selected tab */

.TabBg {

}



.LeftPane  { 

}



.ContentPane  { 

}



.RightPane  { 

}



/* text style for the selected tab */

.SelectedTab {

}



/* hyperlink style for the selected tab */

A.SelectedTab:link {

}



A.SelectedTab:visited  {

}



A.SelectedTab:active   {

}



A.SelectedTab:hover    {

}



/* 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

{

}



/* 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    {

}

    

/* button style for standard HTML buttons */

.StandardButton     {

}



/* GENERIC */

H1  {

}



H2  {

}



H3  {

}



H4  {

}



H5, DT  {

}



H6  {

}



TFOOT, THEAD    {

}



TH  {

}



A:link  {

}



A:visited   {

}



A:active    {

}



A:hover {

}



SMALL   {

}



BIG {

}



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-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 {

}



.MainMenu_MenuBar {

}



.MainMenu_MenuItem {

}



.MainMenu_MenuIcon {

}



.MainMenu_SubMenu {

}



.MainMenu_MenuBreak {

}



.MainMenu_MenuItemSel {

}



.MainMenu_MenuArrow {

}



.MainMenu_RootMenuArrow {

}


http://www.fmc.com/WebResource.axd?d=kDeBoEyBrgK-2NTaytGJB32SjipmWsA1eSLy6s1Tu5O1R98oFPMy-8iqxh6l5WChn-6MVKzqK-MpaBttAwzWxb-9zHQhsbsF0&amp;t=633628755612031250

i"??.radmenu

{

	white-space:nowrap;

	float:left;

	position:relative;

}





.radmenu:after 

{

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}



.radmenu ul.horizontal,

.radmenu ul.vertical

{

	margin:0;

	padding:0;

	display:none;

	position:relative;

	left:0;

	float:left;

}



.radmenu .item

{

	float:left;

	position:relative;

	list-style-image: none;

	list-style-position:outside;

	list-style:none;	

	_display:inline;

}





.radmenu .horizontal .item

{

	clear:none;

}



.radmenu .vertical .item

{

	clear:both;

}





.radmenu ul.active,

.radmenu ul.rootGroup

{

	display:block;

}



.radmenu .slide, 

.contextMenu

{

	position:absolute;

	overflow:hidden;

	display:none;

	_height:1px;

	float:left;

}



.contextMenu

{

	z-index:1000;

}



.radmenu .text

{

	display:block;

}



.radmenu a.link

{

	cursor:default;

	display:block;	

}





.scrollWrap

{

	position:absolute;

	float:left;

	overflow:hidden;

	left:0;

}



.radmenu .leftArrow,

.radmenu .topArrow,

.radmenu .bottomArrow,

.radmenu .rightArrow

{

	position:absolute;

	z-index:2000;

	text-indent:-1000em;

}



.radmenu .leftArrowDisabled,

.radmenu .topArrowDisabled,

.radmenu .bottomArrowDisabled,

.radmenu .rightArrowDisabled

{

	display:none;

	text-indent:-1000em;

}



.radmenu .bottomArrow,

.radmenu .bottomArrowDisabled

{

	margin-bottom: -1px;

}



.radmenu .leftImage

{

	border:0;

	float:left;

}



.rtl

{

	float:right;

}



.rtl ul.horizontal,

.rtl ul.vertical

{

	float:right;

}



.rtl .item

{

	float:right;	

}



.rtl .leftImage,

.rtlcontext .leftImage

{

	border:0;

	float:right;

}



.radmenu ul.rootGroup

{

	float:none;

	_float:left;

}



.radmenu .link

{

	width:auto;

}

http://www.fmc.com/Portals/corp/Skins/FMC/RadSkins/Fmc/styles.css

p/* r.a.d.menu Default skin */ 

.RadMenu_fmc{border:0;font-family: Arial, Helvetica, sans-serif;font-size: 14px; height:28px;width:955px;} 

/* Text CSS */ 

/* Parent Pages Icon */ 

.RadMenu_fmc .RootGroup {height: 28px;white-space:nowrap;margin-bottom:5px;}

.RadMenu_fmc .RootGroup .separator{}

.RadMenu_fmc .RootGroup .item{text-decoration:none;cursor: pointer;margin:0px;height:27px;}

.RadMenu_fmc .RootGroup .link{color: #fff;font-weight:bold;text-decoration:none;cursor: pointer;background:url(images/Menu_B.jpg) repeat-x;padding: 3px 10px 0 10px;height:24px;text-align:center;min-width:112.5px;}

* html .RadMenu_fmc .RootGroup .link{height:27px;width:132.2px;}

.RadMenu_fmc .RootGroup .link:hover {color: #fff;cursor: pointer;background:url(images/Menu_B_over.jpg) repeat-x;height:24px;padding: 3px 10px 0 10px; text-align:center;min-width:112.5px}

* html .RadMenu_fmc .RootGroup .link:hover{height:27px;width:132.2px}

.RadMenu_fmc .RootGroup .SelPath {color: #fff;font-weight: bold;cursor: pointer;background:transparent;text-align:center;}

.RadMenu_fmc .RootGroup .link .expanded {cursor: pointer;background:url(images/Menu_B_over.jpg) repeat-x;height:27px;padding: 0px 10px;text-align:center; }

.RadMenu_fmc .RootGroup .HeaderFocused{color: #fff;cursor: pointer;background:url(images/Menu_B_over.jpg) repeat-x;height:27px;padding: 3px 10px 0 10px; text-align:center;}

/* SubMenu */ 

.RadMenu_fmc .group{background-color: #fff;  border: 2px solid white;margin-top:5px;}



/* 

    Second level links focused, hover and expanded state.

*/

.RadMenu_fmc .Level1{padding:0px; margin:0px; border:0;background:#fff;}

.RadMenu_fmc .Level1 .item{padding:3px 0 0 0; margin:0px; background:transparent;min-width:124px;max-width:250px;_width:122px;}

.RadMenu_fmc .Level1 .link{padding:0 5px; margin:0px; background:transparent;border-bottom:1px solid #ccc;}

.RadMenu_fmc .Level1 .link:hover{padding:0 5px; margin:0px; background:transparent;border-bottom:1px solid #ccc;}

.RadMenu_fmc .Level1 .focused{padding:0 5px; color:red; margin:0px; background:transparent;border-bottom:1px solid #ccc;}





.RadMenu_fmc .group .link{font-family: verdana, sans-serif;background:transparent;font-weight: normal;font-size:8pt;color: #666;text-align: left;cursor:pointer;text-decoration: none;}

.RadMenu_fmc .group .link:hover{cursor:pointer; color:red;background:transparent;text-align:left;}

.RadMenu_fmc .group .focused{cursor:pointer; color:red;background:transparent;text-align:left;}



/*  3rd level links  */



.RadMenu_fmc .Level2 .link{background:#E4E4E4;font-family: verdana, sans-serif;font-weight: normal;font-size:7pt;color: #000;text-align: left;cursor:pointer;padding: 5px;text-decoration: none;}

.RadMenu_fmc .Level2 .focused{background:#E4E4E4;font-family: verdana, sans-serif;font-weight: bold;font-size:7pt;color: #EF3A32;text-align: left;cursor:pointer;padding: 5px;text-decoration: none;}

.RadMenu_fmc .Level2 .link:hover{background:#E4E4E4;padding: 5px;}

.RadMenu_fmc .Level2{padding:0px; margin:0px; border:0;background:#E4E4E4;}



.RadMenu_fmc .RootGroup .item .separator .HeaderSep{width:3px;}

.RadMenu_fmc .RootGroup .item .separator .HeaderSep .leftimage{width:3px;}
/*head topic*/
.style2 {
	color: #444444;
    font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
}
.style2 a:link { 
    color: #666666;
	font-weight: bold;	
	font-size: 12px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style2 a:visited { 
    color: #666666;
	font-weight: bold;	
	font-size: 12px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style2 a:active { 
    color: #666666;
	font-weight: bold;	
	font-size: 12px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style2 a:hover { 
    color: #B30101;
	font-weight: bold;
	font-size: 13px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style17 {
	color: #444444;
    font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
}
.style17 a:link { 
    color: #666666;
	font-weight: bold;	
	font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style17 a:visited { 
    color: #666666;
	font-weight: bold;	
	font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style17 a:active { 
    color: #666666;
	font-weight: bold;	
	font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}
.style17 a:hover { 
    color: #B30101;
	font-weight: bold;
	font-size: 10px;
    font-family: Tahoma, Arial, Helvetica;
	text-decoration: none
}


