body{
    /* font-size: small; */
    font-size: medium;
    font-family: arial, helvetica, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
}

A {
color: white;
}

A:Hover {
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 110%;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align:justify;
}

.big {
    font-size: 125%;
    font-weight: bold;
    text-align: left;
}

.bigger {
    font-size: 150%;
    font-weight: bold;
    text-align: left;
}

.biggest {
    font-size: 200%;
    font-weight: bold;
    text-align: left;
}


.divcenter {
    margin-left: auto;
    margin-right: auto;
}

th {
    font-size: 120%;
    text-align: left;
}

#pagecontainer{
    width: 900px;
    background-color: black;
    background-image: url('/images/logos/lm.gif');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#pagecontainerwide{
    width: 1100px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#pagecontainerfull{
    background-color: white;
    margin-left: 100px;
    margin-right: 100px;
    text-align: left;
}

#header{
/*    border: thick; */
}

a img{
    border: none;
}

p img{
    border: none;
}

#content{
    padding: 20px 0px 5px 0px;
}


.tablecontent{
    width: 700px;
    margin: auto;
}

table.center {
    margin: auto;
}

form.center {
    margin: auto;
    text-align:center;
}

.tableblackheading table{
    margin: auto;
}

.tableblackheading table th{
    background-color: black;
    color: white;
    text-align: center;
}

#footer{
    clear: both;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 900px;
}

.tiny    {
    font-size: 70%;
}


.nobullets {
    list-style-type: none;
}

.mainbullet {
    font-size: medium;
    font-weight: bold;
}

.mainbullet li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.subbullet {
    font-size: small;
    font-weight: normal;
}

.spaced li{
    margin-top: 20px;
    margin-bottom: 20px;
}

.subbullet li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.inlineheading {
    font-weight: bold;
    font-style: italic;
}

.textmiddle {
    vertical-align:middle;
}

.textbottom {
    vertical-align:text-bottom;
}

.texttop {
    vertical-align:text-top;
}

.textlink{

}

    .textlink a{
        padding: 0px 10px 0px 10px;  /* space between words and tab borders */
        text-decoration: none;
        color: gray;
    }

        .textlink a:hover{
            color: white;
        }

        .textlink a:active{
            color: white;
            text-decoration: underline;
        }

.textlinkclose{

}

    .textlinkclose a{
        padding: 0px 5px 0px 5px;  /* space between words and tab borders */
        text-decoration: none;
        color: gray;
    }

        .textlinkclose a:hover{
            color: black;
        }

        .textlinkclose a:active{
            color: red;
        }

.lower-roman{
    list-style-type: lower-roman;
}

.upper-alpha{
    list-style-type: upper-alpha;
}

.underline{
    text-decoration: underline;
}

.blackborderbox
{
    border: 2px solid black;
    padding: 10px;
    padding-top: 0px;
}

.small
{
    font-size: 85%;
    text-align: left;
}

.smallbold
{
    font-size: 85%;
    text-align: left;
    font-weight: bold;
}

.floatright
{
    float: right;
    padding: 0px 0px 10px 30px;
}

.floatrightcentered
{
    float: right;
    padding: 0px 0px 10px 30px;
    text-align: center;
}

.floatmiddlefromright
{
    float: right;
    padding: 0px 0px 10px 0px;
}

.floatmiddlefromleft
{
    float: left;
    padding: 0px 0px 10px 0px;
}

.floatleft
{
    float: left;
    padding: 0px 30px 10px 0px;
}

.floatleftcentered
{
    float: left;
    padding: 0px 30px 10px 0px;
    text-align: center;
}

table.celltopaligned {
    margin: auto;
}

table.celltopaligned td{
    vertical-align: top;
}

.clear
{
    clear: both;
}

.bold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.red {
    color: red;
}

.green
{
    color: #009d18;
}

.ridge
{
    border-style: ridge;
    padding: 10px;
    background: black;
    margin-top: 10px;
    margin-bottom: 10px;

}