﻿body {
}

.NavButton
{
    cursor: hand;
    color: #000000;
    font-family: tahoma, arial;
    font-size: 11px;
    font-weight: bold;
    background-color: Silver;
    border: outset 1px;
}

.NavButton:hover
{
    color: blue;
    border: inset 1px black;   
}

.ActionButton
{
	cursor: hand;
    color: #000000;
    font-family: tahoma, arial;
    font-size: 11px;
    font-weight: bold;
    border: outset 1px;
}

.ActionButton:hover
{
    color: blue;
    border: inset 1px black;
}

.FormButton
{
    cursor: hand;
    color: #000000;
    font-family: tahoma, arial;
    font-size: 11px;
    font-weight: bold;
    border: outset 1px;
}

.FormButton:hover
{
    color: Blue;
    border: inset 1px black;
}