﻿body
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    padding-bottom: 0px;
    margin: 0px;
    color: black;
    padding-top: 0px;
    font-family: Arial;
}
.mastertop
{
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: blue;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}
.pagetop
{
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: #1e90ff;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.stocklabel
{
    font-weight: bold;
    font-size: 13px;
    color: maroon;
}
.stockhighlite
{
    font-weight: bold;
    font-size: 16px;
}
.cbutton1
{
    font-weight: bold;
    width: 170px;
    color: white;
    height: 20px;
    background-color: blue;
    font-size: 10px;
}
.cbutton2
{
    font-weight: bold;
    width: 170px;
    color: white;
    height: 20px;
    background-color: red;
    font-size: 10px;
}
.button1
{
    font-weight: bold;
    width: 170px;
    color: black;
    height: 20px;
    background-color: #daa520;
    font-size: 10px;
}
.button2
{
    font-weight: bold;
    width: 75px;
    color: black;
    height: 20px;
    background-color: #bdb76b;
    font-size: 10px;
}
.button3
{
    font-weight: bold;
    width: 75px;
    color: black;
    height: 20px;
    background-color: #ff0000;
    font-size: 10px;
}