﻿/*
    Gray: e0dfdf
	Drk Gray: acacac
    Green:  1a7e02    
	Lt Green: 9fc995
*/

body 
{
   font-family: Verdana, Arial, Trebuchet MS, Sans-Serif;
   color:#000000;
   background-color:#000000;
   font-size:9pt;  
}

td
{
 font-size: 8pt;
}

a
{    
    font-weight:bold;
}

input
{
 font-family:Verdana;
 font-size: 10pt;
}

.btn
{
   color:#ffffff;
   font-family:Verdana, Arial, Century Gothic, MS Sans Serif;
   font-size:8pt;
   font-weight:bold;
   background-color:#1a7e02;
   border:4px double #1a7e02;
   height:25px;
   cursor:pointer;
   text-decoration:none;
}

.pageTitle
{    
    font-size:17pt; 
    font-weight:normal;
    padding:15px 5px 5px 5px;       
    color: #000000; 
    text-align:left; 
    font-family: Impact, Verdana, Arial, Century Gothic, MS Sans Serif;
}

img
{
    border-style:none    
}

.footer
{ 
 text-align:center; 
 font-family:Verdana;
 font-size: 10pt;
 color:white; 
 padding-left:10px;
}

/* SiteMap Styles */
.treeRoot
{   
   color:black;
   border:solid 0px black;
   font-size:10pt;
   font-weight:bold;
   width:200px;
   text-align:left;
   text-decoration:none;
   cursor:pointer;
   cursor:hand;
   padding:5px 5px 5px 5px;
}

.tree td div
{
    height: 20px !important
}

.tree td a 
{
    text-decoration:none;
    font-family:Verdana;
    font-size:9pt;
    font-weight:bold;
    color:#444;
}

.tree td a:hover
{
    
    color:#1a7e02;
    text-decoration:underline;
}

