﻿body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ol, ul {
    list-style: none;
}

A:link {
    FONT-SIZE: 10px;
    COLOR: #1F5079;
    TEXT-DECORATION: none;
    font-weight: bold;
}

A:hover {
    FONT-SIZE: 10px;
    COLOR: #0d6494;
    TEXT-DECORATION: underline;
    font-weight: bold;
}

A::selection {
    FONT-SIZE: 10px;
    COLOR: #0d6494;
    TEXT-DECORATION: underline;
    font-weight: bold;
}

A:visited {
    FONT-SIZE: 10px;
    COLOR: #0d6494;
    TEXT-DECORATION: none;
    font-weight: bold;
}

p {
   line-height: 1.4em;
    margin: 1.1em 0;
}


.smallblack {
    font-size: 9px;
    text-transform: none;
    font-weight: normal;
    color: #000;
}

h6 {
    FONT-SIZE: 10px;
    font-weight: bold;
    margin-bottom:5px;
}

.Cursor:hover {
    cursor: pointer !important;
}

.textBox {
    width: 500px;
}

.label {
    font-weight: bold;
}

.required {
    color: red;
    margin-left: 5px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.GCSS_events_title  {
    background-color:#e6e6e1;
    font-weight:bold;
    padding: 4px;
    border: 1px solid #D6BB74;

}