﻿/*
old color was #738A9C
*/
body
{
    font-family:Arial, Helvetica, Sans-Serif;
}
.style2 {
	color: #72AC19;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {font-family: Arial, Helvetica, sans-serif}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

a:link {
	color: #72ac19;
	text-decoration: underline;
}
a:visited {
	color: #72ac19;
	text-decoration: underline;
}
a:active {
	color: #72ac19;
	text-decoration: underline;
}
a:hover {
	color: #87adba;
	text-decoration: underline;
}
a.spec:link {
	color: #000000;
	text-decoration: underline;
}
a.spec:visited {
	color: #000000;
	text-decoration: underline;
}
a.spec:active {
	color: #000000;
	text-decoration: underline;
}
a.spec:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style7 {color: #000000}

hr 
{
    color:#99ccff;
}
.PageHeader
{
    width:100%;
    height:25px;
    color: #72AC19;
    font-weight: bold;
    font-size: medium;
    text-align:center;
    font-family:  Arial Helvetica Sans-Serif;
    padding-left:5px;
}

.TableHeader
{
    background-color:  #72AC19;
    color:White;
    font-size:small;
    font-weight:bold;
    text-align:center;
    font-family:Arial Helvetica Sans-Serif;
}
.AdminPageHeader
{
    width:100%;
    height:25px;
    color: #738A9C;
    font-weight: bold;
    font-size: medium;
    text-align:center;
    font-family:  Arial Helvetica Sans-Serif;
    padding-left:5px;    
}
.AdminTableHeader
{
    background-color:  #738A9C;
    color:White;
    font-size:small;
    font-weight:bold;
    text-align:center;
    font-family:Arial Helvetica Sans-Serif;
}    
.cntTable
{
    border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d5d5d5;
	border-left-color: #d5d5d5;
}   
#Footer
{
    clear:both;
    float:left;
    background-color:Silver;
    margin-top:5px;
    border-top: dashed 1px gray;
    width:800px;
    height:20px;
}
.Menu
{
    padding:5px;
    width:90px;   
}
.mainNav
{
    font-family:Arial, Helvetica Sans-Serif;
    font-size:medium;
    color:White;
    text-decoration:none;
}
.mainHavHover
{
    font-family:Arial, Helvetica Sans-Serif;
    font-size:medium;
    color:White;
    text-decoration:none;
    font-weight:bold;
}
.BannerImages
{
    border: groved 2px silver;
    background-color:White;
    height:60px;
    width:116px;
    vertical-align:middle;
    text-align:center;
    margin-top:5px;
}
.tabs
{
	position:relative;
	top:1px;
	left:5px;
}
.tab
{
	border:solid 1px blue;
	background-color:#98FB98; /* palegreen */
	color:#990000;
	padding: 2px 5px;
	font-size:.8em;
	font-weight:bold;
	text-decoration:none;
}
.tab a
{
    	color:#990000;
    	text-decoration:none;
}
.selectedTab
{
	background-color: White;
	color: Blue;
	font-weight:bold;
	border-bottom: solid 1px white;
	text-decoration:none;
}
.tabContents
{
	border:solid  1px blue;
	padding: 10px;
	background-color: White;
}
.ButtonLink
{
    text-align:center;
    text-decoration:none;
    font-family:Arial;
    font-size:medium;
    font-weight:bold;
}
.FooterMenu
{
    color:Black;
}
.FooterMenu a
{
    color:Black;
    text-decoration:underline;
}
.FooterMenu a:hover
{
    color:White;
}