body {
    font-family: Verdana,Arial,Tahoma,Helvetica;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    background-image: url('/images/head-bg.gif');
    background-repeat: repeat-x;
    background-color: #000000;
    text-align: center;

    height: 100%;
}

#container
{
    width: 545px;
    margin: 0 auto;
    text-align: left;
}

#container-wrap
{
    width: 100%;
    background-color: #CC003A;
}

#container-space
{
    width: 100%;
    background-color: #CC003A;
    height: 10px;
    clear: both;
}

#container-content
{
    width: 545px;
    background-image: url('/images/content-bg.gif');
    background-repeat: repeat-y;
    margin: 0 auto;
    text-align: left;
}

#head-title
{
    width: 545px;
    height: 31px;
    text-align: left;
    float: left;
    clear: both;
}


#head-close
{
    width: 545px;
    height: 20px;
    text-align: right;
    float: left;
    clear: both;
}


#head-space
{
    width: 545px;
    height: 0px;
    background-color: #CC003A;
    clear: both;
}

#content-space
{
    width: 100%;
    height: 7px;
    background-color: #CC003A;
    clear: both;
}

.content-common
{
    width: 545px;
    clear: both;
    color: #000000;
}

.content-common-left
{
    width: 108px;
    float: left;

    text-align: right;
    vertical-align: top;
    font-weight: bold;
    font-size: 10px;
    padding: 5px;

}

.content-common-right
{
    width: 410px;
    float: right;


    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    font-weight: normal;
    font-size: 10px;
}

.content-common h1
{
    font-weight: bold;
    font-size: 10px;

    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.content-common-spacer
{
    width: 545px;
    height: 5px;
    clear: both;
}

.warning h1
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}


#footer
{
    color: #FFFFFF;
    width: 100%;
    background-color: #000000;
    height: 20px;
    text-align: center;
}



a
{
    border: 0px;
    color: #FFFFFF;
    text-decoration: none;
}

a:link, a:visited 
{
    color: #FFF;
    text-decoration: none
}

a:hover 
{
    color: red;
    text-decoration: none
}


img
{
    border: 0px;
}

.image
{
    padding: 10px;
}