﻿a:link, a:visited {
  background-color: inherit;
  color: #C60;
  text-decoration: none;
}
a:focus, a:hover {
  background-color: inherit;
  color: #630;
  text-decoration: underline;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 9pt;
  margin: 0;
  padding: 0;
}

#templateBanner { }

#templateBanner h1 { background-color: inherit; color: #3E41A1; font-size: 20pt; font-weight: bold; }

#templateAccessibility {display : none; }

#templateAccessibility li { display: inline; }
#templateAccessibility li:before { content:' | '; }
#templateAccessibility li:first-child:before { content: ''; }

/* Template Content */
#templateContent {
  color: #666;
  padding: 0;
}

#templatePageContent {  }

#templateContent h2, #templateContent h3 {
  color: #666;
  font-size: 16pt;
  font-weight: bold;
  margin: 0 0 2px 0;
  padding: 0;
}

#templateContent h3 { font-size: 12pt; }
#templateContent h4 {
  color: #777;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0;
}

#templateContent p { color: #777; margin: 0 0 10px 0; }

/* Template Tabs */
#templateTabs { display: none; }

/* Template Footer */
#templateFooter { 
  color: #666;
  clear: both;
  margin-top: 11px;
}

#templateFooter div.templateLimiter {
  background-color: #fff;
  border-top: solid 1px #91ADBA;
  height: 60px;
  padding: 11px;
}

#templateFooterLeft { }

#templateFooterLeft ul { display: none; }

#templateFooterRight { display: none; }


/* Page Tab Bar */
.PageTabBar {  }
.PageTabBar ul { margin: 0 ; padding: 0; list-style-type: none; }
.PageTabBar ul li { }
.PageTabBar ul li a { display: none; }
.PageTabBar ul li a.Active { 
  background-color:  #FFF; 
  background-image: none !IMPORTANT; 
  border-bottom: none; 
  color: black; 
  display: block;
  padding: 0;
  font-size: 14pt; 
  font-weight: bold;
  margin: 0;
}

.PageTabBar ul li a.Active .Underline { text-decoration: none !IMPORTANT; }

.DoNotPrint { display: none; }