﻿body
{
    font-family: Tahoma;
    font-size:10px
    background-color: #FFFFCC;
    background-image: url('images/oldcamo.jpg');
    background-repeat:  repeat-x;
    border-left-style: 2;
    border-left-color: #FFFFFF;
    clip: rect(auto, auto, auto, 2px);
}

h1
{
    padding: Same for all;
    border-bottom-style: ridge;
    background-color: Maroon;
    font-family: Arial;
    color: Yellow;
    font-size: 22px;
    font-weight: bold;
    font-style: bold;
    text-align: center;
    border-top-color: #808080;
    border-right-color: #808080;
    border-bottom-color: #808080;
    border-left-color: #808080;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 2px;
}    
h2
{
    font-family: Tahoma;
    font-size: 12pt;
    color: #FFFFFF;
    background-color: #000066;
    border-top-style: 4;
    border-top-color: #808080;
    border-top-width: 1px;
}
.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}
.lnktxt
{
	font-size:x-small;
	font-family:Arial, Helvetica, sans-serif;
	color:green
}
