/*
This is a copy. Any edits should be made to the origional.
*/

a.ArrowLink {
    text-decoration:none;
}
a.ArrowLink:hover {
    cursor: pointer;
}

td.Bold {
    font-weight: bold;
}

td.Italic {
    font-style: italic;
}

td.VertTop {
    vertical-align: top;
}

td.VertCenter {
    vertical-align: middle;
}

td.VertBottom {
    vertical-align: bottom;
}

td.HorzLeft {
    text-align: left;
}

td.HorzCenter {
    text-align: center;
}

td.HorzRight {
    text-align: right;
}

.GeneralColor_Black {
    background-color: black;
    color: white;
}

.GeneralColor_VeryDark {
    background-color: rgb(35, 35, 35);
    color: white;
}

.GeneralColor_Dark {
    background-color: rgb(103, 103, 103);
    color: white;
}

.GeneralColor_Medium {
    background-color: rgb(171, 171, 171); 
    color: black;
}

.GeneralColor_Light {
    background-color: rgb(224, 224, 224);
    color: black;
}

.GeneralColor_White {
    background-color: white;
    color: black;
}
