body {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
}

body, td, p, input, textarea, select {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
}

h1 {
    background-color: inherit;
    color: #f48000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

h2 {
    background-color: inherit;
    color: #777777;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
}

p {
    text-align: justify;
    margin: 15px 0px;
}

a {
    background-color: inherit;
    color: #4b4b4b;
    text-decoration: underline;
}

a:hover {
    background-color: inherit;
    color: #777777;
    text-decoration: underline;
}

#framework {
    width: 900px;
    text-align: left;
    margin: auto;
}

.track {
    background-color: inherit;
    color: #a9a8a8;
    font-weight: bold;
    text-align: left;
    margin: 10px 20px 0px 20px;
}

.content {
    padding: 15px 20px 10px 20px;
    text-align: left;
}

.photoSet {
    background-color: #f5f4f4;
    color: #000000;
    width: 630px;
    padding: 22px 0px;
    border: 2px solid #e5e4e4;
    margin: auto;
}

.photoSetImg {
    background-color: #ffffff;
    color: #000000;
    padding: 4px;
    border: 2px solid #cbcbca;
    margin-right: 15px;
}

.dotted {
    background-image: url(images/bgr_dotted.png);
    background-repeat: repeat-x;
    height: 2px;
    margin: 7px 0px 7px 0px;
    clear: both;
}

.inp {
    background-color: #ffffff;
    background-image: url(images/bgr_input.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #c0c0c0;
    width: 120px;
}

.btn {
    background-color: #f6f6f6;
    background-image: url(images/bgr_button.png);
    color: #000000;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 25px;
}

a.sitemap {
    background-color: inherit;
    color: #f48000;
    text-decoration: none;
}

a.sitemap:hover {
    background-color: inherit;
    color: #f48000;
    text-decoration: none;
}

a.sitemapsub {
    background-color: inherit;
    color: #808080;
    text-decoration: none;
}

a.sitemapsub:hover {
    background-color: inherit;
    color: #4b4b4b;
    text-decoration: none;
}

.errMsg {
    background-color: inherit;
    color: red;
}

.successMsg {
    background-color: inherit;
    color: navy;
    font-weight: bold;
}

#footer {
    background-color: #c1c0bf;
    background-image: url(images/bottom_bgr.png);
    background-repeat: repeat-y;
    color: #000000;
    width: 855px;
    text-align: right;
}

#footer a {
    background-color: inherit;
    color: #000000;
    text-decoration: none;
}

#footer a:hover {
    background-color: inherit;
    color: #4b4b4b;
    text-decoration: underline;
}

#dropmenudiv {
    position: absolute;
    border: 2px solid #e5e4e4;
    border-bottom: 0px;
    line-height: 18px;
    z-index: 100;
    padding: 0px 16px 0px 0px;
    margin-top: -37px;
    margin-left: 205px;
    text-align: left;
}

#dropmenudiv a {
    background-color: #fcfcfc;
    color: #8a8888;
    font-weight: normal;
    font-size: 11px;
    border-bottom: 2px solid #e5e4e4;
    padding: 2px 1px 2px 15px;
    width: 100%;
    display: block;
    text-indent: 3px;
    text-decoration: none;
}

#dropmenudiv a:hover {
    background-color: #f7f7f8;
    color: #f48000;
    text-decoration: none;
}