body {
    background-color: #ffffff;
    background-image: url(images/bgr_body.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    color: #333333;
    text-align: center;
    margin: 2px 0px;
}

body, td, p, input, textarea, select {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

p {
    text-align: justify;
}

a { }
a:link { color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #ff66ff; }
a:visited { color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #ff66ff; }
a:active { color: #ff66cc; text-decoration: none; padding-bottom: 0px; border-bottom: 1px solid #ff66cc; }
a:hover { color: #fff; text-decoration: none; background-color:#ff66cc; padding-bottom: 0px; border-bottom: 1px solid #ff66cc; }

h1 {
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 160%;
    line-height: 1.5em;
    color: #663366;
}

h2 {
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 120%;
    line-height: 1.5em;
    color: #663366;
}

h3 {
    font-family: Arial, sans-serif;
    font-weight: 100;
    font-size: 110%;
    line-height: 1.5em;
    color: #663366;
}

ul.bul li {
    list-style: none;
    margin: 8px 0 10px 0px;
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    font-size: 13px;
}

ul.bul li.diamond {
    background-position: 0px 5px;
    background-image:url(images/bullet.gif);
}

.inp {
    background-color: #ffffff;
    background-image: url(images/bgr_input.gif);
    background-repeat: repeat-x;
    border: 1px solid #ff66cc;
    border: 1px solid #ffccff;
}

.btn {
    background-color: #f6f6f6;
    background-image: url(images/bgr_button.png);
    color: #000000;
    border: 1px solid #cccccc;
    border: 1px solid #ffccff;
    font-weight: bold;
    height: 25px;
}

.errMsg {
    color: #ff0000;
}

.okMsg {
    color: #853366;
    font-weight: bold;
}

#container {
    width: 750px;
    margin: auto;
    text-align: left;
}

#header {
    background-color: #ffecff;
    border: 1px solid #ffccff;
    height: 76px;
}

#navlist {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    font-size: 13px;
}

#navlist ul, #navlist li {
    margin: 0px 18px 0px 0px;
    padding: 0;
    display: inline;
    list-style-type: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #333333;
}

#navlist a:link, #navlist a:visited {
    color: #333333;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff;
}

#navlist li a:link, #nav li a:visited {
    text-decoration: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

#navlist li a:hover {
    border-top: 2px solid #ff66cc;
    color: #444;
    background: none;
}

#navlist #active a {
    border-top: 2px solid #ff66cc;
}

.content {
    margin: 0px 0px 10px 0px;
    border: 1px solid #ffccff;
    overflow: hidden;
    width: 100%;
}

.content2 {
    background-color: #fff4ff;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ffccff;
    overflow: hidden;
    width: 100%;
}

.inner {
    padding: 10px;
}

.imgInFrame {
    padding: 6px;
    border: 1px solid #ffccff;
}

.quoted {
    background-color: #fffbff;
    background-image: url(images/top.gif);
    background-repeat: no-repeat;
    text-align: right;
    text-style: italic;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ffccff;
    overflow: hidden;
    width: 100%;
}

.quoted .inner {
}

#footer {
    margin: 20px 10px;
}



