﻿html, body {
    font-family:Arial;
    font-size:10pt;
    color:#606060;
    padding:0;
    margin:0;

}
.page_title {
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    transform: scaleY(1.2);
    border: none 1px red;
    margin-top: 5px;
    text-decoration: underline;
}
.btn25 {
    display: block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    background-color: #171443;
    color: #ffffff;
    text-align: center;
}
.input25 {
    padding: 2px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    border: solid 1px #cccccc;
}
.gvhdr {
    background-color: #444444;
    color: #ffffff;
}

.gvrow {
    background-color: #f5f5f5;
}

.gvalt {
    background-color: #e5e4e4;
}

.gvmpty {
    text-align: center;
    color: red;
}

.pdgl5 {
    text-align: left;
    padding-left: 5px;
}

.pdgr5 {
    text-align: right;
    padding-right: 5px;
}
