@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

body {
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.window {
    position: relative;
    width: 761px;
}

.hat {
    float: left;
    width: 761px;
    height: 8px;
}

.topLeft, .topRight, .botLeft, .botRight {
    height: 8px;
    width: 8px;
    float: left;
    background: url('../../i/moreInformation/topleft.gif') no-repeat;
}

.topRight {
    background: url('../../i/moreInformation/topright.gif') no-repeat;
}

.botLeft {
    background: url('../../i/moreInformation/botleft.gif') no-repeat;
}

.botRight {
    background: url('../../i/moreInformation/botright.gif') no-repeat;
}

.top, .bot {
    height: 8px;
    width: 745px;
    background: url('../../i/moreInformation/top.gif') repeat-x;
    float: left;
}

.bot {
    background: url('../../i/moreInformation/bot.gif') repeat-x;
}

.head a {
    display: block;
    outline: none;
}

.head {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    background: #ebe8d7;
    height: 65px;
    width: 759px;
    float: left;
    _margin-top: -6px;
}

.carbonLogo {
    float: left;
    width: 205px;
    height: 60px;
    margin-left: 18px;
    background: url('../../i/moreInformation/carbonLogo.gif') no-repeat;
    _margin-left: 9px;
    cursor: pointer;
}

.logo {
    float: left;
    width: 127px;
    height: 52px;
    margin-left: 18px;
    background: url('../../i/moreInformation/logo2.gif') no-repeat;
    _margin-left: 9px;
    margin-top: 10px;
    cursor: pointer;
}

.exitBttn {
    float: right;
    background: url('../../i/moreInformation/exitbttn.gif') no-repeat;
    height: 16px;
    width: 16px;
    margin: -3px 5px 0 0;
    position: relative;
    cursor: pointer;
}

.content {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    background: #f7f7f7;
    width: 711px;
    padding: 11px 30px 11px 18px;
    float: left;
    text-align: left;
}

.tesis {
    color: #1868b1;
    font-weight: bold;
    font-size: 13px;
}

.text {
    margin-bottom: 16px;
}

.text a {
    text-decoration: none;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBorh {
    clear: both;
}

