/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg 
{
	background-color:Black;
}
.TabBg1
{
	background-image:url(/images/forDiana/blackBar.gif);
	background-repeat:repeat-x;	
}

.LeftPane  
{
        background-color:#000000;
}

.LeftPaneMyPage  
{
	border-right: solid 1 Black;
}


.HeaderBackground
{
	background-repeat:no-repeat;
	background-color:#FEE893;
}
.TopLinksBackground
{
	background-repeat:no-repeat;
	background-color:#FFCC00;
	background-image:url(/images/LayOut/TopLinksBKG.gif);
}

.ContentPane  { 
}

.RightPane  
{
	border-left: solid 1 Black;
}
.RightPaneMyPage 
{
	/*border-left: solid 1 Black;*/
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
      font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
    font-weight: bold;
    font-size: 9pt;
    color:Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;

}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11pt;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11pt;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the calendar links */
A.Calendar:link {
    text-decoration:    underline;
    color:black;
    font-weight:bold;
}

A.Calendar:visited  {
    text-decoration:    underline;
    color:black;
    font-weight:bold;
}

A.Calendar:active   {
    text-decoration:    underline;
    color:DarkGray;
    font-weight:bold;
}

A.Calendar:hover    {
    text-decoration:    underline;
    color:DarkGray;
    font-weight:bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight:    bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11pt;
    font-weight:    bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonBig    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/* CommandButton left nav */

.CommandButtonLeft     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #003366;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonBigLeft    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #003366;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButtonLeft:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButtonLeft:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButtonLeft:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButtonLeft:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
UL LI   {
    /*list-style-type:    square ;*/
    list-style-image: url(/images/yellowbullet.gif)
}

UL LI LI    {
   list-style-image: url(/images/yellowbullet.gif)
}

UL LI LI LI {
   list-style-image: url(/images/yellowbullet.gif)
}

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: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13pt;
    font-weight:    bold;
    color: #003366;
}
.EventsTableHead
{
	background-color: Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: White;
}
.EventsCellClass_odd
{
	background-color: #eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: black;
}
.EventsCellClass_even
{
	background-color:White;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: black;
}
.TopLinks
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color:Black;
    text-decoration: none;
}
.TopLinks:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: black;
    text-decoration: underline;
}

/* Solution Partners DHTML menu classes */
.DNN_MenuContainer 
{    
	border-bottom: #404040 0px solid;     
	border-left: #FF8080 0px solid;     
	border-top: #FF8080 0px solid;     
	border-right: #404040 0px solid;      
	background-color: #333333;
}
.DNN_MenuBar 
{    	   
	cursor: hand;     
	height:16;
}
.DNN_MenuItem 
{    	  
	cursor: hand;     
	color: White;     
	font-family: Verdana, Arial, Helvetica, sans-serif;     
	font-size: 11pt;     
	font-weight: bold;     
	font-style: normal;     
	border-left: #333333 0px solid;     
	border-bottom: #333333 1px solid;     
	border-top: #333333 1px solid;     
	border-right: #333333 0px solid;
}
.DNN_MenuIcon 
{      
	cursor: hand;     
	background-color: #333333;     
	border-left: #333333 1px solid;     
	border-bottom: #333333 1px solid;     
	border-top: #333333 1px solid;     
	text-align: center;     
	width: 15;    
	height: 21;
}
.DNN_SubMenu 
{    
	z-index: 1000;     
	cursor: hand;     
	background-color: red;
	color:Olive;    
	border-bottom: #404040 0px solid;     
	border-left: #FF8080 0px solid;     
	border-top: #FF8080 0px solid;     
	border-right: #404040 0px solid;    
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}
.DNN_MenuItemSel 
{    
	background-color: #CCCCCC;  
	cursor: hand;     
	color: White;     
	font-family: Verdana, Arial, Helvetica, sans-serif;     
	font-size: 11pt;     
	font-weight: bold;     
	font-style: normal;
}
.DNN_MenuArrow 
{    
	font-family: webdings;     
	font-size: 11pt;    
	    
	cursor: hand;     
	border-right: #333333 1px solid;     
	border-bottom: #333333 1px solid;     
	border-top: #333333 0px solid;
}
/* Not Used in DNN Code */
.DNN_MenuBreak 
{
	border-bottom: #404040 1px solid;     
	border-left: #FF8080 0px solid;     
	border-top: #FF8080 1px solid;      
	border-right: #404040 0px solid;     
	background-color: White; height: 1px;
}
/* Not Used in DNN code */
.DNN_RootMenuArrow 
{    
	font-family: webdings;     
	font-size: 11pt;       
	cursor: hand;
}


.ImageBackground
{
	background-repeat: no-repeat;
	background-color: #FFCD00;
}

/* css for orgchart */
TD.orgname 
{
	border: 1 solid gray;
	padding-left: 2pt;
	padding-top: 2pt;
    padding-bottom: 2pt;
    padding-right: 2pt;
    width:120px;
    height:50px;
}
TD.orgactive 
{
	border: 2 solid red;
	padding-left: 2pt;
	padding-top: 2pt;
    padding-bottom: 2pt;
    padding-right: 2pt;
    width:120px;
    height:50px;
}
TD.org3top 
{
	border-left: 1 solid gray;
	border-bottom: 1 solid gray;
	width:10px;
}
TD.org3bot 
{
	border-left: 1 solid gray;
	width:10px;
}
TD.org3spacertop 
{
	border-left: 1 solid gray;
}
TD.org2left 
{
	border-right: 1 solid gray;
	border-top: 1 solid gray;
	width:10px;
}
TD.org2right 
{
	border-top: 1 solid gray;
	border-left: 1 solid gray;
	width:10px;
}
TD.org2spacerright 
{
	border-top: 1 solid gray;
	width:15px;
}              
TD.org3spacerright 
{
	width:10px;
}
TD.org1left 
{
	border-right: 1 solid gray;
}
TD.org1right 
{
	border-left: 1 solid gray;
}
P.orgname 
{
	font-family:arial;
	font-size:9pt;
	color:gray;
    margin-top:0pt;
    margin-bottom:0pt;
}
P.orgjob 
{
	font-family:arial;
	font-size:9pt;
	color:gray;
    margin-top:0pt;
    margin-bottom:0pt;
}
.Invisible {
  display: none;
}

/* hyperlink style for the search results links */
A.SearchLink:link {
    text-decoration:    underline;
}

A.SearchLink:visited  {
    text-decoration:    underline;
}

A.SearchLink:active   {
    text-decoration:    underline;
}

A.SearchLink:hover    {
    text-decoration:    underline;
}
.DefaultCursor
{
	cursor:default;	
}

/* text style used for most text rendered by modules */
.Normal /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: black;
    text-align:justify;
}
.SmallNormal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}

/* text style used for most titles rendered by modules */
.NormalTitle /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
}

/* text style used for some titles rendered by modules */
.AlternateTitle /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #008000;
}

/* text style used for most subtitles rendered by modules */
.NormalSubTitle /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    color: black;
}

/* text style used for some subtitles rendered by modules */
.AlternateSubTitle /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
    color: #008000;
}

.Footer /*FTB Style*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
}


.NormalHyperlink /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
A.NormalHyperlink /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

A.NormalHyperlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #006699;
    text-decoration:underline;
}
A.NormalHyperlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #006699;
}

.LeftNavHyperlink /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color:white;
    text-decoration: none;
}
A.LeftNavHyperlink /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color:white;
    text-decoration: none;
}

A.LeftNavHyperlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    text-decoration:underline;
}
A.LeftNavHyperlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color:white;
}
.NormalLeftNavBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
}
.NormalBold /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
}
.NormalItalic /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-style:italic;  
    color: black;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ff0000
}
.Disclosure
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
    font-weight: bold;
    color:Gray;
}
.MarriageLicTable  
{
	background-image:url(/Forms/MarriageLicApp.jpg);
	background-repeat:no-repeat;
}
/* style of item titles on edit and admin pages */
.MyHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: bold;
    color: #003366;
}
.MenuImage
{
	width:100pt;
}
A.MenuLink:  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}
A.MenuLink:visited  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.MenuLink:active   {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.MenuLink:hover    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}
A.SubMenuLink {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}
A.SubMenuLink:visited  {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.SubMenuLink:active   {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.SubMenuLink:hover    {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopMenuLink  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopMenuLink:visited  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopMenuLink:active   {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopMenuLink:hover    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}
A.TopSubMenuLink  {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}
A.TopSubMenuLink:visited  {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopSubMenuLink:active   {
        font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.TopSubMenuLink:hover    {
       font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration:none;
}

A.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight:bold;
    color: #006699;
}
A.NormalBold:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight:bold;
    color: #006699;
}
A.NormalBold:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight:bold;
    color: #006699;
}
A.NormalBold:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight:bold;
    color: #006699;
}
ModuleTitleBG
{
	background-color: #FFCC00;
	border-color:Black;
	border-width:thin;
	border-style:solid;
}

.OutsideBorder /*FTB Table Style*/
{
	border: solid 2px #ffcc00;
	/*/*/line-height: 1.5em; /* */
		 	
}
    
 .OutsideBorder td {
 	padding: 3px;/*Pads each table cell in modern browsers*/	
 	border:solid 2px #ffcc00;	
        vertical-align:top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-weight: normal;
        color: black;
}
 /* .OutsideBorder th {
 	padding: 10px;/*Pads each table cell in modern browsers	
 	font-size:20pt;
 	color:Black; 	
 }*/
 
 .Preferred /*FTB Table Style*/
{
border:solid 1px #ffcc00;
}

.Preferred td
{
  border:solid 1px #ffcc00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}
 .NoBorderTable /*FTB Table Style*/
{
	border: 0px solid #000000;
	/*/*/line-height: 1.5em; /* */
		 	
}
    
 .NoBorderTable td {
 	padding: 0px;
 	border:solid 0px #000000;	
        vertical-align:top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-weight: normal;
        color: black;
}
.NormalTableHead
{
	background-color:#878787;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color:white;
}
.NormalTableItem
{
	background-color:#F0F0F0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:black;
}
.NormalTableAltItem
{
	background-color:#DBDBDB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:black;
}

.NormalTableGrouping
{
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:black;
}
SmallHyperlink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
A.SmallHyperlink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #006699;
}

A.SmallHyperlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #006699;
    text-decoration:underline;
}
A.SmallHyperlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #006699;
}

TH  {
    background-color:#878787;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color:white;
}
A.TableHeaderLinks:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration:    underline;
    color: white;
}

A.TableHeaderLinks:visited  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration:    underline;
    color: white;
}

A.TableHeaderLinks:active   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration:    underline;
    color: white;
}

A.TableHeaderLinks:hover    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-decoration:    underline;
    color: white;
}
.ScrollingNews
{
overflow: auto
}
.LeftBorder
{
    background-image:url(/images/Home/LeftBorder.gif);
    background-repeat:repeat-y;	

}
.TopBorder
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2pt;
    background-image:url(/images/Home/TopBG.gif);
}
.Highlights /*FTB Style*/ /*Links Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
A.Highlights
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
font-weight: normal;
    color: Black;
    text-decoration: none;
}

A.Highlights:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
font-weight: normal;
    color: Black;
    text-decoration: none;
}


A.Highlights:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
font-weight: normal;
    color: Black;
   text-decoration: none;
}


A.Highlights:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
font-weight: normal;
    color: Black;
    text-decoration:underline;
}

.LeftHyp /*FTB Style*/ /*Links Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 5pt;
      color: white;
    text-decoration: none;
}
A.LeftHyp
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    text-decoration: none;
}

A.LeftHyp:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    text-decoration: none;
}


A.LeftHyp:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
   text-decoration: none;
}


A.LeftHyp:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    text-decoration:underline;
}

.Children /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color:black;
    text-decoration: none;
}
A.Children
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

A.Children:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-decoration: none;
}


A.Children:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
   text-decoration: none;
}


A.Children:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    text-decoration:underline;
}
.NumberofVis
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
}
.ContactUs /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 4pt;
      color: white;
}
.ModuleTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color:white;
    text-decoration: none;
}

.WhiteHyperlink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
}
A.WhiteHyperlink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
}

A.WhiteHyperlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-decoration:underline;
}
A.WhiteHyperlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #ffffff;
}
TD.DropDownMenu
{
	border-bottom:dashed 1 black;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: #000000; 
}
.EmergencyNews
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        color: #000000; 
        font-weight: bold;
}


.LeftNavTopLinks /*FTB Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color:white;
    text-decoration: none;
}
A.LeftNavTopLinks
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color:white;
    text-decoration: none;
}

A.LeftNavTopLinks:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color:white;
    text-decoration: none;
}


A.LeftNavTopLinks:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color:white;
    text-decoration: none;
}


A.LeftNavTopLinks:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color:white;
    text-decoration: underline;
}

.NewsHyperlink /*FTB Style*/ /*Links Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}
A.NewsHyperlink  /*FTB Style*/ /*Links Style*/
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

A.NewsHyperlink:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #006699;
    text-decoration:underline;
}
A.NewsHyperlink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #006699;
}
