/* Current style, each style lists the following font-family, now set as default */
* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
    background-color: #FFFFFF;
    color:            #000000;
}

body {
    background-color: #FFFFFF;
    color: #000000;
}

h2, h3, h4, h5 {
}

p {
    font-size: 12px;
    font-weight: normal;
}

.comment {
    font-size: normal;
}

.name {
    font-weight: bold;
    font-style: oblique;
}

.permission {
    text-align: center:
    font-size: x-small;
    font-weight: italic;
}

.style1 {
    font-size: x-small;
    font-weight: bold;
}

.style3 {
    font-size: medium;
    font-weight: bold;
}

.style4 {
    font-size: small;
}

.style5 {
    font-size: xx-small;
}
.style6 {
    font-size: medium;
}

.innerview {
    font-size: large;
}

#main_container {
    width: 800px;
    margin: auto;
    position: relative;
    text-align: left;
}

#innerview_container {
    background-color: #FFFFFF;
    color:            #000000;
    width: 800px;
    margin: auto;
    border: 2px solid black !important;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    text-align: left;
}

#header_container {
    width: 800px;
    margin: auto;

}

#footer_container {
    width: 800px;
    margin: auto;
    position: center;
    text-align: center;
}


.bold12px {
    font-size: 12px;
    font-weight: bold;
}

.LYB12px {
    font-size: 12px;
    color: #ffffcc;
    font-weight: bold;
}

.LYB16px {
    font-size: 16px;
    color: #ffffcc;
    font-weight: bold;
}

.B16px {
    font-size: 16px;
    font-weight: bold;
}

.LYB18px {
    font-size: 18px;
    color: #ffffcc;
    font-weight: bold;
}

.whitebold12px {
    font-size: 12px;
    color: white;
    font-weight: bold;
}

.whitebold16px {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.whitebold18px {
    font-size: 18px;
    color: white;
    font-weight: bold;
}
