/* ALL */
body  {  
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    background-color: #009de0;
    text-align: center; 
}

a, a:visited, a:active, a:link {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a.n, a.n:visited, a.n:active, a.n:link {
    color: #ffffff;
    text-decoration: none;
}

a.n:hover {
    color: #000000;
    text-decoration: none;
}

ul {
    font-size: 12px;
    list-style-image:url(../images/dot.gif);
    margin-left: 0px;
    padding-left: 16px;
}

li {
    padding-left: 6px;
}

.clear {
    height:0px;
    clear:both;
}

.dashA {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1035px;
    height:1px;
    margin:0px;
    padding:0px;
}
.dash {
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 1035px;
    height: 1px;
    padding:0px;
}

.pLeft {
    padding-left: 0px;
    padding-top: 12px;
    padding-right: 9px;
}

.pRightAbsolute {
    position: absolute;
    bottom: 13px;
    left: 9px;
    width:403px;
}
.right {
    position: relative;
    width:403px;
    margin-left: 9px;
    margin-top: 12px;
}
.content {
    position:relative;
    width: 1035px;
}

.formLeft {
    width:72px;
    text-align:right;
    padding-right:5px;
}

/* Form */
form {
    margin: 0px;
    padding: 0px;
}

input {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    width: 298px;
    height:23px;
    border:0px;
    background-color: #ffffff;
    padding:3px;
    padding-top:5px;
    margin-bottom: 5px;
}

input.checkbox {
    width: 12px;
    height: 12px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #009de0;
}

textarea {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    width: 375px;
    height: 45px;
    padding:3px;
    padding-top:1px;
    border:0px;
    background-color: #ffffff;
}