﻿body
{
    font-size: 11pt;
    font-family: Serif;
}

.label
{
    font-weight:bold;
}

.subTitle
{
    font-weight: bold;
    color: red;
    font-size: large;
    vertical-align: middle;
    height: 40px;
    display: block;
    margin-top: 15px;
}

.link
{
    text-decoration:underline;
    color:blue;
}

.btnMenu
{
    background-attachment: fixed;
    vertical-align: middle;
    cursor: hand;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    color: black;
    text-decoration: none;
    font-size: medium;
}
