﻿body
{
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin: 0;
    color: #000;
    background-image: url('img/positions/body/line.jpg');
    background-position: left top;
    background-color: #d3ceee;
    background-repeat: repeat-x;
    background-attachment: scroll;
}
img
{
    border: none;
}
a
{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
a:hover
{
    text-decoration: underline;
    color: #aaaaaa;
}
.txt
{
    border: solid thin #8E1E5B;
}
.txtWater
{
    /* background-color: #aaaaaa;     color: #222222; */
}
.txtAlert
{
    border: solid 2px Red;
}
.chk
{
}
.chkHidden label
{
    display: none;
}
.btn
{
    background-color: #8e1e5b;
    color: #fff;
    padding: 5px;
    margin: 5px;
    border: solid 1px #8e1e5b;
    cursor: pointer;
}
.btn:hover
{
    background-color: Transparent;
    color: #8e1e5b;
    padding: 5px;
    margin: 5px;
    border: solid 1px #8e1e5b;
    cursor: pointer;
}
.val
{
}
p
{
    color: #222;
    font-size: 12px;
}

.clear
{
    clear: both;
}
h1
{
    font-size: 16pt;
    font-weight: bold;
    color: #8a1c58;
}
h1 a
{
    font-size: 16pt;
    font-weight: bold;
    color: #8a1c58;
    text-decoration: none;
}
h2
{
    font-size: 14pt;
    font-weight: bold;
    color: #ca5194;
}
h2 a
{
    font-size: 14pt;
    font-weight: bold;
    color: #ca5194;
    text-decoration: none;
}
h3
{
    font-size: 12pt;
    font-weight: bold;
    color: #ca5194;
}
h3 a
{
    font-size: 12pt;
    font-weight: bold;
    color: #ca5194;
    text-decoration: none;
}
