body
	{
	font-family:	arial;
	color:		black;
	font-size:	12pt;
	background-color:	#3F3F3F;
	}

td,tr
	{
	font-family:	arial;
	color:		black;
	font-size:	12pt;
	}

.whitebutton {
//    background-color: #ff756a;
    background-color: White;
    text-decoration: none;
    font-face: arial;
    font-size: 10pt;
    display: inline-block;
    padding: 2px 8px;
    color: #3F3F3F;
    border-style: solid;
    border-width: 2px;
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.whitebutton:hover {
//    background-color: #ff4638;
    background-color: Black;
    text-decoration: none;
    font-face: arial;
    font-size: 10pt;
    display: inline-block;
    padding: 2px 8px;
    color: White;
    border-style: solid;
    border-width: 2px;
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.whitedrop {
//    background-color: #ff756a;
    background-color: White;
    text-decoration: none;
    font-face: arial;
    font-size: 10pt;
    display: inline-block;
    padding: 2px 8px;
    color: #3F3F3F;
    border-style: solid;
    border-width: 2px;
    transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.displayBUTTON21
        {
        Color: DarkRed;
        BORDER: Black 2px solid;
        -webkit-border-radius: 3px;
        border-radius: 5px;
        BACKGROUND: White;
        FONT-SIZE: 9pt;
        position: float center;
        FONT-FAMILY: sans-serif,arial,helvetica;
        FONT-WEIGHT: Bold;
        }

.displayBUTTON21:hover
        {
        Color: Black;
        BORDER: DarkRed 2px solid;
        -webkit-border-radius: 3px;
        border-radius: 5px;
        BACKGROUND: Yellow;
        FONT-SIZE: 9pt;
        position: float center;
        FONT-FAMILY: sans-serif,arial,helvetica;
        FONT-WEIGHT: Bold;
        }

.displayBUTTON21:active   
        {
        Color: White;
        BORDER: Black 2px solid;
        -webkit-border-radius: 3px;
        border-radius: 5px;
        BACKGROUND: DarkRed;
        FONT-SIZE: 9pt;
        position: float center;
        FONT-FAMILY: sans-serif,arial,helvetica;
        FONT-WEIGHT: Bold;
	}
