﻿body
{ 
 margin: 15px 0px 15px 0px;
}

h3 {
 margin: 15px 10px 20px 10px;
 font-family: arial;
 font-weight: bold;
 font-size: 16pt;
 color: #FF6F00;
} 

h4 {
 margin: 20px 10px 10px 10px;
 font-family: Arial;
 font-weight: bold;
 font-size: 12pt;
 color: #FF6F00;
}

h5 {
 margin: 20px 10px 10px 10px;
 font-family: arial;
 font-weight: bold;
 font-size: 12pt;
 color: #000070;
}

h6 {
 margin: 10px 10px 10px 10px;
 font-family: arial;
 font-variant: small-caps;
 font-size: 13pt;
 color: #FFFFFF;
}


p {
 align: left;
 color: #000000;
 font-family: arial;
 margin: 10px 10px 5px 10px;
 font-size: 10pt;
}

ul {
 margin: 0px 0px 0px 20px;
}
 
li {
 align: left;
 color: #000000;
 font-family: arial;
 margin: 5px 10px 0px 20px;
 font-size: 10pt;
}

li.menu {
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 20px;
 font size: 10pt;
}

li.doc { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-doc.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.pic { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-pic.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.pdf { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-pdf.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.xls { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-xls.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.xlsx { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-xlsx.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.link { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('list-link.png') no-repeat left top;
 list-style-type: none;
 padding-left: 22px;
}

li.blank { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 align: left;
 font-family: arial;
 margin: 10px 10px 0px 0px;
 font size: 10pt;
 background: white url('noFTR.gif') no-repeat left center;
 list-style-type: none;
 padding-left: 22px;
}

dl { /*margins are set clockwise from top (top, right, bottom, left, respectively)*/
 align: left;
 color: #000000;
 font-family: arial;
 font-size: 10pt;
 margin: 15px 35px 16px 15px;
 }

dt {
 align: left;
 color: #000000;
 font-family: arial;
 font-weight: bold;
 font-size: 10pt;
 margin: 15px 0px 0px 15px;
 }

dd {
 align: left;
 color: #000000;
 font-family: arial;
 font-weight: normal;
 font-size: 10pt;
 margin: 0px 0px 0px 24px;
 }


dl.contact { /*margins are set clockwise from top (top, right, bottom, left, respectively)*/
 align: left;
 color: #000000;
 font-family: Arial;
 font-size: 10pt;
 margin: 15px 15px 16px 12px;
 }

dt.contact {
 align: left;
 color: #000000;
 font-family: Arial;
 font-weight: bold;
 font-size: 10pt;
 margin: 15px 0px 0px 0px;
 }

dd.contact {
 align: left;
 color: #000000;
 font-family: Arial;
 font-weight: normal;
 font-size: 10pt;
 margin: 0px 0px 0px 18px;
 }


dl.dir { /*margins are set clockwise from top (top, right, bottom, left, respectively)*/
 align: left;
 color: #000000;
 font-family: Arial;
 font-size: 10pt;
 margin: 15px 15px 16px 12px;
 }

dt.dir {
 align: left;
 color: #000000;
 font-family: Arial;
 font-weight: bold;
 font-size: 10pt;
 margin: 15px 0px 0px 0px;
 }

dd.dir {
 align: left;
 color: #000000;
 font-family: Arial;
 font-weight: normal;
 font-size: 10pt;
 margin: 0px 0px 2px 15px;
 }



.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('list.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important
}

.treeview li.space{ /* Style for LI that contains sub lists (other ULs). */
background: white url('spacer.gif') no-repeat left 1px;
list-style-type: none;
padding-left: 22px;
margin-bottom: 0px
}

.treeview li.divdr{ /* Style for LI that contains sub lists (other ULs). */
background: white url('spacer.gif') no-repeat left 1px;
list-style-type: none;
padding-left: 2px;
margin-bottom: 15px
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}



.treeviewFTR ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeviewFTR li.au{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('FTR.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px
}

.treeviewFTR li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('noFTR.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px
}

.treeviewFTR li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important
}


.treeviewFTR li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeviewFTR .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}


p.topLogo {
 align: left;
 margin: 5px 10px 10px 11px;
}

p.rightitems {
 align: left;
 margin: 3px 0px 0px 5px;
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
}

p.searchtext {
 align: left;
 margin: 3px 0px 0px 0px;
  font-family: arial;
 font-size: 7pt;
 font-weight: light;
}

p.DepartmentPagesDropBox {
 align: left;
 margin: 1px 0px 0px 0px;
  font-family: arial;
 font-size: 9pt;
 font-weight: bold;
}

p.news {
 align: left;
 color: #000000;
 font-family: arial;
 margin: 0px 0px 0px 0px;
 font-size: 9pt;
}

a {
 color: #000000;
}

a.TopNav:link {
  color: #FFFFFF;
  text-decoration: none
}

a.TopNav:visited {
  color: #FFFFFF;
  text-decoration: none
}

a.TopNav:hover {
  color: #FFA202;
  text-decoration: none
}

a.TopNav:active {
  color: #FFFFFF;
  text-decoration: none
}

a.LCR:link {
  color: rgb(0,0,76);
  text-decoration: none
}

a.LCR:visited {
  color: rgb(0,0,70);
  text-decoration: none
}

a.LCR:hover {
  color: rgb(204,102,0);
  text-decoration: none
}

a.lnk:link {
  text-decoration: underline
}

a.lnk:visited {
  color: rgb(0,0,115);
  text-decoration: underline
}

a.lnk:hover {
  color: rgb(204,102,0);
  text-decoration: underline
}

.HoldingTable {
  border-top: 1pt solid #000000;
  border-bottom: 1pt solid #000000;
  border-left: 1pt solid #000000;
  border-right: 1pt solid #000000
}

.TopNavCell {
    color: #ffffff;
    font: bold 10px arial;
    border-bottom: 1pt dashed #ffffff;
}

table {
	font-family: Arial;
	font-size: 10pt;
}