﻿body 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 color: #000000;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
  
    color: #000000;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 20px;

}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin: 0px;
    font-style: normal;
    color: #ff0000;
  font-weight: bold;
}

h2
{
    font-family:  Arial, Helvetica, sans-serif;
       font-weight: normal;
              margin-top: 0px;
        padding-top: 0px;
    margin-bottom: 10px;
     color: #ff0000;  
    font-weight: bold;
    font-size: 1em;
}


h4
{
    font-family:  Arial, Helvetica, sans-serif;
       font-weight: normal;
    margin: 0px;
   font-style: normal;
    color: #808000;  
    font-weight: bold;
     font-size: 1.4em;
}


h5
{
    font-family:  Arial, Helvetica, sans-serif;
       font-weight: normal;
 font-size: 1em;
    color: #333399;  

}





a
{
    text-decoration: none;
    color: #41401e;
}

a:hover
{
    text-decoration: underline;

}

.boldgreen
{
    font-weight: bold;
    color:#216a1c;
    
}

.greenboxbl {background: url(images/greenbox/bl.gif) 0 100% no-repeat #cbee9c  } 
.greenboxbr {background: url(images/greenbox/br.gif) 100% 100% no-repeat} 
.greenboxtl {background: url(images/greenbox/tl.gif) 0 0 no-repeat} 
.greenboxtr {background: url(images/greenbox/tr.gif) 100% 0 no-repeat; padding:10px;} 
.greenboxclear {font-size: 1px; height: 1px}


.greenTabbl {background: url(images/greenbox/bl.gif) no-repeat bottom left; display: inline; border: solid 1px #000000;  }  
.greenTabbr {background: url(images/greenbox/br.gif) no-repeat bottom right; display: inline} 
.greenTabtl {background: url(images/greenbox/tl.gif) no-repeat top left; display: inline} 
.greenTabtr {background: url(images/greenbox/tr.gif)  no-repeat top right; width: auto} 


.grbBoxHolder
{
    width: 200px;
}

.grnBoxlinks1 a
{
    display: block;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #006600;
}

.grnBoxlinks1 a:hover
{
    display: block;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #0000ff;
}

.reddotLinks a 
{
    color: #ff0000;
    font-weight: bold;
     background: url(images/reddot.gif) no-repeat right top;
    display: block;
    padding-right: 20px;
}

.reddotLinks a:hover
{
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
    color: #0000ff;
}

.redLinks a 
{
    color: #ff0000;
    font-weight: bold;
   
}

.redLinks a:hover
{
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
    color: #0000ff;
}

.redText 
{
     color: #ff0000;
     font-weight: bold;
}

a .reddot
{
    background: url(images/reddot.gif);
    display: block;
}

.greenText 
{
     color: #006600;
     font-weight: bold;
}

.greenTextNotBold 
{
     color: #006600;
}



ul
{
    list-style-type: circle;
   
}

li
{
    display: block;
    padding: 0px;
}


/******/


.menu-holder
{
    background-color: #cbee9c;
    float: left;
    margin: 0px 0px 0px 10px;
    display: inline;
  }



.menu-r
{
    background-image: url(images/edge/r.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.menu-l
{
    background-image: url(images/edge/l.gif);
    background-position: left;
    background-repeat: repeat-y;

}


.menu-r-selected
{
    background-image: url(images/edge/selected/r.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.menu-l-selected
{
    background-image: url(images/edge/selected/l.gif);
    background-position: left;
    background-repeat: repeat-y;

}


.menu-tr
{
    background-image: url(images/greenbox/tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    border: none;
     padding: 4px;
}


.menu-tl
{
 background-image: url(images/greenbox/tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  border: none;
}


.menu-br
{
    background-image: url(images/greenbox/br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
  border: none;
}

.menu-bl
{
   
    background-image: url(images/greenbox/bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    border: none;
 
}

a.menuitem
{
    font-family: Arial;
    color: #000000;
    font-size: 0.8em;
        text-decoration: none;
        padding: 0px;
        
}