
a:link
{
    color: blue;
    text-decoration: underline;
}

a:visited
{
    color: blue;
    text-decoration: none;
}

a:hover
{
    color: blue;
    text-decoration: none;
}

a:active
{
    color: blue;
    text-decoration: none;
}

body
{
    padding: 8px 16px 8px 16px;

    font-size: 14px;
    line-height: 160%;
}

p
{
    clear: both;
}

hr
{
    clear: both;

    height: 0px;
    border: 0px;
    border-bottom: 1px solid gray;
}

 h1
{
    margin-bottom: 0px;
}

 h2
{
    margin-bottom: 0px;
}

 h3
{
    margin-bottom: 0px;
}

.ws-col-1
{
    width: 80px;
}

.ws-col-2
{
    width: 160px;
}

.ws-col-3
{
    width: 240px;
}

.ws-col-4
{
    width: 320px;
}

.ws-col-5
{
    width: 400px;
}

.ws-col-6
{
    width: 480px;
}

.bold
{
    font-weight: bold;
}

.nowrap
{
    white-space: nowrap;
}

.submit
{
    text-align: center;
}

.required
{
    color: red;
}

.iteration
{
    text-align: right;
}

.icon
{
    text-align: center;
}

.event
{
    cursor: pointer;
}

.event-noAuth
{
    text-decoration: line-through;
}